-
Notifications
You must be signed in to change notification settings - Fork 2k
add tests-kubernetes image build outside of tests image #7215
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 tests-kubernetes image build outside of tests image #7215
Conversation
soltysh
left a 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.
/lgtm
/approve
/hold
for origin to merge first
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sallyom, soltysh The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/retest |
|
/bugzilla refresh The requirements for Bugzilla bugs have changed, recalculating validity. |
|
@openshift-bot: No Bugzilla bug is referenced in the title of this pull request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/test all The requirements for Bugzilla bugs have changed, recalculating validity. |
|
/retest |
|
Still get the below errors even if the https://github.com/openshift/origin/blob/master/images/tests-kubernetes/Dockerfile.rhel merged: 2020/02/28 18:48:52 Build tests-kubernetes failed, printing logs:
Pulling image "docker-registry.default.svc:5000/ci-op-73y2nfjq/pipeline@sha256:bd79b093fcd393316dc5de9516eda787d25d91a22b8db6e6bdd1f8bf262f4d57" ...
error: open /tmp/build/inputs/images/tests-kubernetes/Dockerfile.rhel: no such file or directory |
|
/retest |
|
@sallyom: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
openshift-tests-kubernetes going in a different direction, closing this |
/assign @soltysh
depends on openshift/origin#24560
we'll need this separate image (separate from release:tests image) to build openshift/openshift-tests extended-platform-tests image
this will create a
registry.svc.openshift.org/ocp/4.4:tests-kubernetes/cc @deads2k