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

Skip ESIPP [Slow] suite of networking tests for huge clusters #55275

Conversation

shyamjvs
Copy link
Member

@shyamjvs shyamjvs commented Nov 7, 2017

Ref #52495 (comment)

/cc @MrHohn @kubernetes/sig-network-misc

@k8s-ci-robot
Copy link
Contributor

@shyamjvs: Adding do-not-merge/release-note-label-needed because the release note process has not been followed.

One of the following labels is required "release-note", "release-note-action-required", or "release-note-none".
Please see: https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md#write-release-notes-if-needed.

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.

@k8s-ci-robot k8s-ci-robot added sig/network Categorizes an issue or PR as relevant to SIG Network. do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Nov 7, 2017
@shyamjvs shyamjvs added release-note-none Denotes a PR that doesn't merit a release note. and removed cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. 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 Nov 7, 2017
@shyamjvs shyamjvs requested a review from MrHohn November 7, 2017 22:22
@shyamjvs shyamjvs force-pushed the skip-esipp-slow-tests-on-large-cluster branch from fe2c627 to 9356c78 Compare November 7, 2017 22:23
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Nov 7, 2017
@@ -1450,6 +1450,10 @@ var _ = SIGDescribe("ESIPP [Slow]", func() {
// requires cloud load-balancer support - this feature currently supported only on GCE/GKE
framework.SkipUnlessProviderIs("gce", "gke")

// Skipping this test for too large clusters due to issue #52495.
// TODO(MrHohn): Get rid of this when gce-side load-balancer improvements are done.
framework.SkipUnlessNodeCountIsAtMost(framework.GCPMaxInstancesInInstanceGroup)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

I am hesitate about which exact tests should we skip --- not all of ESIPP tests will create LB (like should work for type=NodePort does not). Also, should we skip other non-ESIPP tests that also create LB (like should only allow access from service loadbalancer source ranges and should be able to change the type and ports of a service)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All the tests that seem to be failing (https://k8s-testgrid.appspot.com/sig-scalability-gce#gce-scale-correctness) are also the ones in this suite. So I think this is fine.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh.. But I think you're right about the type=NodePort one.
Wrt the others on LB, let's keep them for now as they're passing.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So do you suggest adding this check for each of the e2e's except that one?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is fine :) It may be too messy to separate them.

@MrHohn
Copy link
Member

MrHohn commented Nov 7, 2017

/lgtm

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

[APPROVALNOTIFIER] This PR is APPROVED

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

Associated issue: 52495

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

@k8s-github-robot k8s-github-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 7, 2017
@shyamjvs
Copy link
Member Author

shyamjvs commented Nov 7, 2017

/test pull-kubernetes-unit

@MrHohn
Copy link
Member

MrHohn commented Nov 7, 2017

/retest

1 similar comment
@MrHohn
Copy link
Member

MrHohn commented Nov 8, 2017

/retest

@MrHohn
Copy link
Member

MrHohn commented Nov 8, 2017

/test pull-kubernetes-unit

@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.

@shyamjvs
Copy link
Member Author

shyamjvs commented Nov 8, 2017

/test pull-kubernetes-e2e-kops-aws

@shyamjvs
Copy link
Member Author

shyamjvs commented Nov 8, 2017

cc @kubernetes/test-infra-maintainers Seems like kops is down?

@krzyzacy
Copy link
Member

krzyzacy commented Nov 8, 2017

ref #55303, working on it

@krzyzacy
Copy link
Member

krzyzacy commented Nov 8, 2017

I manually merged kubernetes/test-infra#5402, prow was not responsive last night, rekicking all the jobs

/test pull-kubernetes-e2e-kops-aws

@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.

@k8s-github-robot
Copy link

Automatic merge from submit-queue (batch tested with PRs 54177, 55203, 55120, 55275, 55260). If you want to cherry-pick this change to another branch, please follow the instructions here.

@k8s-github-robot k8s-github-robot merged commit f92f544 into kubernetes:master Nov 9, 2017
@shyamjvs shyamjvs deleted the skip-esipp-slow-tests-on-large-cluster branch November 9, 2017 11:04
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. 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. sig/network Categorizes an issue or PR as relevant to SIG Network. 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

7 participants