File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030jobs :
3131 java :
3232 if : ${{ github.event.inputs.run_java_tests == 'true' }}
33- uses : rapidsai/velox-testing/.github/workflows/presto-test-composite.yml@misiug/PrestoActions
33+ uses : rapidsai/velox-testing/.github/workflows/presto-test-composite.yml@${{ github.ref_name }}
3434 with :
3535 presto_worker_type : ' java'
3636 node_label : ' linux-amd64-cpu4'
3737 velox_commit : ${{ inputs.velox_commit }}
3838 presto_commit : ${{ inputs.presto_commit }}
3939 native-cpu :
4040 if : ${{ github.event.inputs.run_cpu_tests == 'true' }}
41- uses : rapidsai/velox-testing/.github/workflows/presto-test-composite.yml@misiug/PrestoActions
41+ uses : rapidsai/velox-testing/.github/workflows/presto-test-composite.yml@${{ github.ref_name }}
4242 with :
4343 presto_worker_type : ' native_cpu'
4444 node_label : ' linux-amd64-cpu16'
4545 velox_commit : ${{ inputs.velox_commit }}
4646 presto_commit : ${{ inputs.presto_commit }}
4747 native-gpu :
4848 if : ${{ github.event.inputs.run_gpu_tests == 'true' }}
49- uses : rapidsai/velox-testing/.github/workflows/presto-test-composite.yml@misiug/PrestoActions
49+ uses : rapidsai/velox-testing/.github/workflows/presto-test-composite.yml@${{ github.ref_name }}
5050 with :
5151 presto_worker_type : ' native_gpu'
5252 node_label : ' linux-amd64-gpu-l4-latest-1'
You can’t perform that action at this time.
0 commit comments