Skip to content

Commit de84169

Browse files
Merge pull request #30207 from sdodson/OCPBUGS-61229
OCPBUGS-61229: images/tests: Remove rteval
2 parents 4a51fe9 + c9ec2fb commit de84169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/tests/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM registry.ci.openshift.org/ocp/4.15:tools
99
COPY --from=builder /tmp/build/openshift-tests /usr/bin/
1010
RUN PACKAGES="git gzip util-linux" && \
1111
if [ $HOSTTYPE = x86_64 ] || [ $HOSTTYPE = ppc64le ]; then PACKAGES="$PACKAGES python3-cinderclient"; fi && \
12-
if [ $HOSTTYPE = x86_64 ]; then PACKAGES="$PACKAGES rt-tests rteval"; fi && \
12+
if [ $HOSTTYPE = x86_64 ]; then PACKAGES="$PACKAGES rt-tests"; fi && \
1313
yum install --setopt=tsflags=nodocs -y $PACKAGES && \
1414
yum update -y python3-six && \
1515
yum clean all && rm -rf /var/cache/yum/* && \

0 commit comments

Comments
 (0)