diff options
-rw-r--r-- | .expeditor/adhoc-canary.omnibus.yml | 4 | ||||
-rw-r--r-- | .expeditor/release.omnibus.yml | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/.expeditor/adhoc-canary.omnibus.yml b/.expeditor/adhoc-canary.omnibus.yml index 5ca8294041..e47d009058 100644 --- a/.expeditor/adhoc-canary.omnibus.yml +++ b/.expeditor/adhoc-canary.omnibus.yml @@ -36,8 +36,10 @@ builder-to-testers-map: - amazon-2-x86_64 el-8-x86_64: - el-8-x86_64 - freebsd-12-amd64: + 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 diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index 4dc8b1207a..1d8093e7e0 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -38,7 +38,8 @@ builder-to-testers-map: - el-8-aarch64 el-8-x86_64: - el-8-x86_64 - freebsd-12-amd64: + freebsd-11-amd64: + - freebsd-11-amd64 - freebsd-12-amd64 mac_os_x-10.14-x86_64: - mac_os_x-10.14-x86_64 |