autopkgtest-cloud:adt-region

Last commit made on 2024-02-21
Get this branch:
git clone -b adt-region https://git.launchpad.net/autopkgtest-cloud
Members of Ubuntu Release Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
adt-region
Repository:
lp:autopkgtest-cloud

Recent commits

45a9b4e... by Brian Murray

autopkgtest-cloud: add ADT_REGION to the systemd logs

Failed
[FAILED] pre_commit:0 (build)
[WAITING] unit_tests:0 (build)
[WAITING] build_charms:0 (build)
13 of 3 results
f422234... by Brian Murray

Merge remote-tracking branch 'alexmurray/add-canonical-security-to-allowed-teams'

In progress
[WAITING] pre_commit:0 (build)
[WAITING] unit_tests:0 (build)
[WAITING] build_charms:0 (build)
13 of 3 results
d25f261... by Skia

Merge branch 'skia/irc_highlight'

https://code.launchpad.net/~hyask/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/460920

Failed
[FAILED] pre_commit:0 (build)
[WAITING] unit_tests:0 (build)
[WAITING] build_charms:0 (build)
13 of 3 results
d98b5df... by Skia

web: mention 'qa-help' highlight for IRC

c59dc8a... by Alex Murray

autopkgtest-web: add canonical-security to ALLOWED_TEAMS

Signed-off-by: Alex Murray <email address hidden>

257d029... by Brian Murray

autopkgtest-web: be more verbose about the use case for not checking huge

Failed
[FAILED] pre_commit:0 (build)
[WAITING] unit_tests:0 (build)
[WAITING] build_charms:0 (build)
13 of 3 results
8f6d9cb... by Brian Murray

Merge remote-tracking branch 'andersson123/dont-check-huge-tests-for-duplicate-queued-items'

60c8892... by Tim Andersson

fix: web: don't consider items in huge queue when checking duplicate test request

This change was Brian Murray's idea.

e5fae5d... by Skia

Merge branch 'skia/d-r_fix_locking'

https://code.launchpad.net/~hyask/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/460766

Failed
[FAILED] pre_commit:0 (build)
[WAITING] unit_tests:0 (build)
[WAITING] build_charms:0 (build)
13 of 3 results
30e11aa... by Skia

FIX: d-r+d-a-r: make sure to release the lock

This makes sure that the database updates are performed in a
transaction, which explicitely releases the table lock when the
transaction complete. This allow both `download-results` and
`download-all-results` to work at the same time with one blocking this
other.