-
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
Run kubernetes-e2e-gce-federation as part of tests that merge bot runs on each PR #155
Comments
This is blocking kubernetes-retired/contrib#1198. @kubernetes/sig-testing who can help while @ixdy is out? |
You'll need to make a PR adding a new entry to this yaml file. It looks like the federation tests take ~40 minutes to run on post-submit Jenkins. You'll have to cut out tests to get build + test time down to 30 minutes or so. |
Is it possible to run federation-e2e suite only if there is a change in |
The trouble with watching for changes only in But having said that, having something that works is better than nothing. If it is easier to just watch for changes in the |
Agreed. Its better to have federation e2e tests running at least on PRs that change code in federation/ dir, while we figure out how to reduce the run time of our test suite. |
Have sent #335 so that anyone can type That should help decrease some pain |
Switch to lifecycle plugin from close
…_set ClusterLoader - Tuning ticker mock
* Create a new branch for fast forward
This is to catch PRs that break federation tests.
cc @kubernetes/sig-testing @ixdy @kubernetes/sig-cluster-federation
The text was updated successfully, but these errors were encountered: