Skip to content

Commit 2c6d18c

Browse files
committed
github: include go version in issue message
1 parent d8bd7ff commit 2c6d18c

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.github/workflows/instrumented.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: ./.github/actions/post-issue
5555
with:
5656
title: "${{ inputs.file_issue_branch }}: nightly ${{ github.job }} failed"
57-
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
57+
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }} (go${{ inputs.go_version }}). Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
5858
labels: "C-test-failure"
5959

6060
linux-asan:
@@ -78,7 +78,7 @@ jobs:
7878
uses: ./.github/actions/post-issue
7979
with:
8080
title: "${{ inputs.file_issue_branch }}: nightly ${{ github.job }} failed"
81-
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
81+
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }} (go${{ inputs.go_version }}). Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
8282
labels: "C-test-failure"
8383

8484
linux-msan:
@@ -102,6 +102,6 @@ jobs:
102102
uses: ./.github/actions/post-issue
103103
with:
104104
title: "${{ inputs.file_issue_branch }}: nightly ${{ github.job }} failed"
105-
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
105+
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }} (go${{ inputs.go_version }}). Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
106106
labels: "C-test-failure"
107107

.github/workflows/s390x.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
uses: ./.github/actions/post-issue
6060
with:
6161
title: "${{ inputs.file_issue_branch }}: nightly ${{ github.job }} test failed"
62-
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
62+
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }} (go${{ inputs.go_version }}). Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
6363
labels: "C-test-failure"

.github/workflows/stress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ jobs:
5757
uses: ./.github/actions/post-issue
5858
with:
5959
title: "${{ inputs.file_issue_branch }}: nightly ${{ github.job }} tests failed"
60-
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
60+
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }} (go${{ inputs.go_version }}). Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
6161
labels: "C-test-failure"

.github/workflows/tests.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: ./.github/actions/post-issue
5757
with:
5858
title: "${{ inputs.file_issue_branch }}: nightly ${{ github.job }} failed"
59-
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
59+
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }} (go${{ inputs.go_version }}). Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
6060
labels: "C-test-failure"
6161

6262

@@ -80,7 +80,7 @@ jobs:
8080
uses: ./.github/actions/post-issue
8181
with:
8282
title: "${{ inputs.file_issue_branch }}: nightly linux-32bit test failed"
83-
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
83+
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }} (go${{ inputs.go_version }}). Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
8484
labels: "C-test-failure"
8585

8686

@@ -104,7 +104,7 @@ jobs:
104104
uses: ./.github/actions/post-issue
105105
with:
106106
title: "${{ inputs.file_issue_branch }}: nightly linux-arm test failed"
107-
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
107+
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }} (go${{ inputs.go_version }}). Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
108108
labels: "C-test-failure"
109109

110110

@@ -131,7 +131,7 @@ jobs:
131131
uses: ./.github/actions/post-issue
132132
with:
133133
title: "${{ inputs.file_issue_branch }}: nightly crossversion test failed"
134-
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
134+
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }} (go${{ inputs.go_version }}). Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
135135
labels: "C-test-failure"
136136

137137

@@ -155,7 +155,7 @@ jobs:
155155
uses: ./.github/actions/post-issue
156156
with:
157157
title: "${{ inputs.file_issue_branch }}: nightly ${{ github.job }} failed"
158-
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
158+
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }} (go${{ inputs.go_version }}). Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
159159
labels: "C-test-failure"
160160

161161

@@ -179,7 +179,7 @@ jobs:
179179
uses: ./.github/actions/post-issue
180180
with:
181181
title: "${{ inputs.file_issue_branch }}: nightly ${{ github.job }} failed"
182-
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
182+
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }} (go${{ inputs.go_version }}). Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
183183
labels: "C-test-failure"
184184

185185

@@ -203,7 +203,7 @@ jobs:
203203
uses: ./.github/actions/post-issue
204204
with:
205205
title: "${{ inputs.file_issue_branch }}: nightly ${{ github.job }} failed"
206-
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
206+
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }} (go${{ inputs.go_version }}). Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
207207
labels: "C-test-failure"
208208

209209

@@ -227,7 +227,7 @@ jobs:
227227
uses: ./.github/actions/post-issue
228228
with:
229229
title: "${{ inputs.file_issue_branch }}: nightly ${{ github.job }} failed"
230-
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
230+
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }} (go${{ inputs.go_version }}). Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
231231
labels: "C-test-failure"
232232

233233
lint-checks:
@@ -254,7 +254,7 @@ jobs:
254254
uses: ./.github/actions/post-issue
255255
with:
256256
title: "${{ inputs.file_issue_branch }}: nightly ${{ github.job }} test failed"
257-
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
257+
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }} (go${{ inputs.go_version }}). Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
258258
labels: "C-test-failure"
259259

260260

@@ -284,5 +284,5 @@ jobs:
284284
uses: ./.github/actions/post-issue
285285
with:
286286
title: "${{ inputs.file_issue_branch }}: nightly ${{ github.job }} failed"
287-
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
287+
body: "The nightly ${{ github.job }} test run failed on ${{ inputs.sha }} (go${{ inputs.go_version }}). Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
288288
labels: "C-test-failure"

0 commit comments

Comments
 (0)