aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--buildset-config.reproducible_builds/nightly-world.conf19
-rw-r--r--buildset-config.reproducible_builds/nightly.conf14
2 files changed, 33 insertions, 0 deletions
diff --git a/buildset-config.reproducible_builds/nightly-world.conf b/buildset-config.reproducible_builds/nightly-world.conf
new file mode 100644
index 00000000..1cd54cc5
--- /dev/null
+++ b/buildset-config.reproducible_builds/nightly-world.conf
@@ -0,0 +1,19 @@
+[nightly-world]
+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'}}]
+steps: [{'SetDest':{}},
+ {'CheckOutLayers': {}},
+ {'RunPreamble': {}},
+ {'GetDistroVersion' : {'distro': 'poky'}},
+ {'CreateAutoConf': {'machine': 'qemux86', 'SDKMACHINE' : 'x86_64',
+ 'buildhistory' : False, 'multilib': True,
+ 'distro': 'poky', 'nosstate': True,}},
+ {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
+ {'BuildImages': {'images': 'world'}},
+ {'DownloadErrorReports': {}},
+ {'SendErrorReport': {}},
+ {'PublishArtifacts': {'artifacts': ['ipk', 'rpm', 'deb']}}]
+
diff --git a/buildset-config.reproducible_builds/nightly.conf b/buildset-config.reproducible_builds/nightly.conf
new file mode 100644
index 00000000..7eb727fe
--- /dev/null
+++ b/buildset-config.reproducible_builds/nightly.conf
@@ -0,0 +1,14 @@
+[nightly]
+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'}},
+steps: [{'SetDest':{}},
+ {'CheckOutLayers': {}},
+ {'RunPreamble': {}},
+ {'TriggerBuilds': {'schedulerName': 'main-build',
+ 'waitForFinish': 'True',
+ 'schedulerNames': { 'nightly-world': {},
+ 'nightly-world': {},},
+ 'schedulerNames_nowait': {},}}]