Skip to content

Commit e6ba3dc

Browse files
committed
update template to remove duplication
1 parent 87ee343 commit e6ba3dc

File tree

9 files changed

+857
-1487
lines changed

9 files changed

+857
-1487
lines changed

.github/workflows/backport_branches.yml

Lines changed: 32 additions & 160 deletions
Large diffs are not rendered by default.

.github/workflows/master.yml

Lines changed: 102 additions & 510 deletions
Large diffs are not rendered by default.

.github/workflows/merge_queue.yml

Lines changed: 7 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Docker setup
4545
uses: ./.github/actions/docker_setup
4646
with:
47-
test_name: "{JOB_NAME_GH}"
47+
test_name: "Config Workflow"
4848

4949
- name: Note report location to summary
5050
env:
@@ -54,10 +54,6 @@ jobs:
5454
REPORT_LINK=https://s3.amazonaws.com/altinity-build-artifacts/$PR_NUMBER/$COMMIT_SHA/ci_run_report.html
5555
echo "Workflow Run Report: [View Report]($REPORT_LINK)" >> $GITHUB_STEP_SUMMARY
5656
57-
- name: Docker setup
58-
uses: ./.github/actions/docker_setup
59-
with:
60-
test_name: "Config Workflow"
6157
- name: Prepare env script
6258
run: |
6359
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -98,15 +94,11 @@ jobs:
9894

9995
- name: Setup
10096
uses: ./.github/actions/runner_setup
101-
- name: Docker setup
102-
uses: ./.github/actions/docker_setup
103-
with:
104-
test_name: "{JOB_NAME_GH}"
105-
10697
- name: Docker setup
10798
uses: ./.github/actions/docker_setup
10899
with:
109100
test_name: "Dockers Build (amd)"
101+
110102
- name: Prepare env script
111103
run: |
112104
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -147,15 +139,11 @@ jobs:
147139

148140
- name: Setup
149141
uses: ./.github/actions/runner_setup
150-
- name: Docker setup
151-
uses: ./.github/actions/docker_setup
152-
with:
153-
test_name: "{JOB_NAME_GH}"
154-
155142
- name: Docker setup
156143
uses: ./.github/actions/docker_setup
157144
with:
158145
test_name: "Dockers Build (arm)"
146+
159147
- name: Prepare env script
160148
run: |
161149
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -196,15 +184,11 @@ jobs:
196184

197185
- name: Setup
198186
uses: ./.github/actions/runner_setup
199-
- name: Docker setup
200-
uses: ./.github/actions/docker_setup
201-
with:
202-
test_name: "{JOB_NAME_GH}"
203-
204187
- name: Docker setup
205188
uses: ./.github/actions/docker_setup
206189
with:
207190
test_name: "Style check"
191+
208192
- name: Prepare env script
209193
run: |
210194
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -245,15 +229,11 @@ jobs:
245229

246230
- name: Setup
247231
uses: ./.github/actions/runner_setup
248-
- name: Docker setup
249-
uses: ./.github/actions/docker_setup
250-
with:
251-
test_name: "{JOB_NAME_GH}"
252-
253232
- name: Docker setup
254233
uses: ./.github/actions/docker_setup
255234
with:
256235
test_name: "Fast test"
236+
257237
- name: Prepare env script
258238
run: |
259239
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -294,15 +274,11 @@ jobs:
294274

295275
- name: Setup
296276
uses: ./.github/actions/runner_setup
297-
- name: Docker setup
298-
uses: ./.github/actions/docker_setup
299-
with:
300-
test_name: "{JOB_NAME_GH}"
301-
302277
- name: Docker setup
303278
uses: ./.github/actions/docker_setup
304279
with:
305280
test_name: "Build (amd_binary)"
281+
306282
- name: Prepare env script
307283
run: |
308284
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -343,15 +319,11 @@ jobs:
343319

344320
- name: Setup
345321
uses: ./.github/actions/runner_setup
346-
- name: Docker setup
347-
uses: ./.github/actions/docker_setup
348-
with:
349-
test_name: "{JOB_NAME_GH}"
350-
351322
- name: Docker setup
352323
uses: ./.github/actions/docker_setup
353324
with:
354325
test_name: "Finish Workflow"
326+
355327
- name: Prepare env script
356328
run: |
357329
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp

.github/workflows/nightly_fuzzers.yml

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Docker setup
3333
uses: ./.github/actions/docker_setup
3434
with:
35-
test_name: "{JOB_NAME_GH}"
35+
test_name: "Config Workflow"
3636

3737
- name: Note report location to summary
3838
env:
@@ -42,10 +42,6 @@ jobs:
4242
REPORT_LINK=https://s3.amazonaws.com/altinity-build-artifacts/$PR_NUMBER/$COMMIT_SHA/ci_run_report.html
4343
echo "Workflow Run Report: [View Report]($REPORT_LINK)" >> $GITHUB_STEP_SUMMARY
4444
45-
- name: Docker setup
46-
uses: ./.github/actions/docker_setup
47-
with:
48-
test_name: "Config Workflow"
4945
- name: Prepare env script
5046
run: |
5147
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -86,15 +82,11 @@ jobs:
8682

8783
- name: Setup
8884
uses: ./.github/actions/runner_setup
89-
- name: Docker setup
90-
uses: ./.github/actions/docker_setup
91-
with:
92-
test_name: "{JOB_NAME_GH}"
93-
9485
- name: Docker setup
9586
uses: ./.github/actions/docker_setup
9687
with:
9788
test_name: "Dockers Build (amd)"
89+
9890
- name: Prepare env script
9991
run: |
10092
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -135,15 +127,11 @@ jobs:
135127

