Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
PyWake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TOPFARM
PyWake
Commits
743e8f17
Commit
743e8f17
authored
4 years ago
by
Mads M. Pedersen
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
b973d61f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+21
-14
21 additions, 14 deletions
.gitlab-ci.yml
with
21 additions
and
14 deletions
.gitlab-ci.yml
+
21
−
14
View file @
743e8f17
...
...
@@ -33,23 +33,30 @@ test_PyWake_windows: # name the job what we like
# ===== Trigger PyWakePark pipeline =====
trigger_pywake_park_test
:
stage
:
deploy
script
:
-
"
curl
-X
POST
-F
token=873f41e7914664e3b2359b40890265
-F
ref=master
https://gitlab.windenergy.dtu.dk/api/v4/projects/1145/trigger/pipeline"
tags
:
# only runners with this tag can do the job [3]
-
python
only
:
# only run for these branches
-
master
stage
:
test
variables
:
TRIGGER_BRANCH
:
$CI_COMMIT_REF_NAME
trigger
:
project
:
TOPFARM/cuttingedge/pywake/pywake_park
strategy
:
depend
only
:
-
schedules
# ===== Trigger PyWakeEllipSys pipeline =====
trigger_pywake_ellipsys_test
:
stage
:
deploy
script
:
-
"
curl
-X
POST
-F
token=7fdf8e11ba829f21ec39ea5193d3d4
-F
ref=master
https://gitlab.windenergy.dtu.dk/api/v4/projects/1576/trigger/pipeline"
tags
:
# only runners with this tag can do the job [3]
-
python
only
:
# only run for these branches
-
master
stage
:
test
variables
:
TRIGGER_BRANCH
:
$CI_COMMIT_REF_NAME
trigger
:
project
:
TOPFARM/cuttingedge/pywake/pywake_ellipsys
strategy
:
depend
only
:
-
schedules
# ===== build documentation =====
pages
:
# "pages" is a job specifically for GitLab pages [1]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment