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

Using bigger node for minions for jenkin-e2e tests. #9678

Merged
2 commits merged into from Jun 11, 2015

Conversation

dchen1107
Copy link
Member

cc/ @brendandburns @quinton-hoole

This is not a fix for #9312, but it should help us to rule out failure such as:
#9312 (comment)

@ghost ghost self-assigned this Jun 11, 2015
@ghost
Copy link

ghost commented Jun 11, 2015

LGTM

@ghost ghost added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 11, 2015
@@ -53,6 +54,7 @@ else
export MASTER_SIZE=${MASTER_SIZE:-"t2.small"}
else
export MASTER_SIZE=${MASTER_SIZE:-"g1-small"}
Copy link
Contributor

Choose a reason for hiding this comment

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

Change to n1-standard-1 too?

Copy link

Choose a reason for hiding this comment

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

Totally agree. We should never be running on shared cores for CI e2e tests. It introduces unnecessary timing variability, which makes debugging more difficult.

Copy link
Contributor

Choose a reason for hiding this comment

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

Our performance goals are phrased in the context of an n1-standard-4 master (#6454)

@dchen1107
Copy link
Member Author

Done!

ghost pushed a commit that referenced this pull request Jun 11, 2015
Using bigger node for minions for jenkin-e2e tests.
@ghost ghost merged commit ec0dd2d into kubernetes:master Jun 11, 2015
@k8s-bot
Copy link

k8s-bot commented Jun 11, 2015

GCE e2e build/test failed for commit a1065d1.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

None yet

5 participants