summaryrefslogtreecommitdiff
path: root/mason/tests/__init__.py
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-02-20 09:51:58 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2015-03-09 17:01:23 +0000
commit7fb68b7f377583dac40634338870583baaa2fe65 (patch)
tree79f5b9ca28f2038e47d663292526cd76dce1749c /mason/tests/__init__.py
parent009b22cc1c79e0576e9d21218be1983aea87e5da (diff)
downloadsystem-tests-7fb68b7f377583dac40634338870583baaa2fe65.tar.gz
Add mason 'build', 'test' and 'upload' as Zuul pluginsbaserock/mason-v2
Much of this code comes from the release-* scripts in Baserock's defintions repo. At the moment, only build, build_test and artifact_upload plugins are implemented. Also note that the test build run on a deployed instance in the build_test plugin currently builds master rather than the ref of the proposed change being tested. This is still adequate as that system is itself built from the ref of the proposed change.
Diffstat (limited to 'mason/tests/__init__.py')
-rw-r--r--mason/tests/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/mason/tests/__init__.py b/mason/tests/__init__.py
new file mode 100644
index 0000000..309ce19
--- /dev/null
+++ b/mason/tests/__init__.py
@@ -0,0 +1,3 @@
+from . import build
+from . import artifact_upload
+from . import build_test