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

fix kubectl taint e2e flake: add retries for removing taint #33872

Merged

Conversation

kevin-wangzefeng
Copy link
Member

@kevin-wangzefeng kevin-wangzefeng commented Oct 1, 2016

What this PR does / why we need it:
Why we need it: recent failures occurred in #29503 are caused by taints removing conflict on nodes, this PR is to fix it. (#33073 fixed taints updating conflict, but not taints removing.)

What this PR does: use runKubectlRetryOrDie() instead of RunKubectlOrDie() in all the places in "Kubectl taint" e2e tests.

Which issue this PR fixes : fixes part of #29503, (would like to keep this issue open for some days more to make sure no other failures occur)

Special notes for your reviewer: NONE

Release note: NONE


This change is Reviewable

@kevin-wangzefeng kevin-wangzefeng added the release-note-none Denotes a PR that doesn't merit a release note. label Oct 1, 2016
@kevin-wangzefeng
Copy link
Member Author

/cc @davidopp

@k8s-github-robot k8s-github-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Oct 1, 2016
@k8s-ci-robot
Copy link
Contributor

Jenkins GKE smoke e2e failed for commit b8b92a1. Full PR test history.

The magic incantation to run this job again is @k8s-bot gke e2e test this. Please help us cut down flakes by linking to an open flake issue when you hit one in your PR.

@davidopp davidopp assigned davidopp and unassigned ixdy Oct 1, 2016
@davidopp
Copy link
Member

davidopp commented Oct 1, 2016

LGTM

Thanks!

@davidopp davidopp added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 1, 2016
@davidopp
Copy link
Member

davidopp commented Oct 1, 2016

@k8s-bot gke e2e test this

@k8s-ci-robot
Copy link
Contributor

Jenkins unit/integration failed for commit b8b92a1. Full PR test history.

The magic incantation to run this job again is @k8s-bot unit test this. Please help us cut down flakes by linking to an open flake issue when you hit one in your PR.

@davidopp
Copy link
Member

davidopp commented Oct 2, 2016

@k8s-bot unit test this

@k8s-github-robot
Copy link

Automatic merge from submit-queue

@k8s-github-robot k8s-github-robot merged commit 4f27c74 into kubernetes:master Oct 2, 2016
@krousey krousey added this to the v1.4 milestone Dec 15, 2016
@jessfraz jessfraz added cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. release-note Denotes a PR that will be considered when it comes time to generate release notes. and removed release-note-none Denotes a PR that doesn't merit a release note. labels Dec 16, 2016
k8s-github-robot pushed a commit that referenced this pull request Dec 16, 2016
…2-upstream-release-1.4

Automatic merge from submit-queue

Automated cherry pick of #33872

Cherry pick of #33872 on release-1.4.

#33872: fix kubectl taint e2e flake: add retries for removing taint
@k8s-cherrypick-bot
Copy link

Commit found in the "release-1.4" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants