~andersson123/autopkgtest-cloud:create-test-instances-refactor

Last commit made on 2024-02-23
Get this branch:
git clone -b create-test-instances-refactor 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:
create-test-instances-refactor
Repository:
lp:~andersson123/autopkgtest-cloud

Recent commits

127f644... by Tim Andersson

refactor: cloud: refactor create-test-instances to use common functions

This commit refactors the create-test-instances script to use the common
functions from create-instances-common.

Overall this makes the script more verbose and it now tests a wider
range of functionalities when creating a test instance, which should
help admins figure out errors quicker.

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] unit_tests:0 (build)
[SUCCEEDED] build_charms:0 (build)
13 of 3 results
12ff0f3... by Tim Andersson

feat: cloud: add create-instances-common.sh in tools

this is a new file which contains a bunch of functions that are very
useful for creating test instances in different datacentres.

3490210... by Skia

feat: web: template: improve the display of running tests in various pages

dfc0d8e... by Skia

feat: web: add a second dummy running test for 'hello'

0bcf32f... by Skia

Merge branch 'skia/ease_browse_dev'

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

0668314... by Skia

feat: ease by far the local development of browse.cgi

This commit bring two main things tied together:
  - the helpers/tests.py, with functions helping populating databases
and cache files with dummy data
  - the browse-test.py file, which is able to run the Flask app in
standalone debug mode, for easy local development, and leverages the
dummy data from the helpers/tests.py file.

All of that is also documented in a new README.md file that has the
necessary dependencies and instructions on how to run the app locally.

73a915e... by Tim Andersson

Merge remote-tracking branch 'andersson123/fix-dodgy-ci'

df949e5... by Skia

feat: display currently running jobs on each package's page

e3e34ab... by Skia

refactor: web: browse: factor 'get_running_jobs'

88120b4... by Skia

feat: web: template: display total running time in seconds too