-
Notifications
You must be signed in to change notification settings - Fork 4.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
Tests: don't clone openshift/origin where possible #11392
Tests: don't clone openshift/origin where possible #11392
Conversation
f113989
to
a4270f0
Compare
Modified The test passes now (takes ~7 min on my VM), should I remove it from the list of excluded tests? |
@mmilata how is it being excluded currently? (which bucket is it being excluded from)? |
@bparees it's listed in |
yeah you can remove it from there. it doesn't matter all that much because it's already excluded by being marked Slow and it is indeed slow. Also the excluded tests are still run when you explicitly request a ginkgo filter, so when we do our extended test job it does get run. but for cleanliness, sure remove that line. |
also that text doesn't actually match any current test description.... |
The jenkins/kubernetes_plugin.go test works now, remove it from the list of excluded tests.
ah i guess it matches by concatenation, nm |
a4270f0
to
53b0a7e
Compare
Removed from the excluded list. |
[testextended][extended:core(builds)] |
[testextended][extended:core(jenkins)] |
lgtm, will merge if/when extended tests pass. @gabemontero this jenkins test is one of the ones you're moving into image_ecosystem in another PR, right? |
The test failure looks like something that might've been fixed by #11508. Let's try again. |
Evaluated for origin testextended up to 53b0a7e |
continuous-integration/openshift-jenkins/testextended SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin_extended/666/) (Base Commit: 84cddbc) (Extended Tests: core(jenkins), core(builds)) |
[merge] |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/10548/) (Image: devenv-rhel7_5236) |
Evaluated for origin merge up to 53b0a7e |
[Test]ing while waiting on the merge queue |
Evaluated for origin test up to 53b0a7e |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/10548/) (Base Commit: 9195050) |
On Fri, Oct 21, 2016 at 11:20 AM, Ben Parees [email protected]
|
@gabemontero this already merged, but between your comment and a few from @smarterclayton i'm thinking github is just finally delivering old email responses you guys sent. |
Yeah I made that last comment a few days ago. We are good here (as of Tue Oct 25 2:50 Eastern). |
Fixes #7430.