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

Added the github action to run e2e tests against serving #27

Merged
merged 2 commits into from
Nov 9, 2023

Conversation

houshengbo
Copy link
Contributor

@houshengbo houshengbo commented Nov 2, 2023

Changes

  • This PR added the e2e test framework into this repo.

/kind

Fixes #29

Release Note


Docs


Copy link

knative-prow bot commented Nov 2, 2023

@houshengbo: The label(s) kind/<kind> cannot be applied, because the repository doesn't have them.

In response to this:

  • This PR added the e2e test framework into this repo.

/kind

Fixes #

Release Note


Docs


Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Copy link

knative-prow bot commented Nov 2, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: houshengbo

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 knative-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 2, 2023
@knative-prow knative-prow bot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Nov 2, 2023
@knative-prow knative-prow bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Nov 2, 2023
Copy link

codecov bot commented Nov 2, 2023

Codecov Report

Merging #27 (6ba23ba) into main (95c9ff6) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

❗ Current head 6ba23ba differs from pull request most recent head 80298ca. Consider uploading reports for the commit 80298ca to get more accurate results

@@           Coverage Diff           @@
##             main      #27   +/-   ##
=======================================
  Coverage   21.31%   21.31%           
=======================================
  Files           9        9           
  Lines          61       61           
=======================================
  Hits           13       13           
  Misses         48       48           

@houshengbo houshengbo force-pushed the add-e2e-action branch 7 times, most recently from db80954 to cb095e0 Compare November 2, 2023 23:35
@yuzisun
Copy link

yuzisun commented Nov 9, 2023

/lgtm

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Nov 9, 2023
@knative-prow knative-prow bot merged commit 8985522 into knative-extensions:main Nov 9, 2023
16 checks passed
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. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set up e2e test framework for this repo
2 participants