-
Notifications
You must be signed in to change notification settings - Fork 39
38 lines (36 loc) · 1.21 KB
/
compat-check-latest-latest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: Compat Check w/PL - latest/latest
on:
schedule:
- cron: "0 0 * * 1-5" # Run daily at 0am Mon-Fri
workflow_dispatch:
jobs:
tests_linux:
name: Lightning Compatibility test (tests_linux) - latest/latest
uses: ./.github/workflows/tests_linux.yml
with:
lightning-version: latest
pennylane-version: latest
tests_lkokkos_gpu:
name: Lightning Compatibility test (tests_lkokkos_gpu) - latest/latest
uses: ./.github/workflows/tests_gpu_kokkos.yml
with:
lightning-version: latest
pennylane-version: latest
tests_lgpu_gpu:
name: Lightning Compatibility test (tests_lgpu_gpu) - latest/latest
uses: ./.github/workflows/tests_gpu_cuda.yml
with:
lightning-version: latest
pennylane-version: latest
tests_lgpu_gpu_mpi:
name: Lightning Compatibility test (tests_lgpu_gpu_mpi) - latest/latest
uses: ./.github/workflows/tests_linux_x86_mpi_gpu.yml
with:
lightning-version: latest
pennylane-version: latest
tests_without_binary:
name: Lightning Compatibility test (tests_without_binary) - latest/latest
uses: ./.github/workflows/tests_without_binary.yml
with:
lightning-version: latest
pennylane-version: latest