-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Bump master to next version #15595
Bump master to next version #15595
Conversation
/test doc.test.multicluster |
needs update to https://istio.io/latest/blog/2019/introducing-istio-operator/ (if not more things that refer to the install doc for the operator) It might be best to leave those files in and we can address them in a follow up PR? |
/retest for funsies |
@craigbox: 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-sigs/prow repository. |
sigh, I was only being silly. /retest |
default: gateway API failure due to this fixed; now just authz-tcp flake At least one test works around that like this
|
is this already sorted out? Or any help needed? |
There was some discussion on #docs. its not sorted out |
I've identified the things that I think are causing the flakes, and would love to have someone take a look at trying to fix them. Some that are in separate issues already: |
/retest |
/test doc.test.multicluster |
@nshankar13 : any idea about the multi-cluster failures? |
/test doc.test.profile-none |
@howardjohn @craigbox @dhawton I was finally able to run the multicluster test locally, and want to ask you if you can review the below Pr and get it merged, so that we can rerun the multicluster test here.. There are certain tests that have got mixed, and some steps which are supposed to be run only in non gateway api cases seem to be running in gateway api test as well. So may be we can fix that first and then would like to rerun this. Background for the fix: The failing gwapi test here, says egress gateway cannot be deployed, while the document clearly says we can skip those steps for gateway api. |
Done
|
/test doc.test.multicluster |
while the gwapi test passed this time, the webhook deletion failure is still there. let me debug that now |
380298b
to
141c412
Compare
141c412
to
be42f65
Compare
Signed-off-by: Faseela K <[email protected]>
The external control plane test is fixed, now what is left is the cleanup.. Pushed a fix for it, let us see how it goes |
Signed-off-by: Faseela K <[email protected]>
after latest rebase, there is a new failure on authz-tcp test |
/test doc.test.profile-default This looks like a flake? |
/test doc.test.profile-none |
Signed-off-by: Faseela K <[email protected]>
I am not able to debug further on the skywalking test failure, if there are no other pointers, may be we can disable the test so that atleast this PR can move forward. The failing test can be debugged in a fresh new PR? |
I'm ok with that. I haven't had much luck and lack cycles for it. |
Signed-off-by: Faseela K <[email protected]>
I have raised an issue for skywalking test failure, and disabled the test on this PR, as this is blocking many things now! #15680 |
The new failure is on spire integration test.
|
Signed-off-by: Faseela K <[email protected]>
Have fixed the multiple controlplane and spire failures, hopefully this passes all tests atleast this time :( |
Move #15555 to my fork