Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Onceover tries to use bundle if a Gemfile is present in Control-repo. #270

Open
16c7x opened this issue Jun 24, 2020 · 0 comments
Open

Onceover tries to use bundle if a Gemfile is present in Control-repo. #270

16c7x opened this issue Jun 24, 2020 · 0 comments

Comments

@16c7x
Copy link
Contributor

16c7x commented Jun 24, 2020

If a Gemfile is present in the root of a Control-repo and the --parallel flag is used, onceover will try to use Bundle to install the parallel gem even if Bundle is not installed.

Steps to reproduce:
docker pull puppet/puppet-dev-tools
docker run -it puppet/puppet-dev-tools /bin/bash
Clone in a control repo
Ensure a Gemfile is present in the root of the control repo
run onceover run spec --force --trace --parallel
You should see an error saying Bundle is not available.
Then remove the Gemfile
run onceover run spec --force --trace --parallel
Onceover will ignore the --parallel and continue to run the jobs in series.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants