summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremiah Snapp <jeremiah@chef.io>2022-01-06 15:42:12 -0500
committerJeremiah Snapp <jeremiah@chef.io>2022-01-06 15:42:12 -0500
commit6da034a3714dae0f6b4cf4d265c6c43f73712021 (patch)
treec5690f6a24f75202273e98b6b619ab29151d73eb
parent9040483c3245374369fec146b22ea5f2195b82a0 (diff)
downloadchef-jsnapp/test-freebsd.tar.gz
Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
-rw-r--r--.expeditor/adhoc-canary.omnibus.yml5
-rw-r--r--omnibus/omnibus-test.sh2
2 files changed, 5 insertions, 2 deletions
diff --git a/.expeditor/adhoc-canary.omnibus.yml b/.expeditor/adhoc-canary.omnibus.yml
index 1defa609d4..aa23149408 100644
--- a/.expeditor/adhoc-canary.omnibus.yml
+++ b/.expeditor/adhoc-canary.omnibus.yml
@@ -3,6 +3,8 @@ project-name: chef
config: omnibus/omnibus.rb
test-path: omnibus/omnibus-test.sh
test-path-windows: omnibus/omnibus-test.ps1
+test-channel: stable
+test-version: 17.9.26
fips-platforms:
- el-*-x86_64
- el-*-ppc64*
@@ -39,8 +41,9 @@ builder-to-testers-map:
el-8-x86_64:
- el-8-x86_64
freebsd-11-amd64:
- - freebsd-11-amd64
+ # - freebsd-11-amd64
- freebsd-12-amd64
+ - freebsd-13-amd64
mac_os_x-10.15-x86_64:
- mac_os_x-10.15-x86_64
- mac_os_x-11-x86_64
diff --git a/omnibus/omnibus-test.sh b/omnibus/omnibus-test.sh
index 47b21ae431..08833f64ff 100644
--- a/omnibus/omnibus-test.sh
+++ b/omnibus/omnibus-test.sh
@@ -118,4 +118,4 @@ export CHEF_LICENSE=accept-no-persist
cd "$chef_gem"
sudo -E bundle install --jobs=3 --retry=3
-sudo -E bundle exec rspec --profile -f progress
+sudo -E bundle exec rspec spec/functional/resource/directory_spec.rb spec/functional/resource/group_spec.rb --profile -f progress