aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.examples/hello.conf
diff options
context:
space:
mode:
Diffstat (limited to 'buildset-config.examples/hello.conf')
-rw-r--r--buildset-config.examples/hello.conf16
1 files changed, 0 insertions, 16 deletions
diff --git a/buildset-config.examples/hello.conf b/buildset-config.examples/hello.conf
deleted file mode 100644
index b38185cc..00000000
--- a/buildset-config.examples/hello.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-[hello]
-builders: 'example-worker'
-repos: [{'poky':
- {'repourl':'git://git.yoctoproject.org/poky',
- 'layerversion':{'core':'meta', 'yoctobsp':'meta-yocto-bsp', 'yocto':'meta-yocto', 'poky':'meta-poky'},
- 'branch':'master'}}]
-props: [{'firstname':{'prop_type':'StringParameter',
- 'size': 10,
- 'name': 'firstname',
- 'label':'<h3> firstname:</h3>'}},
- {'lastname':{'prop_type':'StringParameter',
- 'size': 10,
- 'name': 'lastname',
- 'label':'<h3> lastname:</h3>'}}]
-steps: [{'HelloWorld':{'firstname':'foo', 'lastname':'bar'}},
- {'HelloWorld':{}}]