Skip to content
Snippets Groups Projects
Commit 1906519f authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

Update .gitlab-ci.yml

parent 64f0ca23
No related branches found
No related tags found
3 merge requests!624Multi mirror,!607Cupy RANS NN Surrogate Inference Changes,!232Update .gitlab-ci.yml
Pipeline #18702 failed
...@@ -33,23 +33,30 @@ test_PyWake_windows: # name the job what we like ...@@ -33,23 +33,30 @@ test_PyWake_windows: # name the job what we like
# ===== Trigger PyWakePark pipeline ===== # ===== Trigger PyWakePark pipeline =====
trigger_pywake_park_test: trigger_pywake_park_test:
stage: deploy stage: test
script: variables:
- "curl -X POST -F token=873f41e7914664e3b2359b40890265 -F ref=master https://gitlab.windenergy.dtu.dk/api/v4/projects/1145/trigger/pipeline" TRIGGER_BRANCH: $CI_COMMIT_REF_NAME
tags: # only runners with this tag can do the job [3] trigger:
- python project: TOPFARM/cuttingedge/pywake/pywake_park
only: # only run for these branches strategy: depend
- master only:
- schedules
# ===== Trigger PyWakeEllipSys pipeline =====
trigger_pywake_ellipsys_test: trigger_pywake_ellipsys_test:
stage: deploy stage: test
script: variables:
- "curl -X POST -F token=7fdf8e11ba829f21ec39ea5193d3d4 -F ref=master https://gitlab.windenergy.dtu.dk/api/v4/projects/1576/trigger/pipeline" TRIGGER_BRANCH: $CI_COMMIT_REF_NAME
tags: # only runners with this tag can do the job [3] trigger:
- python project: TOPFARM/cuttingedge/pywake/pywake_ellipsys
only: # only run for these branches strategy: depend
- master only:
- schedules
# ===== build documentation ===== # ===== build documentation =====
pages: # "pages" is a job specifically for GitLab pages [1] pages: # "pages" is a job specifically for GitLab pages [1]
......
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