File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ parameters:
8
8
commitMessage : ' '
9
9
10
10
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.
13
12
# Later builds should check if this job succeed or skipped by using:
14
13
# in(dependencies[{{ parameters.name }}]['result'], 'Succeeded', 'Skipped')
15
14
- template : posix.yml
24
23
not(contains(${{ parameters.commitMessage }}, '[azure all-parallel]'))
25
24
)
26
25
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.
29
29
- template : posix.yml
30
30
parameters :
31
31
name : ${{ parameters.name }}_Parallel
You can’t perform that action at this time.
0 commit comments