-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test: Add marker "staging" Only run the marked tests when "--staging" is used. This allows us * enable only the tests we know work on staging * slowly add support to more tests (likely by adding staging test assets) * at some point switch the marker use so that default is staging support and the remaining tests are marked with skipif() I've only enabled three tests: they seem like they should work on staging, I am not sure about any others. Signed-off-by: Jussi Kukkonen <jkukkonen@google.com> * action.py: Support GHA_SIGSTORE_CONFORMANCE_ENABLE_STAGING This variable results in the test suite being run twice: * first without --staging * then with --staging Signed-off-by: Jussi Kukkonen <jkukkonen@google.com> * action: Add new input "enable-staging" Input defaults to false for now: We may want to consider enabling by default when we release (or requiring a value). Signed-off-by: Jussi Kukkonen <jkukkonen@google.com> * self-test: Enable staging test Signed-off-by: Jussi Kukkonen <jkukkonen@google.com> * Action: Tweak output * Single summary output line * Add line in log with the "staging"/"production": this is useful to tell apart the two pytest result blocks Signed-off-by: Jussi Kukkonen <jkukkonen@google.com> * README: Update the action usage section The example had bit-rotted a bit so I rewrote it and added enable-staging and xfail to README. Signed-off-by: Jussi Kukkonen <jkukkonen@google.com> --------- Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
- Loading branch information
Showing
7 changed files
with
65 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters