Skip to content

Commit 4877b93

Browse files
committed
CI: fork alls-green to silence success verification
Only post alls-green console summaries if the were matrix tests that did not succeed Signed-off-by: Mike Szczys <mike@golioth.io>
1 parent 83d97b6 commit 4877b93

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

.github/workflows/hil-integration-esp-idf.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,10 @@ jobs:
110110

111111
steps:
112112
- name: Decide whether the needed jobs succeeded or failed
113-
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe
113+
uses: golioth/alls-green@e956ef40847ee355e2e20264e479f0cacaaa2139
114114
with:
115115
jobs: ${{ toJSON(needs) }}
116+
action-summary-output: quiet-on-success
116117

117118
test:
118119
name: espidf-${{ inputs.hil_board }}-hil-test (${{ matrix.test }})

.github/workflows/hil-integration-linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,10 @@ jobs:
146146

147147
steps:
148148
- name: Decide whether the needed jobs succeeded or failed
149-
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe
149+
uses: golioth/alls-green@e956ef40847ee355e2e20264e479f0cacaaa2139
150150
with:
151151
jobs: ${{ toJSON(needs) }}
152+
action-summary-output: quiet-on-success
152153

153154
hil-summary:
154155
name: linux-hil-tests-summary

.github/workflows/hil-integration-nsim.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,10 @@ jobs:
176176

177177
steps:
178178
- name: Decide whether the needed jobs succeeded or failed
179-
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe
179+
uses: golioth/alls-green@e956ef40847ee355e2e20264e479f0cacaaa2139
180180
with:
181181
jobs: ${{ toJSON(needs) }}
182+
action-summary-output: quiet-on-success
182183

183184
hil_test_zephyr_nsim_summary:
184185
name: zephyr-${{ inputs.platform }}-test-summary

.github/workflows/hil-integration-zephyr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,10 @@ jobs:
163163

164164
steps:
165165
- name: Decide whether the needed jobs succeeded or failed
166-
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe
166+
uses: golioth/alls-green@e956ef40847ee355e2e20264e479f0cacaaa2139
167167
with:
168168
jobs: ${{ toJSON(needs) }}
169+
action-summary-output: quiet-on-success
169170

170171
test:
171172
name: zephyr-${{ inputs.hil_board }}-test (${{ matrix.test }})

.github/workflows/hil-sample-esp-idf.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,10 @@ jobs:
178178

179179
steps:
180180
- name: Decide whether the needed jobs succeeded or failed
181-
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe
181+
uses: golioth/alls-green@e956ef40847ee355e2e20264e479f0cacaaa2139
182182
with:
183183
jobs: ${{ toJSON(needs) }}
184+
action-summary-output: quiet-on-success
184185

185186
test:
186187
name: espidf-${{ inputs.hil_board }}-sample-test (${{ matrix.name }})

.github/workflows/hil-sample-nsim.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,10 @@ jobs:
143143

144144
steps:
145145
- name: Decide whether the needed jobs succeeded or failed
146-
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe
146+
uses: golioth/alls-green@e956ef40847ee355e2e20264e479f0cacaaa2139
147147
with:
148148
jobs: ${{ toJSON(needs) }}
149+
action-summary-output: quiet-on-success
149150

150151
hil_sample_zephyr_nsim_summary:
151152
name: zephyr-${{ inputs.platform }}-twister-summary

.github/workflows/hil-sample-zephyr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,10 @@ jobs:
336336

337337
steps:
338338
- name: Decide whether the needed jobs succeeded or failed
339-
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe
339+
uses: golioth/alls-green@e956ef40847ee355e2e20264e479f0cacaaa2139
340340
with:
341341
jobs: ${{ toJSON(needs) }}
342+
action-summary-output: quiet-on-success
342343

343344
hil_sample_zephyr_nsim_summary:
344345
name: zephyr-${{ inputs.hil_board }}-twister-summary

0 commit comments

Comments
 (0)