diff options
author | Jeremiah Snapp <jeremiah@chef.io> | 2019-04-10 12:01:40 -0400 |
---|---|---|
committer | Jeremiah Snapp <jeremiah@chef.io> | 2019-06-19 23:21:04 -0400 |
commit | 1541b80722ebe86f2934709c941983b6e8cc8dab (patch) | |
tree | 434acef496f12439020f3fc69f18893a57a09725 /.expeditor | |
parent | e4490790fb0e075c3d685dc245b258f929e64c73 (diff) | |
download | chef-1541b80722ebe86f2934709c941983b6e8cc8dab.tar.gz |
Improvements to omnibus buildkite pipelinesnappj/improve-omnibus-buildkite-pipeline
Enable all platforms in omnibus buildkite pipeline.
Port appropriate functionality from ci/verify-chef.* scripts to
the new omnibus/omnibus-test.* scripts.
Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/release.omnibus.yml | 51 |
1 files changed, 25 insertions, 26 deletions
diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index 1fc0e4cd6d..edd03f7bf0 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -7,52 +7,51 @@ fips-platforms: - el-*-x86_64 - windows-* builder-to-testers-map: - # aix-7.1-powerpc: - # - aix-7.1-powerpc + aix-7.1-powerpc: + - aix-7.1-powerpc debian-8-x86_64: - debian-8-x86_64 - debian-9-x86_64 el-6-i386: - el-6-i386 - # el-6-s390x: - # - el-6-s390x + el-6-s390x: + - el-6-s390x el-6-x86_64: - el-6-x86_64 - # el-7-aarch64: - # - el-7-aarch64 - # el-7-ppc64: - # - el-7-ppc64 - # el-7-ppc64le: - # - el-7-ppc64le - # el-7-s390x: - # - el-7-s390x + el-7-aarch64: + - el-7-aarch64 + el-7-ppc64: + - el-7-ppc64 + el-7-ppc64le: + - el-7-ppc64le + el-7-s390x: + - el-7-s390x el-7-x86_64: - el-7-x86_64 - # freebsd-10-x86_64: - # - freebsd-10-x86_64 - # - freebsd-11-x86_64 + freebsd-10-x86_64: + - freebsd-10-x86_64 + - freebsd-11-x86_64 mac_os_x-10.12-x86_64: - mac_os_x-10.12-x86_64 - mac_os_x-10.13-x86_64 - mac_os_x-10.14-x86_64 - # sles-11-s390x: - # - sles-11-s390x + sles-11-s390x: + - sles-11-s390x sles-11-x86_64: - sles-11-x86_64 - # sles-12-s390x: - # - sles-12-s390x - # - sles-15-s390x + sles-12-s390x: + - sles-12-s390x sles-12-x86_64: - sles-12-x86_64 - sles-15-x86_64 - # solaris-11-i86pc: - # - solaris-11-i86pc - # solaris-11-sparc: - # - solaris-11-sparc + solaris-11-i86pc: + - solaris-11-i86pc + solaris-11-sparc: + - solaris-11-sparc ubuntu-14.04-i386: - ubuntu-14.04-i386 - # ubuntu-14.04-ppc64le: - # - ubuntu-14.04-ppc64le + ubuntu-14.04-ppc64le: + - ubuntu-14.04-ppc64le ubuntu-14.04-x86_64: - ubuntu-14.04-x86_64 ubuntu-16.04-x86_64: |