From 3dd10d8ce93037a4d5850042daef23f9e722c5af Mon Sep 17 00:00:00 2001 From: Jo Kristian Bergum Date: Wed, 15 Nov 2023 09:27:19 +0100 Subject: [PATCH] Update screwdriver.yaml (#1355) Try with the image that other jobs uses then --- screwdriver.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screwdriver.yaml b/screwdriver.yaml index bb55c7650..22cd7fffe 100644 --- a/screwdriver.yaml +++ b/screwdriver.yaml @@ -125,7 +125,7 @@ jobs: verify-notebooks: requires: [~commit,~pr] sourcePaths: [ "examples/model-deployment/","text-image-search/" ] - image: quay.io/centos/centos:stream8 + image: vespaengine/vespa-build-centos-stream8:latest annotations: screwdriver.cd/timeout: 120 screwdriver.cd/cpu: TURBO