From 9a5a7f764bea36997fa5c9fdbbba9f80a3c88939 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Wed, 7 Jan 2015 17:06:37 +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 +++++ strata/zuul-ci.morph | 6 ------ 3 files changed, 19 insertions(+), 6 deletions(-) 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..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: [] -- cgit v1.2.1