Skip to content

Commit 223abc1

Browse files
SashaLsnkobriceicle
authored andcommitted
update server job statuses diagram
- skipped status is returned as not_run in UI and API - we don't create pipelines for skip-ci anymore (since circleci/workflows-conductor#4527) - abusive/sanctioned reasons now cause the workflow to fail
1 parent da9ad52 commit 223abc1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/guides/modules/orchestrate/pages/jobs-steps.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,17 +119,18 @@ stateDiagram-v2
119119
120120
pending --> running
121121
122-
pending --> skipped : Only build PRs setting enabled<br/>ci-skip<br/>No project found<br/>Abusive<br/>Sanctioned
122+
pending --> not_run : Only build PRs setting enabled
123123
pending --> blocked : Rerun
124124
125125
running --> canceled
126126
pending --> canceled
127127
blocked --> canceled
128128
129+
pending --> failed : Abusive / Sanctioned
129130
running --> failed
130131
running --> success
131132
132-
skipped --> [*]
133+
not_run --> [*]
133134
success --> [*]
134135
failed --> [*]
135136
canceled --> [*]

0 commit comments

Comments
 (0)