summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/baserock-ci-tests.morph14
-rw-r--r--strata/baserock-ci-tests/system-tests.morph5
2 files changed, 19 insertions, 0 deletions
diff --git a/strata/baserock-ci-tests.morph b/strata/baserock-ci-tests.morph
new file mode 100644
index 00000000..574a3333
--- /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: 7fb68b7f377583dac40634338870583baaa2fe65
+ unpetrify-ref: baserock/mason-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