463 Commits

Author SHA1 Message Date
Iain Lane
8cb336e0c9 autopkgtest: Add back hack to only trigger selected tests for gcc-N
We might want to consider doing this in a more generic way.
2020-07-26 13:50:56 +01:00
Iain Lane
178831e5df autopkgtest: Import amqplib when submitting test requests
Commit b82f4fc63238e48a8b7c76f32576dee2cd57d403 moved the importing of
amqplib to be done when required, but it missed a spot.
2020-07-26 13:50:56 +01:00
Iain Lane
3d09947296 DependsPolicy: print some info when skipping the dep check
The autopkgtest policy prints when it doesn't run a test due to a
package being unsatisfiable on an arch. This can be a bit mysterious,
and it can seem like it's causing the package to not become a candidate,
when it's not. Print some info when we decide not to skip indicating
what happened.
2020-07-26 13:50:56 +01:00
Iain Lane
93c476a3db autopkgtest: Submit multiple triggers to amqp as a list
We currently concatenate all triggers together into a string, but the
AMQP consumer expects this to be a list.

When using AMQP, keep the triggers as a list. Ensure that the "real"
trigger (the package being tested) is kept first, as before.
2020-07-26 13:50:56 +01:00
Iain Lane
6f5d6bb703 autopkgtest: Don't output an info line for ignored failures
We already skip displaying most other types of results where no action
is required including ALWAYSFAIL, should do it for hints too
2020-07-26 13:50:56 +01:00
Iain Lane
65f327aa74 suiteloader: Handle NBS
If we have this situation

  - Binary in target taken over by new source
  - Not cleaned up yet
  - New source updated in source suite

We can have *three* copies of a source package visible to britney at
once. Handle this case by recording the source package a pkgid was seen
in before.
2020-07-26 13:50:56 +01:00
Iain Lane
cd73011b2d suiteloader: Don't need to do an 'in' check when adding to a set 2020-07-26 13:50:56 +01:00
Iain Lane
96fcaa481a autopkgtest: Retry downloads
If we have a slightly flaky network / endpoint, retrying can help us to
keep going rather than crash & restart.
2020-07-26 13:50:56 +01:00
Iain Lane
de359a9ae1 excusefinder: Support not having arch-all buildds
On some distros (Ubuntu), arch:all packages are built along with one of
the architectures. We shouldn't be listing 'all' as its own arch in this
case. Instead we filter out the binaries except for on the
'all_buildarch'.
2020-07-26 13:50:56 +01:00
Iain Lane
bb793d2b62 Support writing excuses YAML to xz and gz files 2020-07-26 13:50:56 +01:00
Colin Watson
b47d3017f2 buildd.debian.org -> launchpad.net 2020-07-26 13:50:56 +01:00
Iain Lane
e7bc681e9a autopkgtest: Save pending.json after every test request
We just had the autopkgtest queues DoSed because britney was crashing
after requesting each reverse dependency for a perl upload, but before
it had written pending.json out so it knew what not to request again.
This was 25,000 requests per arch...

Let's write pending.json straight after sending each request, so that
the next run - even after a crash - won't re-request the same things
again.
2020-07-26 13:50:56 +01:00
Iain Lane
c201c000ee BuildDependsPolicy: handle old python3-apt
Very old versions, such as that run on the Ubuntu archive machine, don't
have the arch parameter.

Handle that by setting APT::Architecture instead
2020-07-26 13:50:56 +01:00
Iain Lane
02492f070b autopkgtest: Support Ubuntu's run_id format
These have a hash appended.

We don't actually use the baseline retrying, which is where the ID
parsing is used, but we might as well handle this, not least so we don't
crash.
2020-07-26 13:50:56 +01:00
Iain Lane
36b606a6be autopkgtest: Allow adt_reference_max_age to be empty 2020-07-26 13:50:56 +01:00
Iain Lane
ed751fd1d8 autopkgtest: Add new force-reset-test hint type
This allows hinters to reset the baseline for a package/arch, so that
previous failures are ignore and not considered regressions
2020-07-26 13:50:56 +01:00
Iain Lane
cfd51ddc2f autopkgtest: Only request reference tests when we want them 2020-07-26 13:50:56 +01:00
Iain Lane
0f6b785d46 autopkgtest: Support autopkgtest.u.c in-progress URL
This is at /running. We use 'are we running on swift?' as a proxy for
deciding which URL format to use
2020-07-26 13:50:56 +01:00
Iain Lane
113e197efa autopkgtest: Handle 'blacklisted' version
The apt version comparison sorts 'blacklisted' greater than most version
numbers, which means that we accidentally apply force hints for version
'blacklisted' to all uploads. Since this is the only case of a hacked
version number, let's special case it so that 'blacklisted' hints only
match packages with 'blacklisted' version.
2020-07-26 13:50:56 +01:00
Iain Lane
e944f23834 autopkgtest: store the submission time when making requests
This is so that we can see more easily see if requests are stuck
2020-07-26 13:50:56 +01:00
Iain Lane
77ee66fcb3 Repair requests without testpkg-version
We're supposed to synthesise an "unknown" version for these, but a bug
in the worker meant we didn't do that in some cases and these leaked
into swift. Let's repair it client-side.
2020-07-26 13:50:56 +01:00
Iain Lane
ff6ba2553a autopkgtest: Publish AMQP messages persistently
We want to ask the broker to write them out to disk, hoepfully
mitigating against it crashing.
2020-07-26 13:50:56 +01:00
Iain Lane
ffbadc30cf autopkgtest: Trigger dkms when there's a dep on dkms
Most DKMS packages do not declare Testsuite: autopkgtest-pkg-dkms, but
we can detect this anyway, and this way we can enforce that the module
is buildable.
2020-07-26 13:50:56 +01:00
Łukasz 'sil2100' Zemczak
2559049b9d Add a new policy to message bugs on SRU regressions
It works like this. We wait until all tests have finished running. and
then grab their results. If there are any regressions, we mail each bug
with a link to pending-sru.html. There's a state file which records the
mails we've sent out, so that we don't mail the same bug multiple times.
2020-07-26 13:50:56 +01:00
Tiago Daitx
8c166cf5e1 Link to update-excuse bugs on update_excuses
LP: #1683749
2020-07-26 13:50:56 +01:00
Robert Bruce Park
35932c55c1 Email Policy, send emails when packages are rejected. 2020-07-26 13:50:56 +01:00
Robert Bruce Park
fea7d283a8 Reject packages if entire source ppa won't migrate 2020-07-26 13:50:56 +01:00
Iain Lane
8c3b9e5893 LinuxPolicy: Make linux* wait on corresponding -meta package
We want to treat linux-$flavor and linux-meta-$flavor as one set in
britney which goes in together or not at all. We never want to promote
linux-$flavor without the accompanying linux-meta-$flavor.

