diff options
author | Tim Smith <tsmith@chef.io> | 2021-12-16 11:34:08 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-16 11:34:08 -0800 |
commit | b07d6b5b1370285f617a74e469cfba0f17d4a57d (patch) | |
tree | 1a8b45b017845a199d053feb1376b185e54192a4 | |
parent | 242abd6ba43aeeefe3be516cc51020730761a4cf (diff) | |
parent | 638569508bb8666a280bfe1e0a570e9c44c40f61 (diff) | |
download | chef-b07d6b5b1370285f617a74e469cfba0f17d4a57d.tar.gz |
Merge pull request #12379 from chef/jsnapp/update-adhoc-canary.omnibus.yml
Update adhoc-canary.omnibus.yml
-rw-r--r-- | .expeditor/adhoc-canary.omnibus.yml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/.expeditor/adhoc-canary.omnibus.yml b/.expeditor/adhoc-canary.omnibus.yml index e47d009058..1defa609d4 100644 --- a/.expeditor/adhoc-canary.omnibus.yml +++ b/.expeditor/adhoc-canary.omnibus.yml @@ -15,15 +15,15 @@ builder-to-testers-map: debian-9-x86_64: - debian-9-x86_64 - debian-10-x86_64 + - debian-11-x86_64 debian-10-aarch64: - debian-10-aarch64 + - debian-11-aarch64 el-6-x86_64: - el-6-x86_64 el-7-aarch64: - el-7-aarch64 - amazon-2-aarch64 - el-8-aarch64: - - el-8-aarch64 # el-7-ppc64: # - el-7-ppc64 # el-7-ppc64le: @@ -34,16 +34,17 @@ builder-to-testers-map: el-7-x86_64: - el-7-x86_64 - amazon-2-x86_64 + el-8-aarch64: + - el-8-aarch64 el-8-x86_64: - el-8-x86_64 freebsd-11-amd64: - freebsd-11-amd64 - freebsd-12-amd64 -# - freebsd-13-amd64 - mac_os_x-10.14-x86_64: - - mac_os_x-10.14-x86_64 + mac_os_x-10.15-x86_64: - mac_os_x-10.15-x86_64 - mac_os_x-11-x86_64 + - mac_os_x-12-x86_64 mac_os_x-11-arm64: - mac_os_x-11-arm64 # - mac_os_x-12-arm64 canary org doesn't yet have a macos 12 arm64 omnibus worker @@ -62,7 +63,8 @@ builder-to-testers-map: ubuntu-18.04-aarch64: - ubuntu-18.04-aarch64 - ubuntu-20.04-aarch64 - ubuntu-18.04-x86_64: + ubuntu-16.04-x86_64: + - ubuntu-16.04-x86_64 - ubuntu-18.04-x86_64 - ubuntu-20.04-x86_64 windows-2012r2-i386: @@ -72,5 +74,7 @@ builder-to-testers-map: - windows-2012r2-x86_64 - windows-2016-x86_64 - windows-2019-x86_64 + - windows-2022-x86_64 - windows-8-x86_64 - windows-10-x86_64 + - windows-11-x86_64 |