File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed
Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments