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

Enable and disable pipelines per environment #154

Open
philipp94831 opened this issue Mar 15, 2023 · 0 comments
Open

Enable and disable pipelines per environment #154

philipp94831 opened this issue Mar 15, 2023 · 0 comments
Labels
type/enhancement New feature or request

Comments

@philipp94831
Copy link
Member

Some pipelines should only be deployed to specific environments. In order to define that in a file instead of having the user know which pipelines to deploy, it should be configurable in config.yaml.

Consider we have the following pipelines:

  • foo/pipeline-1
  • foo/pipeline-2
  • bar/pipeline-1
  • bar/pipeline-2
  • baz/pipeline-1
  • baz/pipeline-2

Proposal is to have two modes:

enabled_pipelines:
 - foo/pipeline-1
 - bar

This enables all pipelines in foo/pipeline-1 and in bar. All other pipelines are disabled. Enabled pipelines are:

  • foo/pipeline-1
  • bar/pipeline-1
  • bar/pipeline-2
disabled_pipelines:
 - foo/pipeline-1
 - bar

This disables all pipelines in foo/pipeline-1 and in bar. All other pipelines are disabled. Enabled pipelines are:

  • foo/pipeline-2
  • baz/pipeline-1
  • baz/pipeline-2

Depends on #153

@raminqaf raminqaf added the type/enhancement New feature or request label Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants