Skip to content

Commit 8016876

Browse files
committed
fix: disable tpch benchmark on large warehouse
1 parent ae8a25c commit 8016876

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

.github/workflows/trusted-benchmark.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,14 @@ jobs:
9797
status: queued
9898
title: "Benchmark Cloud for hits with Large warehouse"
9999
summary: "status: **queued**"
100-
- uses: ./.github/actions/create_check_status
101-
with:
102-
github_token: ${{ secrets.GITHUB_TOKEN }}
103-
sha: ${{ steps.metadata.outputs.sha }}
104-
name: 'Benchmark Cloud / tpch(Large)'
105-
status: queued
106-
title: "Benchmark Cloud for tpch with Large warehouse"
107-
summary: "status: **queued**"
108-
100+
# - uses: ./.github/actions/create_check_status
101+
# with:
102+
# github_token: ${{ secrets.GITHUB_TOKEN }}
103+
# sha: ${{ steps.metadata.outputs.sha }}
104+
# name: 'Benchmark Cloud / tpch(Large)'
105+
# status: queued
106+
# title: "Benchmark Cloud for tpch with Large warehouse"
107+
# summary: "status: **queued**"
109108

110109
local:
111110
needs: metadata
@@ -237,6 +236,10 @@ jobs:
237236
size:
238237
- Medium
239238
- Large
239+
# TODO: add back after optimization
240+
exclude:
241+
- dataset: tpch
242+
size: Large
240243
fail-fast: true
241244
max-parallel: 1
242245
steps:

0 commit comments

Comments
 (0)