~ce-hyperscale/charms/+source/scalebot-autopkgtest:master

Last commit made on 2021-06-24
Get this branch:
git clone -b master https://git.launchpad.net/~ce-hyperscale/charms/+source/scalebot-autopkgtest
Members of CE Hyperscale can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

8114452... by Alexandre Erwin Ittner

Add parameter "extravars" to action "run-test"

This new parameter defines a set of environment variables that will
be exported to the test at the moment it runs. Can be used to change
some behavior. Example:

$ juju run-action autopkgtest/1 run-test pkgname=mysql-5.7 extravars='MTR_MAX_PARALLEL=8'

7356c12... by Alexandre Erwin Ittner

Add patched "null" virtualization provider

This provider allows us to ignore the "breaks-testbed" restriction on
some tests by providing a forced "revert-full-system" capability to our
environments. That's ok because we are running on juju-allocated machines
that will be released once the test finishes.

5dcf105... by Alexandre Erwin Ittner

Add apt updates repository to the target machine

8daa3ee... by Alexandre Erwin Ittner

Add charm to deploy an autopkgtest environment in Scalebot

5e07e4d... by Alexandre Erwin Ittner

Init repository