Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Platform Validation
Commits
6ddaddb0
Commit
6ddaddb0
authored
Jul 21, 2020
by
David Diederich
Browse files
Add a needs statement so all jobs can run concurrently
parent
573017c4
Pipeline
#3780
failed with stages
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
generate-pipeline.py
View file @
6ddaddb0
...
...
@@ -73,6 +73,7 @@ with open('test-execution.gitlab-ci.yml', 'w') as pipelineConfig:
collectionName
+
' -- '
+
platform
+
':'
,
' extends: .newman'
,
' stage: '
+
platform
,
' needs: []'
,
' variables:'
,
' ENVIRONMENT: "'
+
environ
[
'path'
]
+
'"'
,
' COLLECTION_JSON: "'
+
collect
[
'path'
]
+
'"'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment