summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc A. Paradise <marc.paradise@gmail.com>2021-03-10 12:53:55 -0500
committerMarc A. Paradise <marc.paradise@gmail.com>2021-03-10 12:57:09 -0500
commitbc54b31ac84937e6f7404874bdcb3a4828942c0e (patch)
tree0e0813f7c2c9d6cc7f1cbb41f566fbcf307a6601
parent39300dd995677da6ac51bd9e44c912ff6e6841ab (diff)
downloadchef-bc54b31ac84937e6f7404874bdcb3a4828942c0e.tar.gz
More expeditor fixes
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
-rw-r--r--.expeditor/verify.pipeline.yml13
1 files changed, 4 insertions, 9 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 67279a5dab..661bd46afb 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -80,8 +80,6 @@ steps:
- apt-get install -y cron locales # needed for functional tests to pass
- cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof
- bundle exec rake spec:functional
- - cd /workdir/knife; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof
- - bundle exec rake spec:functional
expeditor:
executor:
docker:
@@ -92,7 +90,6 @@ steps:
commands:
- /workdir/.expeditor/scripts/bk_container_prep_knife.sh
- apt-get update -y
- - apt-get install -y cron locales # needed for functional tests to pass
- cd /workdir/knife; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof
- bundle exec rake spec:functional
expeditor:
@@ -151,7 +148,7 @@ steps:
- /workdir/.expeditor/scripts/bk_container_prep.sh
- apt-get update -y
- apt-get install -y cron locales # needed for functional tests to pass
- - cd /workdir/knife; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof
+ - cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof
- bundle exec rake spec:functional
expeditor:
executor:
@@ -186,7 +183,7 @@ steps:
- label: "Unit Ubuntu 20.04 :knife: :ruby: 2.7"
commands:
- /workdir/.expeditor/scripts/bk_container_prep_knife.sh
- - bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof
+ - cd workdir/knife; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof
- bundle exec rake spec:unit
expeditor:
executor:
@@ -197,8 +194,6 @@ steps:
- /workdir/.expeditor/scripts/bk_container_prep.sh
- cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- bundle exec rake spec:integration
- - cd /workdir/knife; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- - bundle exec rake spec:integration
expeditor:
executor:
docker:
@@ -208,7 +203,7 @@ steps:
- label: "Integration CentOS 7 :knife: :ruby: 2.7"
commands:
- /workdir/.expeditor/scripts/bk_container_prep_knife.sh
- - cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
+ - cd /workdir/knife; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- bundle exec rake spec:integration
expeditor:
executor:
@@ -388,7 +383,7 @@ steps:
- label: "Unit Fedora :chef: :ruby: 2.7"
commands:
- /workdir/.expeditor/scripts/bk_container_prep.sh
- - cd /workdir/knife; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof
+ - cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof
- bundle exec rake spec:unit
- bundle exec rake component_specs
expeditor: