Skip to content
Snippets Groups Projects
Unverified Commit eb4b8cc4 authored by Varac's avatar Varac
Browse files

Add general_rules to kustomization and base_helm_release stage

parent 0d61ac9c
No related branches found
No related tags found
No related merge requests found
......@@ -341,6 +341,7 @@ setup-openappstack:
- pytest -v -s -m 'kustomizations' --app="$APP" --connection=ansible --ansible-inventory=${CLUSTER_DIR}/inventory.yml --hosts='ansible://*' --reruns 120 --reruns-delay 20
extends:
- .ssh_setup
- .general_rules
interruptible: true
base-kustomizations-ready:
......@@ -372,6 +373,7 @@ base-kustomizations-ready:
- job: test-dns
extends:
- .helm-release
- .general_rules
cert-manager-helm-release:
variables:
......
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