@@ -97,14 +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**"
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**"
108108
109109 local :
110110 needs : metadata
@@ -236,10 +236,6 @@ jobs:
236236 size :
237237 - Medium
238238 - Large
239- # TODO: add back after optimization
240- exclude :
241- - dataset : tpch
242- size : Large
243239 fail-fast : true
244240 max-parallel : 1
245241 steps :
@@ -299,6 +295,10 @@ jobs:
299295 with :
300296 name : benchmark-hits-cloud-Medium
301297 path : benchmark/clickbench/results/hits
298+ - uses : actions/download-artifact@v3
299+ with :
300+ name : benchmark-hits-cloud-Large
301+ path : benchmark/clickbench/results/hits
302302 - uses : actions/download-artifact@v3
303303 with :
304304 name : benchmark-tpch-local
@@ -307,6 +307,10 @@ jobs:
307307 with :
308308 name : benchmark-tpch-cloud-Medium
309309 path : benchmark/clickbench/results/tpch
310+ - uses : actions/download-artifact@v3
311+ with :
312+ name : benchmark-tpch-cloud-Large
313+ path : benchmark/clickbench/results/tpch
310314 - name : Get Report Prefix
311315 run : |
312316 echo "REPORT_S3_PREFIX=${{ env.BENCHMARK_S3_PREFIX }}/pr/${{ needs.metadata.outputs.source_id }}/${{ needs.metadata.outputs.run_id }}" >> $GITHUB_ENV
@@ -316,8 +320,10 @@ jobs:
316320 run : |
317321 aws s3 cp ./results/hits/result-hits-local.json ${{ env.REPORT_S3_PREFIX }}/hits-local.json
318322 aws s3 cp ./results/hits/result-hits-cloud-Medium.json ${{ env.REPORT_S3_PREFIX }}/hits-cloud-Medium.json
323+ aws s3 cp ./results/hits/result-hits-cloud-Large.json ${{ env.REPORT_S3_PREFIX }}/hits-cloud-Large.json
319324 aws s3 cp ./results/tpch/result-tpch-local.json ${{ env.REPORT_S3_PREFIX }}/tpch-local.json
320325 aws s3 cp ./results/tpch/result-tpch-cloud-Medium.json ${{ env.REPORT_S3_PREFIX }}/tpch-cloud-Medium.json
326+ aws s3 cp ./results/tpch/result-tpch-cloud-Large.json ${{ env.REPORT_S3_PREFIX }}/tpch-cloud-Large.json
321327 - name : Get latest release clickbench result
322328 working-directory : benchmark/clickbench
323329 run : |
@@ -340,7 +346,8 @@ jobs:
340346 token : ${{ github.token }}
341347 body : |
342348 
343- 
349+ 
350+ 
344351 ## ClickBench Report
345352 * **hits**: ${{ env.REPORT_URL_PREFIX }}/hits.html
346353 * **tpch**: ${{ env.REPORT_URL_PREFIX }}/tpch.html
0 commit comments