Commit Graph

941 Commits (7478b80b8532029f992ecaa48db5dad82474def0)
 

Author SHA1 Message Date
Julien Cristau b354afc39d Use six.moves for itertools, urllib and intern
10 years ago
Julien Cristau ba981aabc2 Add sort method to MigrationItem
10 years ago
Julien Cristau d75813eb07 Stop using string.find
10 years ago
Julien Cristau 1e1f574f8a Use the key= argument to sorted()
10 years ago
Julien Cristau 63ccd53759 Stop using sys.maxint
10 years ago
Julien Cristau b3aef7fe6d Stop using dict.iter* methods
10 years ago
Julien Cristau c580fb7683 Use python3-compatible form for except clause
10 years ago
Julien Cristau 24e8e9337c Replace map() with list comprehensions
10 years ago
Julien Cristau 49475f79ba Simplify a bit the loop to read our config file
10 years ago
Julien Cristau b64afb639f Don't use the file builtin
10 years ago
Julien Cristau 5d7393cf86 Switch to print_function
10 years ago
Julien Cristau 726bbde3a3 Remove sys.path frobbing
10 years ago
Julien Cristau bf1d91d587 Fix typo
10 years ago
Jonathan Wiltshire d0d17dac5b britney.conf: NOBREAKALL amd64 in addition to i386
10 years ago
Adam D. Barratt 8d97761dec britney{,_nobreakall}.conf: remove kfreebsd
10 years ago
Colin Watson d412b71391 [r=adconrad] Fix autopkgtest version selection loop
10 years ago
Steve Langasek c1fa1c0082 Enable gating on boot testing results
10 years ago
Francis Ginther da2175f1f1 Set 'BOOTTEST_ENABLE = yes' to turn it on.
10 years ago
Steve Langasek 84983f5eae Merge lp:~cprov/britney/boottest-double-blocking
10 years ago
Celso Providelo 50e0bc137d Add 'boottest' excuse failure reason when it has failed even if the previous tests had already failed.
10 years ago
Celso Providelo ea6493ae71 Only enable BOOTTEST for testing, so britney.conf is safe on trunk.
10 years ago
Celso Providelo c76874fda5 Test ADT & BootTest criteria running simultaneously. Fixed minor issue related to doubling-blocking promotions.
10 years ago
Steve Langasek 8effd3d220 Disable boottesting for now.
10 years ago
Steve Langasek 9afd502e7f Merge lp:~canonical-ci-engineering/britney/boottesting-support
10 years ago
Vincent Ladeuil 0b7d702f69 Poperly initialize Excuse.run_boottest.
10 years ago
Celso Providelo 0f3662ec67 Cope with missing/broken results due to outdated apt cache. Britney will not fail, but source promotion will be blocked. Also waiting for amd64 binaries (arch-indep deps) before running boottests.
10 years ago
Celso Providelo 341ec4a3e0 Typo fixed
10 years ago
Celso Providelo bf8056a061 Cope with missing/broken results due to outdated apt cache. Britney will not fail, but source promotion will be blocked.
10 years ago
Celso Providelo 496a2f3134 Suppress boottest SKIPPED notice on excuses, it's unnecessary noise.
10 years ago
Celso Providelo 60a0bcad76 Presenting links for the corresponding boottest jenkins job.
10 years ago
Celso Providelo b9890e1b7c Adding links to the boottest jobs (results) in the public and the private servers.
10 years ago
Celso Providelo 011aa3570e Stop announcing skipped boottest attempts.
10 years ago
Celso Providelo a80a1e4f1c Boottest integration adjustments.
10 years ago
Celso Providelo f98bab42b2 Re-fix get_status() doc string and remove commented code.
10 years ago
Celso Providelo c3c9005d5f Restore boottest status lookup by source name & version.
10 years ago
Joe Talbott f9cfb6e49c boottest - Add exception handling for manifest fetching
10 years ago
Joe Talbott 6269f50abc Don't bother creating another mocked urllib.urlopen.
10 years ago
Celso Providelo 760d08c459 Fix BootTest.get_status to return status for the latest known version. Boottests results are reported for the current (published) version, not the proposed one.
10 years ago
Celso Providelo 9fb776f4c0 boottest-britney debug options respects BOOTTEST_DEBUG configuration option.
10 years ago
Celso Providelo cd49a7eae4 Calling boottest-britney with -dPU (debug, use -proposed and do not update caches) and also rsyncing boottest data to the correct place on d-jenkins (/var/local/boottest).
10 years ago
Joe Talbott f0a55936f5 boottest - Add exception message to warning print and fix typo
10 years ago
Joe Talbott 87ccbfd731 boottest - Add exception handling for manifest fetching
10 years ago
Celso Providelo a729746fa8 [test-fix] Fixing test_autopkgtest.py configuration setup, so all tests pass now.
10 years ago
Celso Providelo 72b01f8cc7 Using addCleanup() for restoring original configuration contents in tests.
10 years ago
Celso Providelo 6e8e2adc35 Fix autopkgtest tests, extending the current test setup to mangle the shared configuration file appropriately for each test context (autopkgtest & boottest).
10 years ago
Celso Providelo 58dbb3f95c [test-fix] Adjusting test setup for the new manifest path (using project) and the auto-package-testing project path.
10 years ago
Celso Providelo df62c7fcf7 solve '~' expansion for tests.
10 years ago
Celso Providelo 8ffc7049b5 Test fixing (proposal)
10 years ago
Vincent Ladeuil 01fdb16995 According to cjwatson, cdimage deals with projects, not distribution, fix TouchManifest accordingly.
10 years ago
Joe Talbott 92a2156b10 boottest - Only make the manifest directory if it doesn't already exist.
10 years ago