Skip to content

Conversation

@smarterclayton
Copy link
Contributor

No description provided.

@smarterclayton smarterclayton merged commit cff7658 into openshift:master Feb 17, 2019
@openshift-ci-robot openshift-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Feb 17, 2019
@openshift-ci-robot
Copy link

@smarterclayton: The following test failed, say /retest to rerun them all:

Test name Commit Details Rerun command
ci/prow/cmd 228e3f5 link /test cmd

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.

Details

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. I understand the commands that are listed here.

wking added a commit to wking/origin that referenced this pull request Feb 20, 2019
This image is primarily intended for running the test suite against an
external cluster, but it's also a convenient place to collect the
tools needed to retrieve and store logs extracted from those tested
clusters.  If the inspection dependencies become too onerous, we might
want to split them out into their own image, but for now it seems
easier to overload tests.

It's not clear to me why only the RHEL Dockerfile lists util-linux,
which it has since 228e3f5 (Add git to the test image to ensure we
can perform new-app tests, 2019-02-17, openshift#22065), but I've left that
part alone.

FROM registry.svc.ci.openshift.org/ocp/4.0:cli
COPY --from=builder /go/src/github.com/openshift/origin/_output/local/bin/linux/amd64/openshift-tests /usr/bin/
RUN yum install --setopt=tsflags=nodocs -y git util-linux && yum clean all && rm -rf /var/cache/yum/*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why util-linux? If you need it, shouldn't it be added to images/tests/Dockerfile too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants