summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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