summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/baserock-ci-tests.morph14
-rw-r--r--strata/baserock-ci-tests/system-tests.morph5
-rw-r--r--strata/zuul-ci.morph6
3 files changed, 19 insertions, 6 deletions
diff --git a/strata/baserock-ci-tests.morph b/strata/baserock-ci-tests.morph
new file mode 100644
index 00000000..3e360e92
--- /dev/null
+++ b/strata/baserock-ci-tests.morph
@@ -0,0 +1,14 @@
+name: baserock-ci-tests
+kind: stratum
+description: |
+ This stratum contains chunks which provide tests to be run by the
+ Baserock CI Pipeline (Mason).
+build-depends:
+- morph: strata/morph-utils.morph
+chunks:
+- name: system-tests
+ morph: strata/baserock-ci-tests/system-tests.morph
+ repo: baserock:baserock/system-tests
+ ref: fe366446a5a7a510d0a727f0eb1d3e4596856c73
+ unpetrify-ref: baserock/adamcoldrick/mason-tests-v2
+ build-depends: []
diff --git a/strata/baserock-ci-tests/system-tests.morph b/strata/baserock-ci-tests/system-tests.morph
new file mode 100644
index 00000000..2f356e19
--- /dev/null
+++ b/strata/baserock-ci-tests/system-tests.morph
@@ -0,0 +1,5 @@
+name: system-tests
+kind: chunk
+install-commands:
+- mkdir -p "$DESTDIR$PREFIX"/share/system-tests
+- cp -a mason "$DESTDIR$PREFIX"/share/system-tests/mason
diff --git a/strata/zuul-ci.morph b/strata/zuul-ci.morph
index c16d1028..380848a4 100644
--- a/strata/zuul-ci.morph
+++ b/strata/zuul-ci.morph
@@ -135,9 +135,3 @@ chunks:
- python-daemon
- extras
- gitpython
-- name: system-tests
- morph: strata/zuul-ci/system-tests.morph
- repo: baserock:baserock/system-tests
- ref: 0428545d40be30b45698467b88ed1f8da68f8839
- unpetrify-ref: baserock/adamcoldrick/mason-tests
- build-depends: []