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

Automated cherry pick of #54184 #54521

Conversation

MrHohn
Copy link
Member

@MrHohn MrHohn commented Oct 24, 2017

Cherry pick of #54184 on release-1.7.

#54184: Fix retry logic in service controller

@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Oct 24, 2017
@k8s-github-robot k8s-github-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/cherry-pick-not-approved Indicates that a PR is not yet approved to merge into a release branch. labels Oct 24, 2017
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. release-note-none Denotes a PR that doesn't merit a release note. and removed do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Oct 24, 2017
@MrHohn
Copy link
Member Author

MrHohn commented Oct 24, 2017

/assign @nicksardo

@nicksardo
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 24, 2017
@k8s-github-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: MrHohn, nicksardo

Associated issue: 54184

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 /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

@MrHohn
Copy link
Member Author

MrHohn commented Oct 24, 2017

/unassign @matchstick
/assign @wojtek-t
for cherrypick approval.

@k8s-ci-robot k8s-ci-robot assigned wojtek-t and unassigned matchstick Oct 24, 2017
@wojtek-t
Copy link
Member

@MrHohn - can you please add a user-friengly release-note to the original PR?

@MrHohn
Copy link
Member Author

MrHohn commented Oct 25, 2017

@wojtek-t Thanks! Sure, release-note added to the original PR.

@MrHohn
Copy link
Member Author

MrHohn commented Oct 30, 2017

/retest

@wojtek-t wojtek-t added cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. and removed do-not-merge/cherry-pick-not-approved Indicates that a PR is not yet approved to merge into a release branch. labels Oct 30, 2017
@wojtek-t wojtek-t added this to the v1.7 milestone Oct 30, 2017
@fejta-bot
Copy link

/retest
This bot automatically retries jobs that failed/flaked on approved PRs (send feedback to @fejta).

Review the full test history for this PR.

1 similar comment
@fejta-bot
Copy link

/retest
This bot automatically retries jobs that failed/flaked on approved PRs (send feedback to @fejta).

Review the full test history for this PR.

@MrHohn
Copy link
Member Author

MrHohn commented Oct 30, 2017

Humm...Seems like pull-kubernetes-e2e-gce timed out right before finishing it:

W1030 16:06:46.327] 2017/10/30 16:06:46 main.go:245: Saved XML output to /workspace/_artifacts/junit_runner.xml.
W1030 16:06:46.407] 2017/10/30 16:06:46 main.go:311: Something went wrong: encountered 1 errors: [error during ./hack/e2e-internal/e2e-down.sh (interrupted): signal: interrupt]
W1030 16:06:46.408] Traceback (most recent call last):
W1030 16:06:46.409]   File "/workspace/./test-infra/jenkins/../scenarios/kubernetes_e2e.py", line 856, in <module>
W1030 16:06:46.429]     main(parse_args())
W1030 16:06:46.429]   File "/workspace/./test-infra/jenkins/../scenarios/kubernetes_e2e.py", line 699, in main
W1030 16:06:46.429]     mode.start(runner_args)
W1030 16:06:46.429]   File "/workspace/./test-infra/jenkins/../scenarios/kubernetes_e2e.py", line 241, in start
W1030 16:06:46.429]     check_env(env, self.command, *args)
W1030 16:06:46.429]   File "/workspace/./test-infra/jenkins/../scenarios/kubernetes_e2e.py", line 64, in check_env
W1030 16:06:46.429]     subprocess.check_call(cmd, env=env)
W1030 16:06:46.430]   File "/usr/lib/python2.7/subprocess.py", line 540, in check_call
W1030 16:06:46.462]     raise CalledProcessError(retcode, cmd)
W1030 16:06:46.462] subprocess.CalledProcessError: Command '('kubetest', '-v', '--dump=/workspace/_artifacts', '--gcp-service-account=/etc/service-account/service-account.json', '--build=bazel', '--stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-gce', '--up', '--down', '--test', '--provider=gce', '--cluster=e2e-2477', '--gcp-network=e2e-2477', '--extract=local', '--gcp-node-image=gci', '--gcp-project=k8s-jkns-pr-gce-etcd3', '--gcp-zone=us-central1-f', '--ginkgo-parallel=30', '--runtime-config=batch/v2alpha1=true,admissionregistration.k8s.io/v1alpha1=true', '--test_args=--ginkgo.skip=\\[Slow\\]|\\[Serial\\]|\\[Disruptive\\]|\\[Flaky\\]|\\[Feature:.+\\] --minStartupPods=8', '--timeout=65m')' returned non-zero exit status 1
E1030 16:06:46.468] Command failed
I1030 16:06:46.468] process 459 exited with code 1 after 70.7m
E1030 16:06:46.469] FAIL: pull-kubernetes-e2e-gce

One more try
/retest

@k8s-github-robot
Copy link

/test all [submit-queue is verifying that this PR is safe to merge]

@k8s-github-robot
Copy link

Automatic merge from submit-queue.

@k8s-github-robot k8s-github-robot merged commit 4d27fe5 into kubernetes:release-1.7 Oct 30, 2017
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. cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants