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

Refactor KMS E2E tests #3684

Merged
merged 3 commits into from Apr 30, 2024
Merged

Refactor KMS E2E tests #3684

merged 3 commits into from Apr 30, 2024

Conversation

cmurphy
Copy link
Contributor

@cmurphy cmurphy commented Apr 29, 2024

  • Move KMS tests from shell script to Go test suite
  • Make KMS E2E tests hermetic
  • Move KMS E2E workflow into main e2e-tests file

Summary

Release Note

Documentation

Signed-off-by: Colleen Murphy <colleenmurphy@google.com>
Use the scaffolding setup action to set up a local sigstore cluster and
run the KMS tests against the local rekor instance instead of the
public, production instance.

Signed-off-by: Colleen Murphy <colleenmurphy@google.com>
Condense the E2E tests into fewer workflow files. There are no unique
conditions that require them to be in separate files. Condensing them
makes them easier to discover, and makes the Actions tab in GitHub
cleaner because there are fewer workflows to sort through.

Signed-off-by: Colleen Murphy <colleenmurphy@google.com>
Copy link

codecov bot commented Apr 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 40.60%. Comparing base (2ef6022) to head (da9c49a).
Report is 97 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3684      +/-   ##
==========================================
+ Coverage   40.10%   40.60%   +0.49%     
==========================================
  Files         155      157       +2     
  Lines       10044    10157     +113     
==========================================
+ Hits         4028     4124      +96     
- Misses       5530     5535       +5     
- Partials      486      498      +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@haydentherapper haydentherapper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for cleaning this up!

@haydentherapper haydentherapper merged commit fa17fab into sigstore:main Apr 30, 2024
24 checks passed
@github-actions github-actions bot added this to the v2.3.0 milestone Apr 30, 2024
@cpanato
Copy link
Member

cpanato commented May 2, 2024

late lgtm

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

3 participants