-
Notifications
You must be signed in to change notification settings - Fork 263
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
Selectively run e2e tests for serving, eventing #547
Selectively run e2e tests for serving, eventing #547
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: navidshaikh 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 |
CI is running go 1.13 now, ref: logs. |
- Run only serving specific e2e tests locally ``` E2E_TAGS="serving" ./test/e2e-tests-local.sh ``` - Run only eventing specific e2e tests locally ``` E2E_TAGS="eventing" ./test/e2e-tests-local.sh ``` - Run all e2e tests locally ``` ./test/e2e-tests-local.sh ```
c80d84d
to
ee04184
Compare
/lgtm |
/test pull-knative-client-integration-tests-latest-release boskos |
Add Konflux components and pipelines Co-authored-by: serverless-qe <[email protected]>
Proposed Changes