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

ci: save Windows artifacts at end of job in case they fail #33510

Merged
merged 1 commit into from Mar 30, 2022

Conversation

jkleinsc
Copy link
Contributor

Description of Change

Sometimes Appveyor has trouble uploading artifacts and this causes a build to be marked as failing when really the only thing that failed was saving artifacts to Azure storage. Since these artifacts are not necessary to determine whether a build was successful or not, this PR moves the uploads of the artifacts AFTER the tests instead of before the tests. This means that now the tests will run first and will not be blocked by artifact uploads failing.

Checklist

Release Notes

Notes: none

@jkleinsc jkleinsc merged commit a508dce into main Mar 30, 2022
@jkleinsc jkleinsc deleted the flxup-windows-artifact-storage branch March 30, 2022 13:50
@release-clerk
Copy link

release-clerk bot commented Mar 30, 2022

No Release Notes

@trop
Copy link
Contributor

trop bot commented Mar 30, 2022

I was unable to backport this PR to "18-x-y" cleanly;
you will need to perform this backport manually.

@trop
Copy link
Contributor

trop bot commented Mar 30, 2022

I was unable to backport this PR to "17-x-y" cleanly;
you will need to perform this backport manually.

@trop
Copy link
Contributor

trop bot commented Mar 30, 2022

I was unable to backport this PR to "19-x-y" cleanly;
you will need to perform this backport manually.

@jkleinsc
Copy link
Contributor Author

/trop run backport

@trop
Copy link
Contributor

trop bot commented Mar 30, 2022

The backport process for this PR has been manually initiated - here we go! :D

@trop
Copy link
Contributor

trop bot commented May 23, 2022

@VerteDinde has manually backported this PR to "19-x-y", please check out #34313

khalwa pushed a commit to solarwindscloud/electron that referenced this pull request Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants