Skip to content

Commit 61e4cb1

Browse files
committed
re-enable getting grype target version from config data
1 parent f8076f4 commit 61e4cb1

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

.github/workflows/backport_branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1494,7 +1494,7 @@ jobs:
14941494
secrets: inherit
14951495
with:
14961496
docker_image: altinityinfra/clickhouse-server
1497-
# version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
1497+
version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
14981498
tag-suffix: ${{ matrix.suffix }}
14991499
GrypeScanKeeper:
15001500
needs: [config_workflow, docker_keeper_image]
@@ -1503,7 +1503,7 @@ jobs:
15031503
secrets: inherit
15041504
with:
15051505
docker_image: altinityinfra/clickhouse-keeper
1506-
# version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
1506+
version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
15071507

15081508
RegressionTestsRelease:
15091509
needs: [config_workflow, build_amd_release]

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4597,7 +4597,7 @@ jobs:
45974597
secrets: inherit
45984598
with:
45994599
docker_image: altinityinfra/clickhouse-server
4600-
# version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
4600+
version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
46014601
tag-suffix: ${{ matrix.suffix }}
46024602
GrypeScanKeeper:
46034603
needs: [config_workflow, docker_keeper_image]
@@ -4606,7 +4606,7 @@ jobs:
46064606
secrets: inherit
46074607
with:
46084608
docker_image: altinityinfra/clickhouse-keeper
4609-
# version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
4609+
version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
46104610

46114611
RegressionTestsRelease:
46124612
needs: [config_workflow, build_amd_release]

.github/workflows/merge_queue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ jobs:
363363
secrets: inherit
364364
with:
365365
docker_image: altinityinfra/clickhouse-server
366-
# version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
366+
version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
367367
tag-suffix: ${{ matrix.suffix }}
368368
GrypeScanKeeper:
369369
needs: [config_workflow, docker_keeper_image]
@@ -372,7 +372,7 @@ jobs:
372372
secrets: inherit
373373
with:
374374
docker_image: altinityinfra/clickhouse-keeper
375-
# version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
375+
version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
376376

377377
RegressionTestsRelease:
378378
needs: [config_workflow, build_amd_release]

.github/workflows/nightly_fuzzers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
secrets: inherit
262262
with:
263263
docker_image: altinityinfra/clickhouse-server
264-
# version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
264+
version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
265265
tag-suffix: ${{ matrix.suffix }}
266266
GrypeScanKeeper:
267267
needs: [config_workflow, docker_keeper_image]
@@ -270,7 +270,7 @@ jobs:
270270
secrets: inherit
271271
with:
272272
docker_image: altinityinfra/clickhouse-keeper
273-
# version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
273+
version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
274274

275275
RegressionTestsRelease:
276276
needs: [config_workflow, build_amd_release]

.github/workflows/nightly_jepsen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
secrets: inherit
262262
with:
263263
docker_image: altinityinfra/clickhouse-server
264-
# version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
264+
version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
265265
tag-suffix: ${{ matrix.suffix }}
266266
GrypeScanKeeper:
267267
needs: [config_workflow, docker_keeper_image]
@@ -270,7 +270,7 @@ jobs:
270270
secrets: inherit
271271
with:
272272
docker_image: altinityinfra/clickhouse-keeper
273-
# version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
273+
version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
274274

275275
RegressionTestsRelease:
276276
needs: [config_workflow, build_amd_release]

.github/workflows/nightly_statistics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
secrets: inherit
122122
with:
123123
docker_image: altinityinfra/clickhouse-server
124-
# version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
124+
version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
125125
tag-suffix: ${{ matrix.suffix }}
126126
GrypeScanKeeper:
127127
needs: [config_workflow, docker_keeper_image]
@@ -130,7 +130,7 @@ jobs:
130130
secrets: inherit
131131
with:
132132
docker_image: altinityinfra/clickhouse-keeper
133-
# version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
133+
version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
134134

135135
RegressionTestsRelease:
136136
needs: [config_workflow, build_amd_release]

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3924,7 +3924,7 @@ jobs:
39243924
secrets: inherit
39253925
with:
39263926
docker_image: altinityinfra/clickhouse-server
3927-
# version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
3927+
version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
39283928
tag-suffix: ${{ matrix.suffix }}
39293929
GrypeScanKeeper:
39303930
needs: [config_workflow, docker_keeper_image]
@@ -3933,7 +3933,7 @@ jobs:
39333933
secrets: inherit
39343934
with:
39353935
docker_image: altinityinfra/clickhouse-keeper
3936-
# version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
3936+
version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
39373937

39383938
RegressionTestsRelease:
39393939
needs: [config_workflow, build_amd_release]

.github/workflows/release_branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1852,7 +1852,7 @@ jobs:
18521852
secrets: inherit
18531853
with:
18541854
docker_image: altinityinfra/clickhouse-server
1855-
# version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
1855+
version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
18561856
tag-suffix: ${{ matrix.suffix }}
18571857
GrypeScanKeeper:
18581858
needs: [config_workflow, docker_keeper_image]
@@ -1861,7 +1861,7 @@ jobs:
18611861
secrets: inherit
18621862
with:
18631863
docker_image: altinityinfra/clickhouse-keeper
1864-
# version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
1864+
version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
18651865

18661866
RegressionTestsRelease:
18671867
needs: [config_workflow, build_amd_release]

ci/praktika/yaml_additional_templates.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class AltinityWorkflowTemplates:
4646
secrets: inherit
4747
with:
4848
docker_image: altinityinfra/clickhouse-server
49-
# version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
49+
version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
5050
tag-suffix: ${{ matrix.suffix }}
5151
GrypeScanKeeper:
5252
needs: [config_workflow, docker_keeper_image]
@@ -55,7 +55,7 @@ class AltinityWorkflowTemplates:
5555
secrets: inherit
5656
with:
5757
docker_image: altinityinfra/clickhouse-keeper
58-
# version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
58+
version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
5959
6060
RegressionTestsRelease:
6161
needs: [config_workflow, build_amd_release]

0 commit comments

Comments
 (0)