diff --git a/screwdriver.yaml b/screwdriver.yaml index 3e1542129e..6cb7d4b014 100644 --- a/screwdriver.yaml +++ b/screwdriver.yaml @@ -45,7 +45,7 @@ jobs: --no-enforce-https \ --allow-missing-href \ --ignore-files '/playground/index.html/' \ - --ignore-urls '/localhost:8080/,/docs.vespa.ai/playground/,/javadoc.io.*#/,/readthedocs.io.*#/,/linux.die.net/,/arxiv.org/' \ + --ignore-urls '/localhost:8080/,/docs.vespa.ai/playground/,/javadoc.io.*#/,/readthedocs.io.*#/,/linux.die.net/,/arxiv.org/,/hub.docker.com/r/' \ --typhoeus '{"connecttimeout": 10, "timeout": 30, "accept_encoding": "zstd,br,gzip,deflate"}' \ --hydra '{"max_concurrency": 1}' \ --swap-urls '(https\://github.com.*/master/.*)#.*:\1,(https\://github.com.*/main/.*)#.*:\1' \