-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Activate VM expansion test #2444
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
Conversation
Given the recent go native tooling migration. VM tests are failing due to: (ssh on the VM)
The reason is likely that debian pkg was not built and pushed due to postsubmit failure. Trying retest. |
yeah we really need to check automatically at least nightly as it got broken in 0.3.0 with istio on istio and probably also yes with the build changes |
Per #2220 the debs are not being built at the moment. There is also going ot be only one deb instead of three. @costinm Do you have an ETA on when building debs with fpm and an update to https://github.com/istio/istio/blob/master/install/tools/setupIstioVM.sh will be made? |
Per #2960 it seems like e2e-suite.sh ignores its command-line args so I don't see how this PR has any effect. |
@chxchx PR needs rebase |
82378ae
to
1a76ad0
Compare
:(
When is ./istio-sidecar.deb going to be ready? @costinm @ldemailly |
@chxchx PR needs rebase |
The deb is ready (and shipped in 0.5.0) but it's not hooked up to "make push". The following might do the trick: https://github.com/istio/istio/compare/master...mattdelco:master15?expand=1 |
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
In latest commit (hopefully the last one) I added retries to ensure firewall is still up so ssh/scp is permitted to the VM. PTAL |
the project should have our mdb as owner so it doesn't get firewall enforced? |
I am not sure why firewall rules are deleted after certain period. The reenforcement of the firewall is a workaround to this problem. With integration with Seb's cluster preprovisioning tool, this problem should go away as resources are recycled on a project base. |
/lgtm |
@@ -79,7 +79,7 @@ e2e_mixer: istioctl generate_yaml | |||
go test -v -timeout 20m ./tests/e2e/tests/mixer -args ${E2E_ARGS} ${EXTRA_E2E_ARGS} | |||
|
|||
e2e_bookinfo: istioctl generate_yaml | |||
go test -v -timeout 20m ./tests/e2e/tests/bookinfo -args ${E2E_ARGS} ${EXTRA_E2E_ARGS} | |||
go test -v -timeout 60m ./tests/e2e/tests/bookinfo -args ${E2E_ARGS} ${EXTRA_E2E_ARGS} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it take 60 min to run bookinfo ?
Can we move only the vm test to separate target if it's that long, so it runs in parallel ?
/test all [submit-queue is verifying that this PR is safe to merge] |
/lgtm cancel //PR changed after LGTM, removing LGTM. @chxchx @ldemailly |
Per discussion with @hklai I am moving the VM extension test to postsubmit not to add to much overhead on already lengthy presubmit. |
Right. That is the plan for now and we will re-evaluate after we get more
data about stability and exec time of these tests.
…On Thu, Feb 15, 2018 at 4:41 PM, Charles Xu ***@***.***> wrote:
Per discussion with @hklai <https://github.com/hklai> I am moving the VM
extension test to postsubmit not to add to much overhead on already lengthy
presubmit.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2444 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AeRtkGBvQNRL_8SfJRZVgPIKb8g7o755ks5tVM68gaJpZM4RUwnl>
.
|
/test e2e-simple We renamed e2e-smoke to e2e-bookInfo and added e2e-simple |
@chxchx: The following test failed, say
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. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ldemailly, yutongz The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue. |
This PR broke e2e-suite-cluster_wide test in Postsubmit, if we can't figure out the issue, we probably should revert it. |
Automatic merge from submit-queue. Install fpm in prowbazel and istio-builder images Trying to fix istio/istio#3279 which eventually will fix istio/istio#2444
No description provided.