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

Selectively run e2e tests for serving, eventing #547

Merged
merged 1 commit into from
Dec 11, 2019

Conversation

navidshaikh
Copy link
Collaborator

Proposed Changes

  • 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

@googlebot googlebot added the cla: yes Indicates the PR's author has signed the CLA. label Dec 11, 2019
@knative-prow-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow-robot knative-prow-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 11, 2019
@knative-prow-robot knative-prow-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Dec 11, 2019
@navidshaikh
Copy link
Collaborator Author

CI is running go 1.13 now, ref: logs.

@knative-prow-robot knative-prow-robot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Dec 11, 2019
go.mod Outdated Show resolved Hide resolved
 - 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
  ```
@knative-prow-robot knative-prow-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Dec 11, 2019
@rhuss
Copy link
Contributor

rhuss commented Dec 11, 2019

/lgtm

@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Dec 11, 2019
@navidshaikh
Copy link
Collaborator Author

/test pull-knative-client-integration-tests-latest-release

boskos

@knative-prow-robot knative-prow-robot merged commit 2c1e5dc into knative:master Dec 11, 2019
@navidshaikh navidshaikh deleted the pr/e2e-selective-tag branch December 11, 2019 12:08
dsimansk pushed a commit to dsimansk/client that referenced this pull request Dec 10, 2024
Add Konflux components and pipelines

Co-authored-by: serverless-qe <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants