Skip to content

Daily test (self-hosted, CUDA) #111

Daily test (self-hosted, CUDA)

Daily test (self-hosted, CUDA) #111

# This is a workflow that should run daily
name: Daily test (self-hosted, CUDA)
# Controls when the action will run.
on:
schedule:
- cron: '00 19 * * *' # run at 19:00 UTC daily
# This workflow calls the test_gpu.yaml workflow passing the default
# branches as inputs. The cron workflow will not run on forks.
jobs:
run-tests-cron-gpu:
if: github.repository == 'xsuite/xsuite'
uses: ./.github/workflows/test_gpu.yaml
with:
xobjects_location: 'xsuite:main'
xdeps_location: 'xsuite:main'
xpart_location: 'xsuite:main'
xtrack_location: 'xsuite:main'
xfields_location: 'xsuite:main'
xmask_location: 'xsuite:main'
xcoll_location: 'xsuite:main'
test_contexts: 'ContextCupy'
platform: 'ubuntu'