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

Switch from Testpipeline variable to parameter #11986

Merged

Conversation

chidozieononiwu
Copy link
Member

@chidozieononiwu chidozieononiwu commented Oct 22, 2020

Prevent template pipeline run triggered by eng/common changes.
Auto close update version Pull Requests for template pipelines.
Switch from TestPipeline variable to parameter

This includes some of the changes from #11944 as other changes on that PR will take longer to complete.

@ghost ghost added the EngSys This issue is impacting the engineering system. label Oct 22, 2020
@chidozieononiwu chidozieononiwu force-pushed the feature/MiscEngCommonUpdates branch from 4690bcb to 11923f2 Compare October 22, 2020 05:50
@@ -31,7 +31,7 @@ stages:
- checkout: self
- task: PowerShell@2
displayName: Prep template pipeline for release
condition: and(succeeded(),eq(variables['TestPipeline'],'true'))
condition: and(succeeded(),eq('${{ parameters.TestPipeline }}','true'))
Copy link
Member

Choose a reason for hiding this comment

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

Lets switch to a template condition.

@chidozieononiwu chidozieononiwu force-pushed the feature/MiscEngCommonUpdates branch from 11923f2 to c0700ff Compare October 22, 2020 17:11
@chidozieononiwu
Copy link
Member Author

/check-enforcer override

@chidozieononiwu chidozieononiwu merged commit 25db351 into Azure:master Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EngSys This issue is impacting the engineering system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants