-
Notifications
You must be signed in to change notification settings - Fork 288
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
Allow to set tests to run in quick e2e buildspec #7553
Allow to set tests to run in quick e2e buildspec #7553
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #7553 +/- ##
==========================================
+ Coverage 73.48% 73.57% +0.08%
==========================================
Files 579 580 +1
Lines 36357 36480 +123
==========================================
+ Hits 26718 26839 +121
- Misses 7875 7877 +2
Partials 1764 1764 ☔ View full report in Codecov by Sentry. |
47f60d7
to
8e1dde9
Compare
This allows to manually run a pipeline with this buildspec and running only one or a particular subset of tests. It introduces the value "QUICK" that allows to run all configured tests for the quick pipeline without knowing the tests. This allows a manual pipeline to run all quick tests without passing an empty variable, which is not allowed.
8e1dde9
to
db822fb
Compare
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: g-gaston The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test eks-anywhere-e2e-presubmit |
/test eks-anywhere-presubmit |
Description of changes:
This allows to manually run a pipeline with this buildspec and running only one or a particular subset of tests.
It introduces the value "QUICK" that allows to run all configured tests for the quick pipeline without knowing the tests. This allows a manual pipeline to run all quick tests without passing an empty variable, which is not allowed.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.