-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
WIP: Allow 502 codes as well as 503 #11900
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: julz 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 |
@julz: The
The following commands are available to trigger optional jobs:
Use
In response to this:
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. |
/test pull-knative-serving-istio-stable-mesh-short |
Codecov Report
@@ Coverage Diff @@
## main #11900 +/- ##
=======================================
Coverage 87.70% 87.71%
=======================================
Files 196 197 +1
Lines 9430 9467 +37
=======================================
+ Hits 8271 8304 +33
- Misses 897 900 +3
- Partials 262 263 +1
Continue to review full report at Codecov.
|
@julz: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
seeing /test pull-knative-serving-istio-latest-mesh-short |
Hello, I have configured go, ko tools properly.
In the Deploy knative-serving stage when am trying below ko command nothing is happening. (I waited more than 5 - 10 minutes)
|
after waiting for more than 10 mins I am seeing below error message. `$ ko apply --selector knative.dev/crd-install=true -Rf config/core/ 2021/09/06 05:13:23 NOTICE!ko and go have mismatched GOROOT: Inferring GOROOT="/usr/local/go" Run this to remove this warning: For more information see:
|
Hi @mayuchau - not sure what's going on with your build environment (that may be a question to raise over at http://github.com/google/ko), but knative/networking#494 should have bubbled its way in to the nightly releases now, so you can likely do:
|
this PR did its job, and the changes have landed via knative/networking#494 and #11901 - closing /close |
@julz: Closed this PR. In response to this:
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. |
WIP: Letting prow run the tests with this.