Skip to content

Daily test (Xwakes, MPI) #76

Daily test (Xwakes, MPI)

Daily test (Xwakes, MPI) #76

# This is a workflow that should run daily
name: Daily test (Xwakes, MPI)
# Controls when the action will run.
on:
schedule:
- cron: '00 19 * * *' # run at 19:00 UTC daily
workflow_dispatch:
# 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-sh-cpu-no-xmask-serial:
if: github.repository == 'xsuite/xsuite'
uses: ./.github/workflows/test_sh.yaml
with:
test_contexts: 'ContextCpu'
with_mpi: true
platform: 'alma-cpu-small-1'
suites: '["xwakes"]'