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

Fix pipeline instability. #3446

Merged
merged 1 commit into from
Oct 19, 2020
Merged

Fix pipeline instability. #3446

merged 1 commit into from
Oct 19, 2020

Conversation

StephenLPeters
Copy link
Contributor

Many of our pipeline runs were failing because we were hitting an error when downloading visual verification files. This was because Helix changed the format of the url to include some parameters and we were appending our own parameter with the '?' token where in this case it needs to be a '&' token. I've updated the script to check for this scenario.

… parameter if the url returned by helix already had parameters.
@ghost ghost added the needs-triage Issue needs to be triaged by the area owners label Oct 19, 2020
@ranjeshj ranjeshj merged commit beb29d6 into master Oct 19, 2020
@ranjeshj ranjeshj deleted the user/stpete/PipeFixes branch October 19, 2020 23:12
@ranjeshj ranjeshj added area-DevInternal Internal build infrastructure, code cleanup, engineering efficiency and removed needs-triage Issue needs to be triaged by the area owners labels Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-DevInternal Internal build infrastructure, code cleanup, engineering efficiency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants