Skip to content

Commit

Permalink
Run new workflow only
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmr committed Oct 30, 2023
1 parent 49c8a8d commit 570c994
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/compat-check-release-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,33 @@ on:
workflow_dispatch:

jobs:
tests_linux:
name: Lightning Compatibility test (tests_linux) - release/release
uses: ./.github/workflows/tests_linux.yml
with:
lightning-version: release
pennylane-version: release
tests_lkokkos_gpu:
name: Lightning Compatibility test (tests_lkokkos_gpu) - release/release
uses: ./.github/workflows/tests_gpu_kokkos.yml
with:
lightning-version: release
pennylane-version: release
tests_lgpu_gpu:
name: Lightning Compatibility test (tests_lgpu_gpu) - release/release
uses: ./.github/workflows/tests_gpu_cu11.yml
with:
lightning-version: release
pennylane-version: release
# tests_linux:
# name: Lightning Compatibility test (tests_linux) - release/release
# uses: ./.github/workflows/tests_linux.yml
# with:
# lightning-version: release
# pennylane-version: release
# tests_lkokkos_gpu:
# name: Lightning Compatibility test (tests_lkokkos_gpu) - release/release
# uses: ./.github/workflows/tests_gpu_kokkos.yml
# with:
# lightning-version: release
# pennylane-version: release
# tests_lgpu_gpu:
# name: Lightning Compatibility test (tests_lgpu_gpu) - release/release
# uses: ./.github/workflows/tests_gpu_cu11.yml
# with:
# lightning-version: release
# pennylane-version: release
tests_lgpu_gpu_mpi:
name: Lightning Compatibility test (tests_lgpu_gpu_mpi) - release/release
uses: ./.github/workflows/tests_linux_x86_mpi_gpu.yml
with:
lightning-version: release
pennylane-version: release
tests_without_binary:
name: Lightning Compatibility test (tests_without_binary) - release/release
uses: ./.github/workflows/tests_without_binary.yml
with:
lightning-version: release
pennylane-version: release
# tests_without_binary:
# name: Lightning Compatibility test (tests_without_binary) - release/release
# uses: ./.github/workflows/tests_without_binary.yml
# with:
# lightning-version: release
# pennylane-version: release
2 changes: 1 addition & 1 deletion .github/workflows/tests_linux_x86_mpi_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:

jobs:
cpp_tests:
if: contains(github.event.pull_request.labels.*.name, 'ci:use-multi-gpu-runner') && contains(fromJSON('["push", "pull_request", "release"]'), github.event_name)
if: contains(github.event.pull_request.labels.*.name, 'ci:use-multi-gpu-runner') && contains(fromJSON('["push", "release"]'), github.event_name)
runs-on:
- self-hosted
- linux
Expand Down

0 comments on commit 570c994

Please sign in to comment.