8000 Make sure daily release tag does not change when retrying failures by TravisEz13 · Pull Request #15286 · PowerShell/PowerShell · GitHub
[go: up one dir, main page]

Skip to content

Make sure daily release tag does not change when retrying failures #15286

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

Merged
merged 6 commits into from
Apr 22, 2021

Conversation

TravisEz13
Copy link
Member
@TravisEz13 TravisEz13 commented Apr 20, 2021

PR Summary

Make sure daily release tag does not change when retrying failures

PR Context

If the seed that is used for a counter changes for a rerun, the variables are recalculated on rerun.

This PR persists the release tag as an artifact, preventing any change.

PR Checklist

@ghost ghost assigned iSazonov Apr 20, 2021
@@ -25,7 +34,7 @@ steps:
displayName: 'Set repo Root'

- powershell: |
$createJson = ("${{ parameters.ReleaseTagVarName }}" -ne "no")
$createJson = ("${{ parameters.CreateJson }}" -ne "no")
Copy link
Member Author

Choose a reason for hiding this comment

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

This was a pre-existing issue I noticed when verifying the fix.

@TravisEz13 TravisEz13 added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Apr 20, 2021
@TravisEz13 TravisEz13 marked this pull request as ready for review April 20, 2021 23:05
Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
@TravisEz13 TravisEz13 assigned TravisEz13 and unassigned iSazonov Apr 21, 2021
@TravisEz13 TravisEz13 merged commit aae705a into PowerShell:master Apr 22, 2021
@TravisEz13 TravisEz13 deleted the fix-dailytest-releasetag branch April 22, 2021 23:30
rkeithhill pushed a commit to rkeithhill/PowerShell that referenced this pull request May 3, 2021
@ghost
Copy link
ghost commented May 27, 2021

🎉v7.2.0-preview.6 has been released which incorporates this pull request.:tada:

Handy links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0