Add a new LinuxPolicy which runs after most of the other policies, which
invalidates linux-foo if linux-meta-foo is invalid.
2020-07-26 13:50:56 +01:00
Iain Lane
27905ccab0
autopkgtest: Hardcode some linux-meta tests
We should really fix this to use Testsuite-Triggers / hint-testsuite-triggers
2020-07-10 21:43:07 +01:00
Iain Lane
c436aafda7
Implement Ubuntu component relationship constraints (ogre model) 2020-07-10 21:43:07 +01:00
Iain Lane
5718f8c903
Store the component in BinaryPackage and SourcePackage 2020-06-29 18:25:41 +01:00
Colin Watson
dbb9883380
Allow blocking uploads by way of bugs with the block-proposed tag set 2020-06-29 18:25:41 +01:00
Colin Watson
843751c5cf
Change date format to seconds-since-epoch 2020-06-29 18:25:40 +01:00
Colin Watson
60c4a4cf20
Add a --distribution option 2020-06-11 13:00:03 +01:00
Colin Watson
4ece0b9dba
Only issue "From wrong source" for binaries not at the same version in testing
Same-version could happen for merged binaries in partial-unstable mode.
2020-06-11 13:00:03 +01:00
Iain Lane
833622ee74
utils: Fix pycodestyle E302 (missing blank line) 2020-06-11 13:00:02 +01:00
Colin Watson
793a7a5e64
Optionally merge packages from testing to unstable
To cope with a partial unstable suite like Ubuntu's -proposed pocket.
2020-06-11 13:00:02 +01:00
Colin Watson
3b8daa98ec
Make sure that containing directories exist before writing output files 2020-06-11 13:00:02 +01:00
Martin Pitt
883f01740f
Skip piuparts policy if summary file is missing 2020-06-11 13:00:02 +01:00
Colin Watson
af7da4e764
Skip bug-based processing if BugsV is missing 2020-06-11 13:00:02 +01:00
Colin Watson
ba3fec61c3
Use default urgency for all packages if Urgencies is missing 2020-06-11 13:00:02 +01:00
Paul Gevers
dc4ea6ca2c
autopkgtest: remember old results instead of discarting them
For packages with lots of reverse dependencies, new versions of those reverse
dependencies may keep on showing up in testing. If migration is blocked until
the results for these new version, migration may take extremely long. If there
are results for the current trigger but for the previous version of the reverse
dependency, use those until the fresh resuts are available.

Similar for the reference runs.
2020-05-01 21:34:30 +02:00
Paul Gevers
6e6214efe8
autopkgtest: call filter_old_results after adding triggers to avoid code duplication 2020-05-01 21:28:50 +02:00
Ivo De Decker
920d82445d Add allow-smooth-update hint
Hint to allow smooth update, even if the section isn't allowed in the
configuration.

Note that this takes the source name and the source version IN TESTING
of the binaries that must be allowed to stay around to allow a smooth
update.
2020-04-01 16:37:56 +00:00
Ivo De Decker
c2088004f2 is_smooth_update_allowed: strip component from section 2020-04-01 15:55:03 +00:00
Ivo De Decker
2d34f8220e split off is_smooth_update_allowed() function 2020-04-01 15:49:14 +00:00
Ivo De Decker
e2b196dd4b Don't check implict depends when build is missing 2020-03-20 17:27:33 +00:00
Ivo De Decker
a667250cef excuse: add hasreason function 2020-03-20 17:23:13 +00:00
Ivo De Decker
a08b7ebc48 Add implicit dependency policy
Based in part on patches by Niels Thykier <niels@thykier.net>

Signed-off-by: Ivo De Decker <ivodd@debian.org>
2020-03-19 20:10:35 +01:00
Ivo De Decker
9865db0448 Add find_newer_binaries function 2020-03-18 21:15:25 +00:00