summaryrefslogtreecommitdiff
path: root/.buildkite-platform.json
diff options
context:
space:
mode:
authorEvan Ahlberg <evanahlberg@gmail.com>2023-01-23 13:10:10 -0500
committerGitHub <noreply@github.com>2023-01-23 13:10:10 -0500
commitb12910007eaca937f4e6169c00afefba0d1ebbf1 (patch)
tree6ac1e38025d86e0b874f298d7067b93750ce6bb4 /.buildkite-platform.json
parentac05161082e9b971e9ac9518d12e3abde25bf47f (diff)
downloadchef-b12910007eaca937f4e6169c00afefba0d1ebbf1.tar.gz
update verify pipeline and omnibus build/test to use containers (#13489)
* update verify pipeline and omnibus build/test to use containers * add execution permission on scripts * add fips back in for opensuse but skip for windows * jesseprieur/BS-159 - Add RPM Signing Key for RHEL/SLES/CentOS * evanahlberg/BS-152 - Add MSI Signing to Windows Builds * fix label on windows platforms * fix role and add check for organization for aws credentials * chmod omnibus test script and fix windows 2019 queue for omnibus test * fix windows queue * Remove dependencies that are part of chef-foundation. * Disable s3 caching. * Rename chef-gem as it conflicts with another omnibus-software. * Speeding up debugging; Removing more-ruby-cleanup gem from omnibus chef package * Adding more-ruby-cleanup back in * Removing more-ruby-cleanup; Removing debugging steps * Remove ruby dependency from more-ruby-cleanup. * add retry and timeouts to all steps * move omnibus test and build to own file and create ad hoc pipeline * Adding in changes to use heredoc in verify pipeline * Adding in retries/timeouts; Fixing missing agent * allow for filtering of the omnibus build and test platforms * only block on chef-oss org * add canary adhoc pipeline and add back trigger for omnibus release * Make omnibus s3 caching configurable via env. Signed-off-by: Gregory Schofield <grschofi@progress.com> Signed-off-by: Evan Ahlberg <evanahlberg@gmail.com> Signed-off-by: Jesse Prieur <jesse.prieur@gmail.com>
Diffstat (limited to '.buildkite-platform.json')
-rw-r--r--.buildkite-platform.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/.buildkite-platform.json b/.buildkite-platform.json
new file mode 100644
index 0000000000..4aa454c9f3
--- /dev/null
+++ b/.buildkite-platform.json
@@ -0,0 +1,4 @@
+{
+ "chef_foundation": "0.1.24",
+ "omnibus_toolchain": "3.0.0"
+} \ No newline at end of file