Skip to content

Commit

Permalink
Merge pull request #3040 from vespa-engine/kkraune-patch-1
Browse files Browse the repository at this point in the history
ignore url
  • Loading branch information
Jo Kristian Bergum authored Dec 21, 2023
2 parents 1b1b8d5 + 849248b commit 0e460fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit 0e460fe

Please sign in to comment.