Skip to content
Snippets Groups Projects
Verified Commit 2ee35097 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

fix dependency problem in CI

parent 40d78b78
No related branches found
No related tags found
No related merge requests found
......@@ -353,13 +353,8 @@ test-dns:
- *debug_information
- cd ansible/
- pytest -v -s -m 'dns' --connection=ansible --ansible-inventory=${CLUSTER_DIR}/inventory.yml --hosts='ansible://*'
rules:
- changes:
- .gitlab-ci.yml
- ansible/**/*
- flux/**/*
- test/**/*
- openappstack/**/*
extends:
- .general_rules
interruptible: true
setup-openappstack:
......@@ -653,15 +648,9 @@ testinfra:
- *debug_information
- cd ansible/
- pytest -v -s -m 'testinfra' --connection=ansible --ansible-inventory=${CLUSTER_DIR}/inventory.yml --hosts='ansible://*'
rules:
- changes:
- .gitlab-ci.yml
- ansible/**/*
- flux/**/*
- test/**/*
- openappstack/**/*
extends:
- .ssh_setup
- .general_rules
interruptible: true
prometheus-stack-alerts:
......
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