Skip to content
Snippets Groups Projects
Commit 528968fb authored by Martyn Welch's avatar Martyn Welch
Browse files

Remove atc test and branch restrictions


We want to have the pages updated whenever there's a change on any
`apertis/` branch. Drop the test case and allow the pages pipeline to be
run on any `apertis/` branch.

Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
parent bd1b8d0c
No related branches found
No related tags found
No related merge requests found
......@@ -8,22 +8,6 @@ test-renderer:
script:
- python3 -m unittest discover -v
test:
stage: test
script:
- ./atc test-cases/ -d test/ --index-page
artifacts:
paths:
- test
except:
- apertis/v2019pre
- apertis/v2019dev0
- apertis/v2020dev0
- apertis/v2020pre
- apertis/v2020
- apertis/v2021dev0
- apertis/v2021dev1
pages:
stage: deploy
script:
......@@ -42,7 +26,7 @@ pages:
paths:
- public
only:
- apertis/v2021dev3
- /^apertis/.*$/
.minimal:
variables:
......@@ -169,3 +153,4 @@ submit-tests-ostree-amd64-target-uefi:
- .submit-tests-ostree
- .amd64-uefi
- .target
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