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

add support for array of disabled pipelines #381

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

codyjmoody
Copy link
Collaborator

This makes the DISABLED_PIPELINES environment variable allows for an array of pipelines to disable, and also requires the pipeline name to match exactly. It also supports setting DISABLED_PIPELINES to a string, but does require an exact match on pipeline name.

There is a side effect to this MR. If you look in the test 'should ignore disabled pipelines - string', (without these source code changes), setting DISABLED_PIPELINES to "p1a" would disable "p1" and "p1a", not just "p1a".

@codyjmoody codyjmoody merged commit b0f5462 into master Sep 16, 2024
2 checks passed
@codyjmoody codyjmoody deleted the disable-pipelines-array branch September 16, 2024 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants