Skip to content

Commit f229118

Browse files
authored
Merge pull request #243 from rawlingsj/pipelines
update test pipeline descriptions so humans / agents know how to correctly list binaries that need to be checked
2 parents 7323125 + d361e4a commit f229118

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

pipelines/test/tw/help-check.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ needs:
77
inputs:
88
bins:
99
description: |
10-
Space-separated list of binary names to check for help output.
10+
Binary names to check for help output, one per line.
1111
Can be a single binary or multiple binaries.
12-
Examples: "nginx" or "gcc g++ cpp" or "node npm npx"
12+
Examples:
13+
Single: "nginx"
14+
Multiple:
15+
bins: |
16+
gcc
17+
g++
18+
cpp
1319
required: true
1420
help-flag:
1521
description: |

pipelines/test/tw/ver-check.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ needs:
77
inputs:
88
bins:
99
description: |
10-
Space-separated list of binary names to check for version.
10+
Binary names to check for version, one per line.
1111
Can be a single binary or multiple binaries.
12-
Examples: "nginx" or "gcc g++ cpp" or "node npm npx"
12+
Examples:
13+
Single: "nginx"
14+
Multiple:
15+
bins: |
16+
gcc
17+
g++
18+
cpp
1319
required: true
1420
version:
1521
description: |

0 commit comments

Comments
 (0)