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

s2n-tests: Simplify artifact handling #1739

Merged
merged 1 commit into from
Sep 19, 2022
Merged

s2n-tests: Simplify artifact handling #1739

merged 1 commit into from
Sep 19, 2022

Conversation

RyanGlScott
Copy link
Contributor

Previously, we uploaded a duplicate SAW binary specifically for use by the s2n-tests job. This is unnecessary, however, as the same binary is contained within a more general artifact that we upload for the SAW test suite. This patch removes the duplicate artifact, thereby simplifying the overall CI setup.

Fixes #1726.

Previously, we uploaded a duplicate SAW binary specifically for use by the
`s2n-tests` job. This is unnecessary, however, as the same binary is contained
within a more general artifact that we upload for the SAW test suite. This
patch removes the duplicate artifact, thereby simplifying the overall CI setup.

Fixes #1726.
@RyanGlScott RyanGlScott added the ready-to-merge If at least one person approves this PR, automatically merge it when CI finishes successfully. label Sep 19, 2022
@mergify mergify bot merged commit e3a9936 into master Sep 19, 2022
@mergify mergify bot deleted the T1726 branch September 19, 2022 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge If at least one person approves this PR, automatically merge it when CI finishes successfully.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Duplicate SAW artifacts uploaded in CI
2 participants