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

require sso certificate to be valid before starting taiko tests (that use SSO to log in)

parent 9d44deb5
No related branches found
No related tags found
No related merge requests found
......@@ -727,6 +727,7 @@ dashboard-taiko:
needs:
- job: install-stackspin
- job: dashboard-cert
- job: single-sign-on-cert
- job: dashboard-kustomization-ready
extends:
- .taiko
......@@ -738,6 +739,7 @@ grafana-taiko:
needs:
- job: install-stackspin
- job: kube-prometheus-stack-cert
- job: single-sign-on-cert
- job: monitoring-kustomization-ready
extends:
- .taiko
......@@ -749,6 +751,7 @@ nextcloud-taiko:
needs:
- job: install-stackspin
- job: nextcloud-cert
- job: single-sign-on-cert
- job: nextcloud-kustomization-ready
extends:
- .taiko
......@@ -760,6 +763,7 @@ wekan-taiko:
needs:
- job: install-stackspin
- job: wekan-cert
- job: single-sign-on-cert
- job: wekan-kustomization-ready
extends:
- .taiko
......@@ -771,6 +775,7 @@ wordpress-taiko:
needs:
- job: install-stackspin
- job: wordpress-cert
- job: single-sign-on-cert
- job: wordpress-kustomization-ready
extends:
- .taiko
......@@ -782,6 +787,7 @@ zulip-taiko:
needs:
- job: install-stackspin
- job: zulip-cert
- job: single-sign-on-cert
- job: zulip-kustomization-ready
extends:
- .taiko
......
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