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
468e6e71
Commit
468e6e71
authored
4 years ago
by
Mads M. Pedersen
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
807b620e
No related branches found
No related tags found
3 merge requests
!624
Multi mirror
,
!607
Cupy RANS NN Surrogate Inference Changes
,
!235
Update .gitlab-ci.yml
Pipeline
#19479
failed
4 years ago
Stage: test
Stage: test_plugins
Stage: deploy
Changes
1
Pipelines
15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-2
7 additions, 2 deletions
.gitlab-ci.yml
with
7 additions
and
2 deletions
.gitlab-ci.yml
+
7
−
2
View file @
468e6e71
image
:
dtuwindenergy/topfarm2:latest
stages
:
-
test
-
test_plugins
-
deploy
# ===== TEST PyWake debian=====
test_PyWake
:
# name the job what we like
stage
:
# build, test, deploy defined by default [2]
...
...
@@ -33,7 +38,7 @@ test_PyWake_windows: # name the job what we like
# ===== Trigger PyWakePark pipeline =====
trigger_pywake_park_test
:
stage
:
test
stage
:
test
_plugins
variables
:
TRIGGER_BRANCH
:
$CI_COMMIT_REF_NAME
trigger
:
...
...
@@ -46,7 +51,7 @@ trigger_pywake_park_test:
# ===== Trigger PyWakeEllipSys pipeline =====
trigger_pywake_ellipsys_test
:
stage
:
test
stage
:
test
_plugins
variables
:
TRIGGER_BRANCH
:
$CI_COMMIT_REF_NAME
trigger
:
...
...
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