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

update pipeline to releae/track1 #15993

Merged
merged 6 commits into from
Jul 1, 2021

Conversation

dw511214992
Copy link
Member

@dw511214992 dw511214992 commented Jun 25, 2021

In the period of track2 sdk preview, we are going to use branch feature/v4 to continue the release of track1 sdk.
Besides this PR, I will also change the the release pipeline to trigger in branch feature/v4

@ramya-rao-a
Copy link
Contributor

@praveenkuttappan Please review

@@ -1,7 +1,7 @@
trigger:
branches:
include:
- main
- feature/v4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest we just use our common pattern for both of these ci.yml files:

      - main
      - feature/*
      - release/*
      - hotfix/*

That way this pipeline will trigger for any branch follow the given pattern.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you ever plan to fork off a hotfix or release branch it might still be worth having those branch names as triggers. However we can add those later as needed.

Copy link
Member

@weshaggard weshaggard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that you will need to also update the pipelines in devops to point the default branch or any scheduled triggers to use feature/v4 as the branch instead of main.

@weshaggard
Copy link
Member

Note that you will need to also update the pipelines in devops to point the default branch or any scheduled triggers to use feature/v4 as the branch instead of main.

Just as an FYI I checked and there are now ci or scheduled triggers for these pipeline so I think you are good.

@dw511214992 dw511214992 merged commit dea0b2e into feature/v4 Jul 1, 2021
@dw511214992 dw511214992 deleted the dw/update-pipeline-for-release-track1 branch July 1, 2021 01:44
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.

3 participants