Commit Graph

941 Commits (7478b80b8532029f992ecaa48db5dad82474def0)
 

Author SHA1 Message Date
Martin Pitt d5181ef32a autopkgtest AMQP: Don't declare queues
10 years ago
Martin Pitt 335073e901 Add requesting tests through AMQP
10 years ago
Martin Pitt a3a523b4ed autopkgtest.py: Factorize logging into helper methods
10 years ago
Martin Pitt 65a1d73164 tests: Don't touch original britney.conf
10 years ago
Martin Pitt add46d2904 Store autopkgtest flag in sources
10 years ago
Steve Langasek 6b775c50f3 Merge lp:~canonical-ci-engineering/britney/enable-vivid-boottest
10 years ago
Francis Ginther 9e238f7406 For selection of boottest candidates, use a list of url formats for downloading the appropriate touch image manifest for a given release.
10 years ago
Francis Ginther ca1fc41f9e Refactor the __fetch_manifest() code so that the a successful response is immediately handled and we don't end up with an undefined 'response' on an exception. Also update the tests to return two mocked reponses to match the size of the url_list.
10 years ago
Francis Ginther 7e38fec3cb Use a list of url formats for downloading the appropriate touch image manifest for a given release.
10 years ago
Niels Thykier 8f27919cf8 Create a clone_nuninst function for iter_packages{,_hint}
10 years ago
Niels Thykier 4d218df7d0 iter_pkg: Refactor nuninst cloning
10 years ago
Niels Thykier ffcfa8e27e britney.py: Avoid some O(n) look-ups in the auto-hinter
10 years ago
Niels Thykier cc58511c09 Avoid O(n^2) duplication handling when building hints
10 years ago
Niels Thykier 754688851a britney: Optimise original auto-hinter duplication handling
10 years ago
Niels Thykier e45b219276 britney.py: Pre-split self.options.*_arches
10 years ago
Niels Thykier e4c7c4f2a2 britney.py: Minor optimisation to sort_actions
10 years ago
Niels Thykier d7baa1d7f0 britney.py: Remove redundant arg to format
10 years ago
Niels Thykier bdcf4e826b Be verbose when rejecting a hint due to invalid candidates
10 years ago
Niels Thykier 35e5742d85 Remove "leading" from hints - it provides no new information
10 years ago
Niels Thykier 375b468512 Remove unused local variable
10 years ago
Niels Thykier 06a45f2ed4 britney_util: Typo fix
10 years ago
Adam D. Barratt 1d98bf293d britney.py: reverse sense of tests for architecture-indep packages
10 years ago
Adam D. Barratt 18885d3f3b britney.py: typo fixes
10 years ago
Adam D. Barratt d8fa67cee8 britney.py: drop inaccurate comment
10 years ago
Niels Thykier 7a53010adc britney.conf: Renable smooth updates for libs+oldlibs
10 years ago
Anthony Towns efe5c82f22 britney: Take more care with hijacked binaries
10 years ago
Niels Thykier 98070388e7 britney.py: Enable the new consistency checks by default
10 years ago
Niels Thykier ed91345c06 britney.py: Skip ESSENTIAL consistency check
10 years ago
Anthony Towns 06df61849e britney: Check for mismatched packages between suites.
10 years ago
Niels Thykier f6c653b3f5 inst-tester: Fix bug "choices" would not be updated
10 years ago
Niels Thykier 082139f4e3 Collect more statistics from the installability tester
10 years ago
Niels Thykier 222f7114fc Compute simple stats installability tester graph
10 years ago
Niels Thykier 9ace17b38a solver.py: Remove unused import
10 years ago
Niels Thykier bd5b3ac4ec Remove unused assignments/parameters
10 years ago
Niels Thykier a5aad84699 britney.py: Remove trailing semi-colons
10 years ago
Niels Thykier 3230d1dc75 britney.py: Fix use before assignment
10 years ago
Niels Thykier a13386ae34 britney.py: Avoid some redundancy in auto_hinter()
10 years ago
Niels Thykier 11e84d01a3 britney: Optimise the original auto-hinter a bit
10 years ago
Niels Thykier 3710980b10 get_dependency_solvers: Avoid unnecessary boolean ret value
10 years ago
Ivo De Decker 3a05c6ba91 Also make sure forced-reason is a list
10 years ago
Julien Cristau d127ac65ae Fix silly NameError
10 years ago
Ivo De Decker 14107520d7 Make sure reason is a list, even with python 3
10 years ago
Julien Cristau 62c1c9ec3c Add explicit encoding to all files
10 years ago
Julien Cristau f64f7072c0 Sources and Packages are utf-8
10 years ago
Julien Cristau 7b0138ecb7 Don't crash if the urgencies file contains non-ascii
10 years ago
Julien Cristau e8c84e8cc7 Use python3-style super()
10 years ago
Julien Cristau c42fbcc5d3 Remove dependency on six
10 years ago
Julien Cristau 8044667ed6 Use python3
10 years ago
Julien Cristau 71b21083b7 Use super() instead of explicitly calling our superclass
10 years ago
Julien Cristau 49f37a8965 Disable a code path for encoded yaml in python3
10 years ago