summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-29 11:12:19 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-29 11:12:19 +0100
commit86bae493dd729481297fe85c53fa63a19007d2ab (patch)
tree0876f9f1b49e363ed0d2722b7b578270aac2da81
downloadciatconfig-86bae493dd729481297fe85c53fa63a19007d2ab.tar.gz
Initial Commit
Add some examples
-rw-r--r--pipelines/example.yaml8
-rw-r--r--slave-types/example.yaml2
2 files changed, 10 insertions, 0 deletions
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