Skip to content
Snippets Groups Projects
Commit 1fe7d1f5 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

gitlab-ci: Make URL checking run in paralle with everything else


There's little point in gating all the other jobs on a relatively slow
job as the URL checker, so make it run in parallel with everything else
without blocking anything.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 4ff935a8
No related branches found
No related tags found
1 merge request!278Speedup test_urls
......@@ -5,10 +5,11 @@ stages:
- test
- generate-html
- generate-pdf
- test-urls
test-urls:
image: debian:buster-slim
stage: test
stage: test-urls
tags:
- lightweight
before_script:
......@@ -22,6 +23,7 @@ test-urls:
# wouldn't be fair to block a merge due to an unrelated URL suddenly failing.
# Treat this as a warning that the site has degraded.
allow_failure: true
needs: []
test-html:
image:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment