Add TC to check dynamic subnet for ingress network#39966
Add TC to check dynamic subnet for ingress network#39966arkodg wants to merge 2 commits intomoby:masterfrom
Conversation
|
Thank you for your contribution. I've just checked and your Pull Request doesn't appear to have any description. |
f6a18fd to
5e26dc6
Compare
|
Rebased this one to see if #39953 and this one combined will make CI go green |
|
Not sure why x86 keeps failing; tests have completed successfully, but then it gets killed after 2 hours. Was thinking if this could be related to #39920, but not sure why it would fail only on this PR |
5e26dc6 to
e2b5ac7
Compare
|
rebased #39953 and this one, in case there was a change/fix in master that wasn't yet in this branch |
|
Still failing; being killed after 2 hours. Could use some help on this one to figure out what's causing it; https://ci.docker.com/public/blue/organizations/jenkins/moby/detail/PR-39966/6/pipeline |
2d06309 to
3a51d97
Compare
|
rebased; wondering if the failure was related to #40016 |
|
@thaJeztah I'm not a CI expert but putting the Line 7 in 9732185 |
|
cc superadmin @tiborvass |
That's correct, but the test should take roughly 55 minutes to run, and on this PR it ends after 40 minutes; And gets killed after 2 hours |
|
Actually, I see there's a |
|
hm... looks like there's a missing assert; moby/integration-cli/docker_cli_events_test.go Lines 87 to 89 in 1fd0107 (which doesn't explain the failure, but explains the panic) |
|
opened #40026 to prevent the panic |
3a51d97 to
b8c8a2b
Compare
|
Wait; why is this one now failing as well on vendor check? |
|
OK, looks like it's a problem on master; opened #40037 to fix it |
b8c8a2b to
203b5fe
Compare
203b5fe to
7431bb3
Compare
7431bb3 to
6010d04
Compare
6010d04 to
9d37447
Compare
|
@thaJeztah I don't think its hanging but getting killed after the Jenkins Timeout of 2h, can we please extend it and retry |
|
I kicked off a |
@arkodg see my earlier comment; it should never reach the 2 hour limit #39966 (comment) |
|
@andrewhsu download.docker.com is partially down, so we'll have to restart again after it's up again |
|
Kicked it again, as download.docker.com should be up again |
full diff: moby/swarmkit@7dded76...a8bbe7d changes included: - moby/swarmkit#2867 Only update non-terminal tasks on node removal - related to moby/swarmkit#2806 Fix leaking task resources when nodes are deleted - moby/swarmkit#2880 Bump to golang 1.12.9 - moby/swarmkit#2886 Bump vendoring to match current docker/docker master - regenerates protobufs - moby/swarmkit#2890 Remove hardcoded IPAM config subnet value for ingress network - fixes [ENGORC-2651] Specifying --default-addr-pool for docker swarm init is not picked up by ingress network Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Arko Dasgupta <[email protected]>
9d37447 to
084f5ab
Compare
|
Hmm...looks like the PR check hit the 2 hr timeout: |
|
@andrewhsu there is some issue with the latest |
|
replaced by / included in #40309 |
Needs to be rebased on top of #39953