summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremiah Snapp <jeremiah@chef.io>2019-08-10 20:40:05 -0400
committerJeremiah Snapp <jeremiah@chef.io>2019-08-10 20:40:05 -0400
commit0ac5f5aaed3e60faa3ca0c0f4c69d6e4749835a4 (patch)
tree95eaeab5da4db5e8ce5265034f4b96c1c8f7a42d
parent84da5f7a45d7ccba250d160626e6da8762a7f222 (diff)
downloadchef-snappj/test-omnibus-buildkite-pipeline.tar.gz
test omnibus buildkite pipelinesnappj/test-omnibus-buildkite-pipeline
Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
-rw-r--r--.expeditor/build_omnibus.pipeline.yml51
-rw-r--r--.expeditor/release.omnibus.yml4
2 files changed, 53 insertions, 2 deletions
diff --git a/.expeditor/build_omnibus.pipeline.yml b/.expeditor/build_omnibus.pipeline.yml
new file mode 100644
index 0000000000..c5ea80d283
--- /dev/null
+++ b/.expeditor/build_omnibus.pipeline.yml
@@ -0,0 +1,51 @@
+env:
+ BUILD_TIMESTAMP: "2019-08-09_11-22-33"
+
+steps:
+ - env:
+ EXPEDITOR_SECRETS: "{}"
+ OMNIBUS_FIPS_MODE: false
+ label: ":hammer_and_wrench: freebsd-11-amd64"
+ agents:
+ queue: "dev-omnibus-freebsd-11-amd64"
+ plugins:
+ chef/omnibus#master:
+ build: chef
+ config: omnibus/omnibus.rb
+ omnibus-pipeline-definition-path: .expeditor/release.omnibus.yml
+ adhoc: true
+
+ - wait
+
+ - label: Create Build Record
+ plugins:
+ - chef/omnibus#master:
+ create-build-record: chef
+
+ - wait
+
+ - env:
+ EXPEDITOR_SECRETS: "{}"
+ OMNIBUS_FIPS_MODE: false
+ label: ":mag: freebsd-11-amd64"
+ agents:
+ queue: "dev-omnibus-freebsd-11-amd64"
+ plugins:
+ - chef/omnibus#master:
+ test: "chef"
+ test-path: "omnibus/omnibus-test.sh"
+ # test-channel: stable
+ # test-version: 0.1.0+20161004083612.git.37.056dc3f
+
+ - env:
+ EXPEDITOR_SECRETS: "{}"
+ OMNIBUS_FIPS_MODE: false
+ label: ":mag: freebsd-12-amd64"
+ agents:
+ queue: "dev-omnibus-freebsd-12-amd64"
+ plugins:
+ - chef/omnibus#master:
+ test: "chef"
+ test-path: "omnibus/omnibus-test.sh"
+ # test-channel: stable
+ # test-version: 0.1.0+20161004083612.git.37.056dc3f
diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml
index a4c25859eb..440ce1ce34 100644
--- a/.expeditor/release.omnibus.yml
+++ b/.expeditor/release.omnibus.yml
@@ -29,9 +29,9 @@ builder-to-testers-map:
el-7-x86_64:
- el-7-x86_64
- el-8-x86_64
- freebsd-10-amd64:
- - freebsd-10-amd64
+ freebsd-11-amd64:
- freebsd-11-amd64
+ - freebsd-12-amd64
mac_os_x-10.12-x86_64:
- mac_os_x-10.12-x86_64
- mac_os_x-10.13-x86_64