You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
body: "The nightly ${{ github.job_id }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
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 }})."
body: "The nightly ${{ github.job_id }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
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 }})."
body: "The nightly ${{ github.job_id }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
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 }})."
Copy file name to clipboardExpand all lines: .github/workflows/s390x.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,6 @@ jobs:
58
58
id: create-or-update-unique-issue
59
59
uses: ./.github/actions/post-issue
60
60
with:
61
-
title: "${{ inputs.file_issue_branch }}: nightly s390x test failed"
62
-
body: "The nightly ${{ github.job_id }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
61
+
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 }})."
body: "The nightly ${{ github.job_id }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
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 }})."
Copy file name to clipboardExpand all lines: .github/workflows/tests.yaml
+19-29Lines changed: 19 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,6 @@ on:
34
34
35
35
jobs:
36
36
linux:
37
-
name: linux
38
37
runs-on: ubuntu-latest
39
38
steps:
40
39
- uses: actions/checkout@v4
@@ -56,13 +55,12 @@ jobs:
56
55
id: create-or-update-unique-issue
57
56
uses: ./.github/actions/post-issue
58
57
with:
59
-
title: "${{ inputs.file_issue_branch }}: nightly test failed"
60
-
body: "The nightly ${{ github.job_id }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
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 }})."
61
60
labels: "C-test-failure"
62
61
63
62
64
63
linux-32bit:
65
-
name: linux-32bit
66
64
runs-on: ubuntu-latest
67
65
steps:
68
66
- uses: actions/checkout@v4
@@ -81,13 +79,12 @@ jobs:
81
79
id: create-or-update-unique-issue
82
80
uses: ./.github/actions/post-issue
83
81
with:
84
-
title: "${{ inputs.file_issue_branch }}: nightly test failed"
85
-
body: "The nightly ${{ github.job_id }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
82
+
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 }})."
86
84
labels: "C-test-failure"
87
85
88
86
89
87
linux-arm:
90
-
name: linux-arm
91
88
runs-on: ubuntu-22.04-arm
92
89
steps:
93
90
- uses: actions/checkout@v4
@@ -106,13 +103,12 @@ jobs:
106
103
id: create-or-update-unique-issue
107
104
uses: ./.github/actions/post-issue
108
105
with:
109
-
title: "${{ inputs.file_issue_branch }}: nightly test failed"
110
-
body: "The nightly ${{ github.job_id }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
106
+
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 }})."
111
108
labels: "C-test-failure"
112
109
113
110
114
111
linux-crossversion:
115
-
name: linux-crossversion
116
112
runs-on: ubuntu-latest
117
113
steps:
118
114
- uses: actions/checkout@v4
@@ -135,12 +131,11 @@ jobs:
135
131
uses: ./.github/actions/post-issue
136
132
with:
137
133
title: "${{ inputs.file_issue_branch }}: nightly crossversion test failed"
138
-
body: "The nightly ${{ github.job_id }} 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 }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
139
135
labels: "C-test-failure"
140
136
141
137
142
138
linux-no-invariants:
143
-
name: linux-no-invariants
144
139
runs-on: ubuntu-latest
145
140
steps:
146
141
- uses: actions/checkout@v4
@@ -159,13 +154,12 @@ jobs:
159
154
id: create-or-update-unique-issue
160
155
uses: ./.github/actions/post-issue
161
156
with:
162
-
title: "${{ inputs.file_issue_branch }}: nightly test failed"
163
-
body: "The nightly ${{ github.job_id }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
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 }})."
164
159
labels: "C-test-failure"
165
160
166
161
167
162
linux-no-cgo:
168
-
name: linux-no-cgo
169
163
runs-on: ubuntu-latest
170
164
steps:
171
165
- uses: actions/checkout@v4
@@ -184,13 +178,12 @@ jobs:
184
178
id: create-or-update-unique-issue
185
179
uses: ./.github/actions/post-issue
186
180
with:
187
-
title: "${{ inputs.file_issue_branch }}: nightly test failed"
188
-
body: "The nightly ${{ github.job_id }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
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 }})."
189
183
labels: "C-test-failure"
190
184
191
185
192
186
darwin:
193
-
name: macos
194
187
runs-on: macos-14
195
188
steps:
196
189
- uses: actions/checkout@v4
@@ -209,13 +202,12 @@ jobs:
209
202
id: create-or-update-unique-issue
210
203
uses: ./.github/actions/post-issue
211
204
with:
212
-
title: "${{ inputs.file_issue_branch }}: nightly test failed"
213
-
body: "The nightly ${{ github.job_id }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
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 }})."
214
207
labels: "C-test-failure"
215
208
216
209
217
210
windows:
218
-
name: windows
219
211
runs-on: windows-latest
220
212
steps:
221
213
- uses: actions/checkout@v4
@@ -234,12 +226,11 @@ jobs:
234
226
id: create-or-update-unique-issue
235
227
uses: ./.github/actions/post-issue
236
228
with:
237
-
title: "${{ inputs.file_issue_branch }}: nightly test failed"
238
-
body: "The nightly ${{ github.job_id }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
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 }})."
239
231
labels: "C-test-failure"
240
232
241
233
lint-checks:
242
-
name: lint-checks
243
234
runs-on: ubuntu-latest
244
235
steps:
245
236
- uses: actions/checkout@v4
@@ -262,14 +253,13 @@ jobs:
262
253
id: create-or-update-unique-issue
263
254
uses: ./.github/actions/post-issue
264
255
with:
265
-
title: "${{ inputs.file_issue_branch }}: nightly test failed"
266
-
body: "The nightly ${{ github.job_id }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
256
+
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 }})."
267
258
labels: "C-test-failure"
268
259
269
260
270
261
# Builds for other architectures.
271
262
build-other:
272
-
name: build-other
273
263
runs-on: ubuntu-latest
274
264
steps:
275
265
- uses: actions/checkout@v4
@@ -293,6 +283,6 @@ jobs:
293
283
id: create-or-update-unique-issue
294
284
uses: ./.github/actions/post-issue
295
285
with:
296
-
title: "${{ inputs.file_issue_branch }}: nightly test failed"
297
-
body: "The nightly ${{ github.job_id }} test run failed on ${{ inputs.sha }}. Please review the run [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})."
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 }})."
0 commit comments