Skip to content
Snippets Groups Projects
Commit cedd3f6f authored by Mikkel Friis-Møller's avatar Mikkel Friis-Møller Committed by Mikkel Friis-Møller
Browse files

added triggering of hub

parent 160207ca
No related branches found
No related tags found
No related merge requests found
...@@ -51,8 +51,6 @@ trigger_pywake_park_test: ...@@ -51,8 +51,6 @@ trigger_pywake_park_test:
only: only:
- schedules - schedules
# ===== Trigger PyWakeEllipSys pipeline ===== # ===== Trigger PyWakeEllipSys pipeline =====
trigger_pywake_ellipsys_test: trigger_pywake_ellipsys_test:
stage: test_plugins stage: test_plugins
...@@ -64,6 +62,15 @@ trigger_pywake_ellipsys_test: ...@@ -64,6 +62,15 @@ trigger_pywake_ellipsys_test:
only: only:
- schedules - schedules
# ===== Trigger TriggerHub pipeline =====
trigger_hub_test:
stage: test
variables:
TRIGGER_BRANCH: $CI_COMMIT_REF_NAME
trigger:
project: TOPFARMPrivate/triggerhub/pywaketriggers
strategy: depend
# ===== build documentation ===== # ===== build documentation =====
pages: # "pages" is a job specifically for GitLab pages [1] pages: # "pages" is a job specifically for GitLab pages [1]
stage: # build, test, deploy defined by default [2] stage: # build, test, deploy defined by default [2]
......
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