~andersson123/autopkgtest-cloud:all-proposed-patch

Last commit made on 2024-02-01
Get this branch:
git clone -b all-proposed-patch https://git.launchpad.net/~andersson123/autopkgtest-cloud
Only Tim Andersson can upload to this branch. If you are Tim Andersson please log in for upload directions.

Branch merges

Branch information

Name:
all-proposed-patch
Repository:
lp:~andersson123/autopkgtest-cloud

Recent commits

1d9e235... by Tim Andersson

fix: web: fix incorporation of env variables in download-results script

Failed
[FAILED] pre_commit:0 (build)
[WAITING] unit_tests:0 (build)
[WAITING] build_charms:0 (build)
13 of 3 results
767968f... by Tim Andersson

fix: web: fix order of items in browse-results and use boolean for all_proposed

A rebase broke this functionality, so the items in the browse-results
jinja template had to be re-ordered as to make space for the new "env"
column.

Prior to this commit, browse.cgi passed a string to the jinja template called all_proposed.
It was decided this was a bad idea, so browse.cgi now passes a boolean value to
the jinja template, where the necessary string is incorporated based on the boolean value.

78f19eb... by Tim Andersson

web: fix: incorporate additional_params into browse-results and incorporate all_proposed in retries

This commit amends the browse.cgi results endpoint to pass the additional
params to browse-results.html, as well as setting all_proposed as a
boolean variable instead of passing a string to jinja.

It also casts the duration to an int incase of db type errors.

e76208e... by Tim Andersson

worker: amend changes for all-proposed, change for additional_params instead

Previously the worker stored the all-proposed argument as
a binary value, but I missed changing this in the MP.
The desired change was that instead of having an all-proposed
binary value, we'd have a string of comma-separated "key=value"
variables in a variable called additional_params. This variable
will also be included in the amqp message when a test finishes.
The variable is also preserved in testinfo.json.
This commit amends the previous mistake.

a867738... by Tim Andersson

Merge remote-tracking branch 'andersson123/update-github-jobs-swiftclient-refactor'

659d74d... by Tim Andersson

docs: mention necessary openstack creds for autopkgtest-web

Failed
[FAILED] pre_commit:0 (build)
[WAITING] unit_tests:0 (build)
[WAITING] build_charms:0 (build)
13 of 3 results
d9f9433... by Tim Andersson

service-bundle: add openstack-creds variable for autopkgtest-web

bed1eb6... by Tim Andersson

feat: autopkgtest-web: make `openstack_creds` part of reactive charm

63598c9... by Tim Andersson

fix: autopkgtest-web: update-github-jobs now uses swiftclient instead of urllib

dfb020f... by Tim Andersson

Merge remote-tracking branch 'andersson123/preserve-all-proposed'