aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.examples/gitpoller.conf
diff options
context:
space:
mode:
Diffstat (limited to 'buildset-config.examples/gitpoller.conf')
-rw-r--r--buildset-config.examples/gitpoller.conf33
1 files changed, 0 insertions, 33 deletions
diff --git a/buildset-config.examples/gitpoller.conf b/buildset-config.examples/gitpoller.conf
deleted file mode 100644
index 12fe4da4..00000000
--- a/buildset-config.examples/gitpoller.conf
+++ /dev/null
@@ -1,33 +0,0 @@
-[git-poller]
-builders: 'example-worker'
-repos: [{'poky-contrib':
- {'repourl':'git://git.yoctoproject.org/poky-contrib',
- 'layerversion':{'core':'meta', 'yoctobsp':'meta-yocto-bsp', 'yocto':'meta-yocto', 'poky':'meta-poky'},
- 'branch':'tgraydon/poky'}},
- {'meta-qt3':
- {'repourl':'git://git.yoctoproject.org/poky-contrib',
- 'branch':'tgraydon/meta-qt3'}}]
-steps: [{'SetDest':{}},
- {'CheckOutLayers': {}},
- {'RunPreamble': {}},
- {'GetDistroVersion' : {'distro': 'poky'}},
- {'CreateAutoConf': {'machine': 'qemux86', 'SDKMACHINE' : 'i686',
- 'distro': 'poky'}},
- {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
- {'BuildImages': {'images': 'core-image-sato'}},
- {'PublishLayerTarballs':{}},
- {'PublishArtifacts': {'artifacts': ['qemux86', 'atom-pc']}}]
-scheduler: [{'git-poller-scheduler':
- {'type':'SingleBranchScheduler',
- 'changesource':'GitPoller',
- 'repository':'poky-contrib',
- 'branch':'tgraydon/poky',
- 'interval':'3600,
- 'stable-timer':300}}]
-scheduler: [{'git-poller-scheduler':
- {'type':'SingleBranchScheduler',
- 'changesource':'GitPoller',
- 'repository':'poky-contrib',
- 'branch':'tgraydon/meta-qt3',
- 'interval':'3600,
- 'stable-timer':300}}]