-
Notifications
You must be signed in to change notification settings - Fork 29
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
chore: Adding job step to conditionally execute e2e tests #185
Conversation
Signed-off-by: Pritesh Bandi <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #185 +/- ##
=======================================
Coverage 89.32% 89.32%
=======================================
Files 21 21
Lines 1724 1724
=======================================
Hits 1540 1540
Misses 149 149
Partials 35 35 ☔ View full report in Codecov by Sentry. |
@priteshbandi Is this for notation-plugin-framework-go? |
Yes its for notaryproject/notation-plugin-framework-go#13. I am thinking of expanding reusable workflow to conditionally support support e2e tests. |
notation-plugin-framework-go: .github/workflows/build.yml Can we create a new e2e job and depend on build. For example:
Then, we don't need to update the reusable-build in this repo. @priteshbandi |
Yes, that works but why do we dont want to add e2e tests in reusable-builds ? |
@priteshbandi I think adding an E2E workflow here will work, but it's not elegant because it will be hard to understand why we need it if one doesn't know that the E2E is for another repository. Are there another other repos also use reusable-builds and need e2e? Or it just be used in notation-plugin-framework-go? |
Yes, I agree its not elegant but the name file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
run-e2e-tests
is out of the scope of notation-core-go
. Please propose the change in the corresponding repository.
|
|
chore: Adding job step to conditionally execute e2e tests.
This is required for notaryproject/notation-plugin-framework-go#13