diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2014-12-11 14:34:36 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2014-12-11 14:34:36 +0000 |
commit | 5eb3c5c80dc3522f6157f07ae25850a142d8e72d (patch) | |
tree | 7741036f374848210583a1be76355e4e603129b6 /systems/gitlab-ci-runner.morph | |
parent | a1b4ece4de8ad5fa497f522c61541e9d7c1d0ace (diff) | |
parent | 68fe84679215c0a08b4a38fed73f811270972ea4 (diff) | |
download | infrastructure-5eb3c5c80dc3522f6157f07ae25850a142d8e72d.tar.gz |
Merge remote-tracking branch 'baserock/master' into sam/baserock
Merge in Baserock reference system definitions.
This allows building and deploying Baserock systems from this repo with
Morph.
Diffstat (limited to 'systems/gitlab-ci-runner.morph')
-rw-r--r-- | systems/gitlab-ci-runner.morph | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/systems/gitlab-ci-runner.morph b/systems/gitlab-ci-runner.morph new file mode 100644 index 00000000..9eabc403 --- /dev/null +++ b/systems/gitlab-ci-runner.morph @@ -0,0 +1,48 @@ +name: gitlab-ci-runner +kind: system +description: A system to run build tests as part of GitLab CI architecture. +arch: x86_64 +strata: +- name: build-essential + morph: strata/build-essential.morph +- name: core + morph: strata/core.morph +- name: foundation + morph: strata/foundation.morph +- name: bsp-x86_64-generic + morph: strata/bsp-x86_64-generic.morph +- name: connectivity + morph: strata/connectivity.morph +- name: connman-common + morph: strata/connman-common.morph +- name: audio-bluetooth + morph: strata/audio-bluetooth.morph +- name: x-common + morph: strata/x-common.morph +- name: x-generic + morph: strata/x-generic.morph +- name: multimedia + morph: strata/multimedia.morph +- name: genivi + morph: strata/genivi.morph +- name: tools + morph: strata/tools.morph +- name: virtualization + morph: strata/virtualization.morph +- name: openstack-clients + morph: strata/openstack-clients.morph +- name: databases + morph: strata/databases.morph +- name: pcre-utils + morph: strata/pcre-utils.morph +- name: webtools + morph: strata/webtools.morph +- name: ruby + morph: strata/ruby.morph +- name: nfs + morph: strata/nfs.morph +configuration-extensions: +- set-hostname +- add-config-files +- nfsboot +- install-files |