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

Decople release pipeline #21

Open
noly opened this issue Jul 8, 2021 · 0 comments
Open

Decople release pipeline #21

noly opened this issue Jul 8, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@noly
Copy link
Contributor

noly commented Jul 8, 2021

Now .zip assets are generated in same action flow.
Since windows release process is different from Linux (windows is embedded in the infra-agent vs linux assets are included as dependencies) could be some cases where We will be interested to only release a new version for windows or linux.

Possible Solution

Split the workflow and create a manual staged,

  workflow_dispatch:
    inputs:
      tag:
        description: 'Tag to pre-release'
        required: true
      assetsType:
        description: 'Assets type to pre-release: all, zip, deb, rpm'
        required: true
        default: 'all'

And in job using jobs.<job_id>.if

Additional context

Reference: infra-agent

@noly noly added the enhancement New feature or request label Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant