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

Turn off image prepulling for e2e scalability tests #2582

Merged
merged 1 commit into from
Apr 26, 2017

Conversation

shyamjvs
Copy link
Member

Ref kubernetes/kubernetes#44701
Let's try out and see.

cc @kubernetes/sig-scalability-misc @wojtek-t @gmarek

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Apr 26, 2017
@@ -13,6 +13,8 @@ NUM_NODES=100
ALLOWED_NOTREADY_NODES=1
REGISTER_MASTER=true

# Switch off image puller to workaround #44701
Copy link
Member

Choose a reason for hiding this comment

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

You should go the same for othe jobs (e.g. gci-scalablity).

Copy link
Member Author

@shyamjvs shyamjvs Apr 26, 2017

Choose a reason for hiding this comment

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

Should I also disable it for 1.5/1.6-release and the non-cri scalability tests?

Copy link
Member

Choose a reason for hiding this comment

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

Let's not touch previous releases (1.5, 1.6), but let's fix for all current ones.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done. I've changed it for all tests with (NUM_NODES >= 100 && ! previous release && ! gke && ! kubemark).
Because it doesn't affect our kubemark tests and for gke it appears like this prepuller is not mentioned anywhere in the config-(default/test),sh files.

@shyamjvs shyamjvs force-pushed the disable-image-prepull branch from 5ca117d to 3684880 Compare April 26, 2017 13:03
@shyamjvs shyamjvs changed the title Turn off image prepulling for e2e-gce-scalability test Turn off image prepulling for e2e scalability tests Apr 26, 2017
@wojtek-t
Copy link
Member

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 26, 2017
@wojtek-t wojtek-t merged commit a0fc1da into kubernetes:master Apr 26, 2017
@shyamjvs shyamjvs deleted the disable-image-prepull branch April 26, 2017 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants