From 86bae493dd729481297fe85c53fa63a19007d2ab Mon Sep 17 00:00:00 2001 From: Will Holland Date: Tue, 29 Sep 2015 11:12:19 +0100 Subject: Initial Commit Add some examples --- pipelines/example.yaml | 8 ++++++++ slave-types/example.yaml | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 pipelines/example.yaml create mode 100644 slave-types/example.yaml diff --git a/pipelines/example.yaml b/pipelines/example.yaml new file mode 100644 index 0000000..898717e --- /dev/null +++ b/pipelines/example.yaml @@ -0,0 +1,8 @@ +name: genivi-x86 + candidate-refs: + - refs/heads/ciat/genivi-x86-candidate + slave-type: + - local-x86-slave + clusters: + - foo.morph + - bar.morph diff --git a/slave-types/example.yaml b/slave-types/example.yaml new file mode 100644 index 0000000..85f9b94 --- /dev/null +++ b/slave-types/example.yaml @@ -0,0 +1,2 @@ +name: local-slaves +arch: x86_64 -- cgit v1.2.1