Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9113c3ab
Commit
9113c3ab
authored
Apr 19, 2021
by
Furkan Ayhan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add an example for pipeline processing
parent
c62e39b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
0 deletions
+50
-0
spec/services/ci/pipeline_processing/test_cases/dag_test_manual_post_test_needs_deploy_is_stage.yml
...cases/dag_test_manual_post_test_needs_deploy_is_stage.yml
+50
-0
No files found.
spec/services/ci/pipeline_processing/test_cases/dag_test_manual_post_test_needs_deploy_is_stage.yml
0 → 100644
View file @
9113c3ab
config
:
stages
:
[
build
,
test
,
post_test
,
deploy
]
build
:
stage
:
build
script
:
exit
0
test
:
stage
:
test
script
:
exit
0
when
:
manual
post_test
:
stage
:
post_test
script
:
exit
0
needs
:
[
test
]
deploy
:
stage
:
deploy
script
:
exit
0
init
:
expect
:
pipeline
:
pending
stages
:
build
:
pending
test
:
created
post_test
:
created
deploy
:
created
jobs
:
build
:
pending
test
:
created
post_test
:
created
deploy
:
created
transitions
:
-
event
:
success
jobs
:
[
build
]
expect
:
pipeline
:
running
stages
:
build
:
success
test
:
skipped
post_test
:
skipped
deploy
:
pending
jobs
:
build
:
success
test
:
manual
post_test
:
skipped
deploy
:
pending
Write
Preview
Markdown
is supported
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