From a93283ec4a335ed42e2a37a8f7ea29cd1eaf29aa Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Wed, 27 Sep 2017 16:39:08 +0000 Subject: 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. --- .papr.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.papr.sh') 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\""' -- cgit v1.2.1