Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6c1bb3

Browse files
committed
DOC Adds more comments
1 parent f484cfc commit f6c1bb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build_tools/azure/posix-all-parallel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ parameters:
88
commitMessage: ''
99

1010
jobs:
11-
# When [azure all-parallel] is not in the commit message, this build is enabled.
12-
# When [azure all-parallel] is not in in the commit message, this job is disabled.
11+
# When [azure all-parallel] is *not* in the commit message, this build is enabled.
1312
# Later builds should check if this job succeed or skipped by using:
1413
# in(dependencies[{{ parameters.name }}]['result'], 'Succeeded', 'Skipped')
1514
- template: posix.yml
@@ -24,8 +23,9 @@ jobs:
2423
not(contains(${{ parameters.commitMessage }}, '[azure all-parallel]'))
2524
)
2625
27-
# Runs when [azure all-parallel] is in the commit message. This allows for later builds
28-
#
26+
# This configures the "parallel" build. The build on top is skipped so
27+
# later builds can run in parallel with this "parallel" configuration.
28+
# When [azure all-parallel] is in the commit message, this build is enabled.
2929
- template: posix.yml
3030
parameters:
3131
name: ${{ parameters.name }}_Parallel

0 commit comments

Comments
 (0)