File tree Expand file tree Collapse file tree 11 files changed +14
-11
lines changed
Expand file tree Collapse file tree 11 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ jobs:
210210 if : failure()
211211 run : |
212212 chmod +x $GITHUB_WORKSPACE/tools/ci/github/on_failure
213- "$GITHUB_WORKSPACE/tools/ci/github/on_failure"
213+ "$GITHUB_WORKSPACE/tools/ci/github/on_failure" ${{ matrix.BUILD_TASK }}
214214 timeout-minutes : 5
215215
216216 # Upload the log file:
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ jobs:
210210 if : failure()
211211 run : |
212212 chmod +x $GITHUB_WORKSPACE/tools/ci/github/on_failure
213- "$GITHUB_WORKSPACE/tools/ci/github/on_failure"
213+ "$GITHUB_WORKSPACE/tools/ci/github/on_failure" ${{ matrix.BUILD_TASK }}
214214 timeout-minutes : 5
215215
216216 # Upload the log file:
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203203 if : failure()
204204 run : |
205205 chmod +x $GITHUB_WORKSPACE/tools/ci/github/on_failure
206- "$GITHUB_WORKSPACE/tools/ci/github/on_failure"
206+ "$GITHUB_WORKSPACE/tools/ci/github/on_failure" ${{ matrix.BUILD_TASK }}
207207 timeout-minutes : 5
208208
209209 # Upload the log file:
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ jobs:
210210 if : failure()
211211 run : |
212212 chmod +x $GITHUB_WORKSPACE/tools/ci/github/on_failure
213- "$GITHUB_WORKSPACE/tools/ci/github/on_failure"
213+ "$GITHUB_WORKSPACE/tools/ci/github/on_failure" ${{ matrix.BUILD_TASK }}
214214 timeout-minutes : 5
215215
216216 # Upload the log file:
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199199 if : failure()
200200 run : |
201201 chmod +x $GITHUB_WORKSPACE/tools/ci/github/on_failure
202- "$GITHUB_WORKSPACE/tools/ci/github/on_failure"
202+ "$GITHUB_WORKSPACE/tools/ci/github/on_failure" ${{ matrix.BUILD_TASK }}
203203 timeout-minutes : 5
204204
205205 # Upload the log file:
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ jobs:
196196 if : failure()
197197 run : |
198198 chmod +x $GITHUB_WORKSPACE/tools/ci/github/on_failure
199- "$GITHUB_WORKSPACE/tools/ci/github/on_failure"
199+ "$GITHUB_WORKSPACE/tools/ci/github/on_failure" ${{ matrix.BUILD_TASK }}
200200 timeout-minutes : 5
201201
202202 # Upload the log file:
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ jobs:
192192 if : failure()
193193 run : |
194194 chmod +x $GITHUB_WORKSPACE/tools/ci/github/on_failure
195- "$GITHUB_WORKSPACE/tools/ci/github/on_failure"
195+ "$GITHUB_WORKSPACE/tools/ci/github/on_failure" ${{ matrix.BUILD_TASK }}
196196 timeout-minutes : 5
197197
198198 # Upload the log file:
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ jobs:
196196 if : failure()
197197 run : |
198198 chmod +x $GITHUB_WORKSPACE/tools/ci/github/on_failure
199- "$GITHUB_WORKSPACE/tools/ci/github/on_failure"
199+ "$GITHUB_WORKSPACE/tools/ci/github/on_failure" ${{ matrix.BUILD_TASK }}
200200 timeout-minutes : 5
201201
202202 # Upload the log file:
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ jobs:
185185 if : failure()
186186 run : |
187187 chmod +x $GITHUB_WORKSPACE/tools/ci/github/on_failure
188- "$GITHUB_WORKSPACE/tools/ci/github/on_failure"
188+ "$GITHUB_WORKSPACE/tools/ci/github/on_failure" ${{ matrix.BUILD_TASK }}
189189 timeout-minutes : 5
190190
191191 # Upload the log file:
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ jobs:
236236 run : |
237237 cd $GITHUB_WORKSPACE
238238 chmod +x ./tools/ci/github/on_failure
239- "./tools/ci/github/on_failure"
239+ "./tools/ci/github/on_failure" ${{ matrix.BUILD_TASK }}
240240 timeout-minutes : 5
241241
242242 # Upload the log file:
You can’t perform that action at this time.
0 commit comments