jinchengchenghh commented on code in PR #5693:
URL: https://github.com/apache/incubator-gluten/pull/5693#discussion_r1597380951
##########
.github/workflows/velox_tpch_bench.yml:
##########
@@ -40,3 +40,18 @@ jobs:
run: |
branchname=origin/pr/${{ github.event.issue.number }}/head
curl --noproxy $JENKINS_HOST -L -X POST
http://$JENKINS_HOST:$JENKINS_PORT/job/Gluten_Perf_Github_Action_Check/build
--user $JENKINS_USER --data-urlencode json='{"parameter": [{"name":"sha1",
"value":"'$branchname'"}]}'
+ velox-trigger-tpcds-on-comment:
+ # check the comment if it contains the keywords
+ if: ${{ github.event.issue.pull_request &&
contains(github.event.comment.body, '/Benchmark Velox TPCDS') }}
+ runs-on: velox-self-hosted
+ container: ubuntu:22.04
+ steps:
+ - uses: actions/checkout@v4
+ - run: apt-get update && apt-get install ca-certificates -y &&
update-ca-certificates
+ - run: sed -i
's/http\:\/\/archive.ubuntu.com/https\:\/\/mirrors.ustc.edu.cn/g'
/etc/apt/sources.list
+ - run: apt-get update
+ - run: apt-get install -y curl
+ - name: trigger_tpch_bench
Review Comment:
please update the name to `trigger_tpcds_bench`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]