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

Remove unneccessary ssh_setup

parent b3d407fd
No related branches found
No related tags found
No related merge requests found
......@@ -406,7 +406,6 @@ configure-stackspin:
--connection=ansible --ansible-inventory=../${CLUSTER_DIR}/inventory.yml
--hosts='ansible://*' --reruns 120 --reruns-delay 20
extends:
- .ssh_setup
- .general_rules
interruptible: true
......@@ -484,8 +483,6 @@ stackspin-kustomization-ready:
'[ -f ./install/overrides/stackspin-${RESOURCE}-override.yaml ] &&
kubectl apply -n stackspin-apps -f ./install/overrides/stackspin-${RESOURCE}-override.yaml'
- bash ./install/install-app.sh ${RESOURCE}
extends:
- .ssh_setup
interruptible: true
enable-monitoring:
......@@ -597,8 +594,6 @@ zulip-kustomization-ready:
pytest -v -s -m 'certs' --resource="$RESOURCE" --connection=ansible
--ansible-inventory=../${CLUSTER_DIR}/inventory.yml
--hosts='ansible://*' --reruns 120 --reruns-delay 10
extends:
- .ssh_setup
interruptible: true
nextcloud-cert:
......@@ -705,7 +700,6 @@ kube-prometheus-stack-alerts:
pytest -s -m 'prometheus' --connection=ansible
--ansible-inventory=../${CLUSTER_DIR}/inventory.yml --hosts='ansible://*'
extends:
- .ssh_setup
- .monitoring_rules
interruptible: true
......
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