autopkgtest-cloud:pin-rabbitmq-charm

Last commit made on 2023-08-07
Get this branch:
git clone -b pin-rabbitmq-charm 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:
pin-rabbitmq-charm
Repository:
lp:autopkgtest-cloud

Recent commits

ca8fdc4... by Brian Murray

Specify the charm version for rabbitmq-server LP: #2030524

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] build_charms:0 (build)
12 of 2 results
e458ac6... by Paride Legovini

Merge remote-tracking branch 'andersson123/lxd-armhf9_amend'

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] build_charms:0 (build)
12 of 2 results
497692f... by Tim Andersson

service-bundle: redeployed lxd-armhf9

df46065... by Tim Andersson

Merge remote-tracking branch 'andersson123/amend_json_parsing'

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] build_charms:0 (build)
12 of 2 results
a4b615f... by Tim Andersson

Merge remote-tracking branch 'andersson123/add_jq_to_deps'

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] build_charms:0 (build)
12 of 2 results
a55163c... by Tim Andersson

Merge remote-tracking branch 'andersson123/fix_trusty_apt_autopkgtest_compatibility'

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] build_charms:0 (build)
12 of 2 results
128624c... by Tim Andersson

fix: amend json parsing in is test running check

e887a8f... by Tim Andersson

fix: autopkgtest-web: amend running webpage based on supported releases instead of queue

We recently removed `kinetic` results from the swift database and
`kinetic` images from all regions in autopkgtest-cloud. However, it
still shows as a release on the "running" page in the webui. So this
commit updates the code to use `distro-info` to determine what to show
on the running page.

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] build_charms:0 (build)
12 of 2 results
2fee987... by Tim Andersson

fix: trusty and apt `--allow-downgrades- incompatibility

the `--allow-downgrades` argument to apt is not available in trusty and
this has been causing testbed failures for trusty tests. This commit
removes the downgrade functionality for trusty tests altogether, since
it's not available.

4587759... by Tim Andersson

fix: if no triggers for queued test, it can't be duplicate (webcontrol)