Skip to content

Presto Nightly Test (Upstream) #86

Presto Nightly Test (Upstream)

Presto Nightly Test (Upstream) #86

name: Presto Nightly Test (Upstream)
on:
schedule:
- cron: '0 4 * * *' # daily at 04:00 UTC
workflow_dispatch:
jobs:
nightly:
uses: ./.github/workflows/presto-test.yml
with:
presto_repository: prestodb/presto
presto_commit: master
velox_repository: facebookincubator/velox
velox_commit: main
run_java_tests: true
run_cpu_tests: true
run_gpu_tests: true
set_velox_backward_compatible: false
secrets: inherit