Skip to content

Commit

Permalink
Fix chefspec and berkshelf tests
Browse files Browse the repository at this point in the history
These are still on master for now

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Aug 24, 2021
1 parent da97d20 commit 511f532
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ steps:
- /workdir/.expeditor/scripts/bk_container_prep.sh
- bundle config set --local without omnibus_package
- bundle install --jobs=3 --retry=3 --path=vendor/bundle
- bundle exec tasks/bin/run_external_test chefspec/chefspec main rake
- bundle exec tasks/bin/run_external_test chefspec/chefspec master rake
expeditor:
executor:
docker:
Expand All @@ -329,7 +329,7 @@ steps:
- apt-get install -y graphviz
- bundle config set --local without omnibus_package
- bundle install --jobs=3 --retry=3 --path=vendor/bundle
- bundle exec tasks/bin/run_external_test berkshelf/berkshelf main rake
- bundle exec tasks/bin/run_external_test berkshelf/berkshelf master rake
expeditor:
executor:
docker:
Expand Down
2 changes: 1 addition & 1 deletion tasks/bin/run_external_test
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build_dir = Dir.pwd

env = {
"GEMFILE_MOD" => "gem 'chef', path: '#{build_dir}'; " \
"gem 'ohai', git: 'https://github.com/chef/ohai.git', branch: 'master'",
"gem 'ohai', git: 'https://github.com/chef/ohai.git', branch: 'main'",
"CHEF_LICENSE" => "accept-no-persist",
}

Expand Down

0 comments on commit 511f532

Please sign in to comment.