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

Revert "(MODULES-8242) - Fix CI_SPEC_OPTIONS failing" #275

Merged
merged 1 commit into from
Jan 15, 2019

Conversation

rodjek
Copy link
Contributor

@rodjek rodjek commented Jan 15, 2019

Reverts #268 as this change breaks the documented behaviour. The CI_SPEC_OPTIONS environment variable is used for passing RSpec options into the rake task. In MODULES-8242 the user was attempting to pass parallel_tests options in this environment variable, which won't work and was mistaken for a bug. The behaviour now means that any RSpec options passed in this environment variable will cause the task to fail where it previously worked.

We should revert this change and then extend the logic to pass in parallel_tests options in a separate environment variable, split and push onto the args array before the options from CI_SPEC_OPTIONS.

/cc @scotje

@puppetcla
Copy link

CLA signed by all contributors.

@bmjen bmjen merged commit db4aa99 into master Jan 15, 2019
@bmjen bmjen deleted the revert-268-master branch January 15, 2019 18:01
@bmjen bmjen added the bug label Jan 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants