-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Migrate gke-trusty test jobs to 1.2 #23454
Conversation
@spxtr is out today -- @ihmccreery can you take a look? you're more familiar with this yaml syntax than I am. |
Labelling this PR as size/M |
GCE e2e build/test passed for commit 1f2461e811bfd7f6430739889cabd9cb5abe08e9. |
The author of this PR is not in the whitelist for merge, can one of the admins add the 'ok-to-merge' label? |
@wonderfly PR needs rebase |
1f2461e
to
c7a6d43
Compare
Rebased |
c7a6d43
to
d0e64b7
Compare
GCE e2e build/test passed for commit d0e64b7166f777e78cb09aa221a0148328b6603f. |
I think it still needs a LGTM tag. @ihmccreery Can you take a look? |
@wonderfly Since this PR has not got lgtm, I would suggest you to revise it to adapt to #23466. Otherwise, you will have to make another PR, review, and waiting for merge, which will be a long cycle again. |
export PROJECT="kubekins-e2e-gke-trusty-test" | ||
export CLOUDSDK_BUCKET="gs://cloud-sdk-testing/rc" | ||
export JENKINS_USE_SERVER_VERSION="y" | ||
export E2E_NAME="jkns-gke-e2e-test-trusty" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since each of these is running in a separate project, please don't use E2E_NAME
, and let it default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default value of E2E_NAME
won't have the -trusty
suffix, which is required to start a GKE cluster with Trusty images. @roberthbailey can give the context.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add an explanation comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Why do you want to test against all our different endpoints? Seems like a lot to me. |
@andyzheng0831 Done. |
Because we want to qualify a Trusty image the same way we qualify a ContainerVM today, i.e., soak it in |
d0e64b7
to
de90608
Compare
@ihmccreery Addressed comments. PTAL when you have time. |
Labelling this PR as size/L |
fd8155f
to
f46f9a4
Compare
PR changed after LGTM, removing LGTM. |
Ah, I lost my precious LGTM by updating one line of comments. :( @ihmccreery |
GCE e2e build/test failed for commit fd8155f02953b6593f7dae518de522372cbe49d0. Please reference the list of currently known flakes when examining this failure. If you request a re-test, you must reference the issue describing the flake. |
GCE e2e build/test passed for commit f46f9a4626260f334c6ec0a2869ce599335552a3. |
@ihmccreery Can you please re-grant LGTM? |
Following up kubernetes#23100 and kubernetes#23139, kubernetes#23319, migrate all gke-trusty jobs to the `release-1.2` branch, add parallel and subnet test jobs, and bump timeouts accordingly.
f46f9a4
to
a84f4c2
Compare
PR changed after LGTM, removing LGTM. |
GCE e2e build/test passed for commit a84f4c2. |
@ihmccreery I rebased the PR, but don't think anything has changed. Can you give LGTM again? |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit a84f4c2. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit a84f4c2. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit a84f4c2. |
Automatic merge from submit-queue |
PRs kubernetes#23454 and kubernetes#25042 moved Trusty GKE and Beta e2e test jobs to 1.2.
PRs kubernetes#23454 and kubernetes#25042 moved Trusty GKE and Beta e2e test jobs to 1.2.
Following up #23100 and #23139, #23319, migrate all gke-trusty jobs to the
release-1.2
branch, add parallel and subnet test jobs, and bump timeoutsaccordingly.
Tested with
jenkins-jobs test
. Manually diff'ed gke-trusty jobs against their equivalent gke jobs. For example,@spxtr @roberthbailey @ihmccreery Can you review this?
cc/ @andyzheng0831