-
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
Adds tests for crosspulls #9731
Conversation
[testextended][extended:core(builds)] |
Evaluated for origin testextended up to 66072ae |
continuous-integration/openshift-jenkins/testextended FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin_extended/295/) (Extended Tests: core(builds)) |
[test] |
os::cmd::expect_success "docker pull ${DOCKER_REGISTRY}/cache/cross:repo-pull" | ||
echo "[INFO] Cross repository pull successful" | ||
|
||
imageid=$(docker images | grep cache/cross | awk '{ print $3 }') |
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'd do the same.
Evaluated for origin test up to 66072ae |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/5945/) |
I forced extended tests, whereas |
LGTM, thanks! |
[merge] |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/5947/) (Image: devenv-rhel7_4551) |
#9490 flake re-[merge] |
Evaluated for origin merge up to 66072ae |
@miminar @legionus ptal
@miminar I'll include your suggested chained cross pull when fixing #9730.