Skip to content

Commit ba2d1d3

Browse files
authored
ci: fix local benchmark artifact (#17674)
1 parent d41c56d commit ba2d1d3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cloud.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
sha: ${{ needs.info.outputs.sha }}
6666
target: ${{ matrix.arch }}-unknown-linux-gnu
6767
artifacts: meta,query
68-
category: udf
69-
features: python-udf
68+
category: full
69+
features: python-udf,storage-hdfs
7070

7171
docker:
7272
needs: [info, build]
@@ -82,15 +82,15 @@ jobs:
8282
sha: ${{ needs.info.outputs.sha }}
8383
target: x86_64-unknown-linux-gnu
8484
path: ./distro/linux/amd64/
85-
category: udf
85+
category: full
8686
artifacts: query
8787
- name: Download artifact for aarch64
8888
uses: ./.github/actions/artifact_download
8989
with:
9090
sha: ${{ needs.info.outputs.sha }}
9191
target: aarch64-unknown-linux-gnu
9292
path: ./distro/linux/arm64/
93-
category: udf
93+
category: full
9494
artifacts: query
9595
- uses: ./.github/actions/setup_docker
9696
id: login

.github/workflows/reuse.benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
sha: ${{ inputs.sha }}
7272
target: x86_64-unknown-linux-gnu
73-
category: udf
73+
category: full
7474
artifacts: meta,query
7575
- name: Setup Databend Binary
7676
shell: bash

0 commit comments

Comments
 (0)