summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Lebon <jlebon@redhat.com>2017-09-27 16:39:08 +0000
committerJonathan Lebon <jlebon@redhat.com>2017-09-27 16:39:08 +0000
commita93283ec4a335ed42e2a37a8f7ea29cd1eaf29aa (patch)
tree6113f44d14441e71262ecc5a1b10dfd6e9ce33ed
parent56227145bc90ded66b76894373bb59ebab90efc8 (diff)
downloadopenshift-a93283ec4a335ed42e2a37a8f7ea29cd1eaf29aa.tar.gz
openshift-a93283ec4a335ed42e2a37a8f7ea29cd1eaf29aa.tar.bz2
openshift-a93283ec4a335ed42e2a37a8f7ea29cd1eaf29aa.tar.xz
openshift-a93283ec4a335ed42e2a37a8f7ea29cd1eaf29aa.zip
papr: use F26 container for extended tests
Now that we updated the test nodes to F26, let's also update the extended tests container to match.
-rwxr-xr-x.papr.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.papr.sh b/.papr.sh
index decca625f..2d66fdacd 100755
--- a/.papr.sh
+++ b/.papr.sh
@@ -26,7 +26,8 @@ ansible-playbook -vvv -i .papr.inventory playbooks/byo/config.yml -e "openshift_
# check the cluster NB: we run it on the master since we may
# be in a different OSP network
ssh ocp-master docker run --rm --net=host --privileged \
- -v /etc/origin/master/admin.kubeconfig:/config fedora:25 sh -c \
+ -v /etc/origin/master/admin.kubeconfig:/config \
+ registry.fedoraproject.org/fedora:26 sh -c \
'"dnf install -y origin-tests && \
KUBECONFIG=/config /usr/libexec/origin/extended.test --ginkgo.v=1 \
--ginkgo.noColor --ginkgo.focus=\"Services.*NodePort|EmptyDir\""'