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

Add config for the main gke jenkins jobs to e2e.sh #13863

Merged
merged 1 commit into from
Sep 11, 2015

Conversation

j3ffml
Copy link
Contributor

@j3ffml j3ffml commented Sep 11, 2015

Verified working. The gke-jenkins below are currently running from this script.

cc @ixdy, @quinton-hoole

"Shell"
)

GKE_REBOOT_SKIP_TESTS=(
Copy link

Choose a reason for hiding this comment

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

It seems that these are almost all covered by GCE_DEFAULT_SKIP_TESTS which you already skip. Can you perhaps just delete GKE_REBOOT_SKIP_TESTS ?

Copy link

Choose a reason for hiding this comment

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

Oh, wait, I see that you don't currently skip GCE_DEFAULT_SKIP_TESTS in your reboot test. Never mind. You could potentially use --ginkgo-focus="Reboot" instead, but I don't think that's what you're trying to do here. You're trying to run all the same tests as e2e-gce, and in addition "Reboot", right? We should perhaps refactor all of this a bit to remove the duplication between GCE_DEFAULT_SKIP_TESTS and GKE_REBOOT_SKIP_TESTS, as it seems that they always need to be identical with the exception of "Reboot"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Right, we want to run a small, unflaky set of tests along with reboot to exercise cluster functionality post-reboot. Refactored a bit to remove duplication.

@k8s-bot
Copy link

k8s-bot commented Sep 11, 2015

GCE e2e build/test passed for commit 89c93bb881be77b2a914ca7554bad1d7c38d1b4a.

@k8s-bot
Copy link

k8s-bot commented Sep 11, 2015

GCE e2e build/test passed for commit 0798afcb39f06853862e01fe34e5db2936987db8.

@k8s-bot
Copy link

k8s-bot commented Sep 11, 2015

GCE e2e build/test passed for commit 231590f83ce88d356b717de474375d1151b436ed.

@@ -496,6 +599,19 @@ ARTIFACTS=${WORKSPACE}/_artifacts
mkdir -p ${ARTIFACTS}
export E2E_REPORT_DIR=${ARTIFACTS}

### Pre Set Up ###
Copy link

Choose a reason for hiding this comment

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

What's all this stuff for? Please add a comment explaining why this is required.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Comment added.

@ghost
Copy link

ghost commented Sep 11, 2015

Thanks @jlowdermilk . One minor nit about a missing comment, then LGTM.

@ghost
Copy link

ghost commented Sep 11, 2015

LGTM. Thanks @jlowdermilk

@ghost ghost added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 11, 2015
@k8s-bot
Copy link

k8s-bot commented Sep 11, 2015

GCE e2e build/test passed for commit 0caac10ae29ec8f4414ef2684b67eb4472362fd5.

@k8s-bot
Copy link

k8s-bot commented Sep 11, 2015

GCE e2e build/test passed for commit 7229096.

@k8s-github-robot
Copy link

@k8s-bot test this [submit-queue is verifying that this PR is safe to merge]

@k8s-bot
Copy link

k8s-bot commented Sep 11, 2015

GCE e2e build/test passed for commit 7229096.

@k8s-github-robot
Copy link

Automatic merge from SubmitQueue

k8s-github-robot pushed a commit that referenced this pull request Sep 11, 2015
@k8s-github-robot k8s-github-robot merged commit 5add5d6 into kubernetes:master Sep 11, 2015
@j3ffml j3ffml deleted the gke-jenkins-config branch September 11, 2015 21:07
j3ffml referenced this pull request Sep 15, 2015
…13863-upstream-release-1.0

Add config for the main gke-jenkins jobs to e2e.sh
@ikehz ikehz mentioned this pull request Oct 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/test-infra 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.

5 participants