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

Run e2e Go tests first. #462

Merged
merged 1 commit into from Mar 4, 2024
Merged

Run e2e Go tests first. #462

merged 1 commit into from Mar 4, 2024

Conversation

wlynch
Copy link
Member

@wlynch wlynch commented Mar 4, 2024

Summary

I suspect why the e2e tests are failing is because we're running this after the staging tests when the sigstore root has been changed to staging.

Current the tests hardcode prod sigstore, which is likely what is causing the issues since we're trying to verify a prod signature with the staging root. TBD if this is the right thing to do (or if we should use staging instead), but this should hopefully fix us for the time being.

Release Note

NONE

Documentation

@wlynch wlynch requested a review from cpanato March 4, 2024 13:41
I suspect why the e2e tests are failing is because we're running this
after the staging tests when the sigstore root has been changed to
staging.

Current the tests hardcode prod sigstore, which is likely what is causing the issues
since we're trying to verify a prod signature with the staging root.
TBD if this is the right thing to do (or if we should use staging instead),
but this should hopefully fix us for the time being.
@wlynch
Copy link
Member Author

wlynch commented Mar 4, 2024

e2e tests will fail until this is submitted, since pull_request_target pulls from main

@cpanato cpanato merged commit 2e63fd0 into sigstore:main Mar 4, 2024
7 of 8 checks passed
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.

None yet

2 participants