mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-07 08:31:02 +08:00
Comments describe the status of the various jobs.
This commit is contained in:
@@ -12,6 +12,7 @@ groups:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- name: passing
|
- name: passing
|
||||||
|
# `true` always passes
|
||||||
plan:
|
plan:
|
||||||
- task: passing
|
- task: passing
|
||||||
config:
|
config:
|
||||||
@@ -21,6 +22,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
path: true
|
path: true
|
||||||
- name: failing
|
- name: failing
|
||||||
|
# `false` always fails
|
||||||
plan:
|
plan:
|
||||||
- task: failing
|
- task: failing
|
||||||
config:
|
config:
|
||||||
@@ -30,6 +32,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
path: false
|
path: false
|
||||||
- name: unknown
|
- name: unknown
|
||||||
|
# never run this job and it will always be "unknown"
|
||||||
plan:
|
plan:
|
||||||
- task: unknown
|
- task: unknown
|
||||||
config:
|
config:
|
||||||
@@ -40,6 +43,7 @@ jobs:
|
|||||||
path: sleep
|
path: sleep
|
||||||
args: ["864000"]
|
args: ["864000"]
|
||||||
- name: aborted
|
- name: aborted
|
||||||
|
# run this job and then abort it. You'll have ten days to abort it.
|
||||||
plan:
|
plan:
|
||||||
- task: aborted
|
- task: aborted
|
||||||
config:
|
config:
|
||||||
@@ -50,6 +54,7 @@ jobs:
|
|||||||
path: sleep
|
path: sleep
|
||||||
args: ["864000"]
|
args: ["864000"]
|
||||||
- name: errored
|
- name: errored
|
||||||
|
# Concourse will error if it can't find the `non-existent` executable
|
||||||
plan:
|
plan:
|
||||||
- task: errored
|
- task: errored
|
||||||
config:
|
config:
|
||||||
|
Reference in New Issue
Block a user