summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-07 13:10:44 -0700
committerTim Smith <tsmith@chef.io>2019-06-07 13:10:44 -0700
commite68aaa3b255b64d59735453bba1eb3400bd0183a (patch)
treea39f43f45c5a0e2bfeb53581d00acdc0674acba3
parente8970f8eabb87f181698420c78496d85ba46333d (diff)
downloadchef-e68aaa3b255b64d59735453bba1eb3400bd0183a.tar.gz
Skip groups in gem installs and install cron/locales for functional tests
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/verify.pipeline.yml18
1 files changed, 10 insertions, 8 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 6686fadd70..a850643fb0 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -28,6 +28,7 @@ steps:
- label: "Functional Specs :ruby: 2.6"
commands:
- /workdir/scripts/bk_tests/bk_install.sh
+ - apt-get install -y cron locales # needed for functional tests to pass
- cd /workdir; bundle install --jobs=3 --retry=3 --without omnibus_package docgen ruby_prof
- bundle exec rake spec:functional
expeditor:
@@ -70,7 +71,7 @@ steps:
- label: "Integration Specs :ruby: 2.5"
commands:
- /workdir/scripts/bk_tests/bk_install.sh
- - bundle install --without docgen integration omnibus_package --frozen
+ - bundle install --jobs=3 --retry=3 --without omnibus_package docgen
- bundle exec rake spec:integration
expeditor:
executor:
@@ -85,7 +86,8 @@ steps:
- label: "Functional Specs :ruby: 2.5"
commands:
- /workdir/scripts/bk_tests/bk_install.sh
- - bundle install --without docgen integration omnibus_package --frozen
+ - apt-get install -y cron locales # needed for functional tests to pass
+ - bundle install --jobs=3 --retry=3 --without omnibus_package docgen
- bundle exec rake spec:functional
expeditor:
executor:
@@ -100,7 +102,7 @@ steps:
- label: "Unit Specs :ruby: 2.5"
commands:
- /workdir/scripts/bk_tests/bk_install.sh
- - bundle install --without docgen integration omnibus_package --frozen
+ - bundle install --jobs=3 --retry=3 --without omnibus_package docgen
- bundle exec rake spec:unit
- bundle exec rake component_specs
expeditor:
@@ -119,7 +121,7 @@ steps:
- label: "Test chef-sugar gem :ruby: 2.6"
commands:
- /workdir/scripts/bk_tests/bk_install.sh
- - bundle install --jobs=3 --retry=3
+ - bundle install --jobs=3 --retry=3 --without omnibus_package docgen
- bundle exec tasks/bin/run_external_test sethvargo/chef-sugar master rake
expeditor:
executor:
@@ -129,7 +131,7 @@ steps:
- label: "Test chef-zero gem :ruby: 2.6"
commands:
- /workdir/scripts/bk_tests/bk_install.sh
- - bundle install --jobs=3 --retry=3
+ - bundle install --jobs=3 --retry=3 --without omnibus_package docgen
- bundle exec tasks/bin/run_external_test chef/chef-zero master rake pedant
expeditor:
executor:
@@ -142,7 +144,7 @@ steps:
- label: "Test cheffish gem :ruby: 2.6"
commands:
- /workdir/scripts/bk_tests/bk_install.sh
- - bundle install --jobs=3 --retry=3
+ - bundle install --jobs=3 --retry=3 --without omnibus_package docgen
- bundle exec tasks/bin/run_external_test chef/cheffish master rake spec
expeditor:
executor:
@@ -152,7 +154,7 @@ steps:
- label: "Test chefspec gem :ruby: 2.6"
commands:
- /workdir/scripts/bk_tests/bk_install.sh
- - bundle install --jobs=3 --retry=3
+ - bundle install --jobs=3 --retry=3 --without omnibus_package docgen
- bundle exec tasks/bin/run_external_test chefspec/chefspec master rake
expeditor:
executor:
@@ -162,7 +164,7 @@ steps:
- label: "Test knife-windows gem :ruby: 2.6"
commands:
- /workdir/scripts/bk_tests/bk_install.sh
- - bundle install --jobs=3 --retry=3
+ - bundle install --jobs=3 --retry=3 --without omnibus_package docgen
- bundle exec tasks/bin/run_external_test chef/knife-windows master rake unit_spec
expeditor:
executor: