From 2de7685a853375b8907a5f58ebb0a191d3e65012 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 17 Feb 2015 16:28:30 +0000 Subject: Add a stratum for the tests used by Mason --- strata/baserock-ci-tests.morph | 14 ++++++++++++++ strata/baserock-ci-tests/system-tests.morph | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 strata/baserock-ci-tests.morph create mode 100644 strata/baserock-ci-tests/system-tests.morph 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 -- cgit v1.2.1