conformance: support the staging tests #942
Labels
component:tests
Unit and integration tests
enhancement
New feature or request
good first issue
Good for newcomers
The conformance test GitHub action now supports testing against Sigstore staging infrastructure. Testing against staging is beneficial because when infrastructures changes, it happens first in staging: finding out ASAP is good for clients.
Enabling the support requires two things:
test/integration/sigstore-python-conformance
needs to support a new argument--staging
: this can be done by replacing the script with the script from: https://github.com/sigstore/sigstore-conformance/blob/main/sigstore-python-conformanceenvironment: staging
) should be added to .github/workflows/conformance.yml
as described in conformance READMEThe text was updated successfully, but these errors were encountered: