-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 an e2e job for continuous Docker validation #113
Conversation
# job does. | ||
- job-template: | ||
<<: *e2e_job_defaults | ||
name: 'continuous-docker-validation{suffix}' |
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.
I feel like this is a pretty nasty hack. Is there some way to make this just a regular Job?
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.
I too didn't like this. Started with a single job then realized it wouldn't give me the variable expansions in e2e_job_defaults
so came up with this way.
@fejta has been looking at cleaning up this file. |
Something @fejta has been complaining about and is planning on fixing is the clutter in The general idea is to prefer duplication over confusion :) |
This sounds fair enough. I think we used to have them in a separate file. |
Do you have any suggestions for this particular PR? |
Nope, I think this can go in as-is. Just wanted to let you know the plan. |
LGTM, I can handle all the merge conflicts in my PR. |
Whoops, sorry this didn't go in before the other stuff. |
No worries. I'll rebase. |
a84e1d5
to
e984fa2
Compare
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
It runs daily the default e2e tests on GCE, against k8s head, latest GCI build, and latest Docker release.
e984fa2
to
e35cfc6
Compare
CLAs look good, thanks! |
Rebased. PTAL. |
It's icky but I think it's fine to go in. |
The change that this PR depends on, kubernetes/kubernetes#26813, is in now. @spxtr Do you mind if I hand merge this? |
LGTM |
@wonderfly this repo doesn't have a mergebot: someone has to hand merge |
I can hand merge. Just wanted to give you guys a heads up. |
Go for it. |
Bump minikube prow jobs
Correcting perfdash image repo name
Fix some edge cases
It runs daily the default e2e tests on GCE, against k8s head, latest GCI build,
and latest Docker release.
Tested on my local Jenkins instance with kubernetes/kubernetes#26813
@dchen1107 @spxtr Can you review?