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

tools/sign-installer.sh: Add retry loop #1905

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Conversation

t-b
Copy link
Collaborator

@t-b t-b commented Sep 26, 2023

We currently have CI issues with signing the installer. The signing step fails very often with:

Run tools/sign-installer.sh -p "***"
Done Adding Additional Store

Number of errors: 1

SignTool Error: The file is being used by another process.
SignTool Error: An error occurred while attempting to sign: tools/installer/MIES-Release_2.7_20230809-85-g2be12df50-cis.exe

The causes are unknown.

As a band-aid let's retry the signing step on error.

Close #1904

We currently have CI issues with signing the installer. The signing step
fails very often with:

Run tools/sign-installer.sh -p "***"
Done Adding Additional Store

Number of errors: 1

SignTool Error: The file is being used by another process.
SignTool Error: An error occurred while attempting to sign: tools/installer/MIES-Release_2.7_20230809-85-g2be12df50-cis.exe

The causes are unknown.

As a band-aid let's retry the signing step on error.
@t-b t-b self-assigned this Sep 26, 2023
@t-b t-b marked this pull request as ready for review September 26, 2023 14:06
@t-b t-b requested a review from timjarsky as a code owner September 26, 2023 14:06
@t-b t-b merged commit f23f1fe into main Sep 27, 2023
@t-b t-b deleted the bugfix/1905-avoid-sign-tool-error branch September 27, 2023 07:59
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.

CI issue with installer signing
1 participant