136128
- name: Setup
137129
uses: ./.github/actions/runner_setup
138-
- name: Docker setup
139-
uses: ./.github/actions/docker_setup
140-
with:
141-
test_name: "{JOB_NAME_GH}"
142-
143130
- name: Docker setup
144131
uses: ./.github/actions/docker_setup
145132
with:
146133
test_name: "Dockers Build (arm)"
134+
147135
- name: Prepare env script
148136
run: |
149137
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -184,15 +172,11 @@ jobs:
184172

185173
- name: Setup
186174
uses: ./.github/actions/runner_setup
187-
- name: Docker setup
188-
uses: ./.github/actions/docker_setup
189-
with:
190-
test_name: "{JOB_NAME_GH}"
191-
192175
- name: Docker setup
193176
uses: ./.github/actions/docker_setup
194177
with:
195178
test_name: "Build (fuzzers)"
179+
196180
- name: Prepare env script
197181
run: |
198182
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -233,15 +217,11 @@ jobs:
233217

234218
- name: Setup
235219
uses: ./.github/actions/runner_setup
236-
- name: Docker setup
237-
uses: ./.github/actions/docker_setup
238-
with:
239-
test_name: "{JOB_NAME_GH}"
240-
241220
- name: Docker setup
242221
uses: ./.github/actions/docker_setup
243222
with:
244223
test_name: "libFuzzer tests"
224+
245225
- name: Prepare env script
246226
run: |
247227
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp

.github/workflows/nightly_jepsen.yml

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Docker setup
3333
uses: ./.github/actions/docker_setup
3434
with:
35-
test_name: "{JOB_NAME_GH}"
35+
test_name: "Config Workflow"
3636

3737
- name: Note report location to summary
3838
env:
@@ -42,10 +42,6 @@ jobs:
4242
REPORT_LINK=https://s3.amazonaws.com/altinity-build-artifacts/$PR_NUMBER/$COMMIT_SHA/ci_run_report.html
4343
echo "Workflow Run Report: [View Report]($REPORT_LINK)" >> $GITHUB_STEP_SUMMARY
4444
45-
- name: Docker setup
46-
uses: ./.github/actions/docker_setup
47-
with:
48-
test_name: "Config Workflow"
4945
- name: Prepare env script
5046
run: |
5147
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -86,15 +82,11 @@ jobs:
8682

8783
- name: Setup
8884
uses: ./.github/actions/runner_setup
89-
- name: Docker setup
90-
uses: ./.github/actions/docker_setup
91-
with:
92-
test_name: "{JOB_NAME_GH}"
93-
9485
- name: Docker setup
9586
uses: ./.github/actions/docker_setup
9687
with:
9788
test_name: "Dockers Build (amd)"
89+
9890
- name: Prepare env script
9991
run: |
10092
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -135,15 +127,11 @@ jobs:
135127

136128
- name: Setup
137129
uses: ./.github/actions/runner_setup
138-
- name: Docker setup
139-
uses: ./.github/actions/docker_setup
140-
with:
141-
test_name: "{JOB_NAME_GH}"
142-
143130
- name: Docker setup
144131
uses: ./.github/actions/docker_setup
145132
with:
146133
test_name: "Dockers Build (arm)"
134+
147135
- name: Prepare env script
148136
run: |
149137
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -184,15 +172,11 @@ jobs:
184172

185173
- name: Setup
186174
uses: ./.github/actions/runner_setup
187-
- name: Docker setup
188-
uses: ./.github/actions/docker_setup
189-
with:
190-
test_name: "{JOB_NAME_GH}"
191-
192175
- name: Docker setup
193176
uses: ./.github/actions/docker_setup
194177
with:
195178
test_name: "Build (amd_binary)"
179+
196180
- name: Prepare env script
197181
run: |
198182
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -233,15 +217,11 @@ jobs:
233217

234218
- name: Setup
235219
uses: ./.github/actions/runner_setup
236-
- name: Docker setup
237-
uses: ./.github/actions/docker_setup
238-
with:
239-
test_name: "{JOB_NAME_GH}"
240-
241220
- name: Docker setup
242221
uses: ./.github/actions/docker_setup
243222
with:
244223
test_name: "ClickHouse Keeper Jepsen"
224+
245225
- name: Prepare env script
246226
run: |
247227
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp

.github/workflows/nightly_statistics.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Docker setup
3333
uses: ./.github/actions/docker_setup
3434
with:
35-
test_name: "{JOB_NAME_GH}"
35+
test_name: "Config Workflow"
3636

3737
- name: Note report location to summary
3838
env:
@@ -42,10 +42,6 @@ jobs:
4242
REPORT_LINK=https://s3.amazonaws.com/altinity-build-artifacts/$PR_NUMBER/$COMMIT_SHA/ci_run_report.html
4343
echo "Workflow Run Report: [View Report]($REPORT_LINK)" >> $GITHUB_STEP_SUMMARY
4444
45-
- name: Docker setup
46-
uses: ./.github/actions/docker_setup
47-
with:
48-
test_name: "Config Workflow"
4945
- name: Prepare env script
5046
run: |
5147
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp
@@ -83,15 +79,11 @@ jobs:
8379

8480
- name: Setup
8581
uses: ./.github/actions/runner_setup
86-
- name: Docker setup
87-
uses: ./.github/actions/docker_setup
88-
with:
89-
test_name: "{JOB_NAME_GH}"
90-
9182
- name: Docker setup
9283
uses: ./.github/actions/docker_setup
9384
with:
9485
test_name: "Collect Statistics"
86+
9587
- name: Prepare env script
9688
run: |
9789
rm -rf ./ci/tmp ./ci/tmp ./ci/tmp

0 commit comments

Comments
 (0)