Skip to content

Commit c7a0e1d

Browse files
TEST CI
1 parent fac67c0 commit c7a0e1d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Nightly
33

44
# This job is run at 04:00 UTC every day or on demand.
55
on:
6+
pull_request:
67
workflow_dispatch:
78
schedule:
89
- cron: '0 4 * * *'
@@ -24,6 +25,7 @@ jobs:
2425
compiler: [{c: clang, cxx: clang++}]
2526
name: Fuzzing (ubuntu-latest, build_type=${{matrix.build_type}}, compilers=${{matrix.compiler.c}}/${{matrix.compiler.cxx}})
2627
runs-on: ubuntu-latest
28+
if: false
2729

2830
steps:
2931
- name: Checkout repository
@@ -76,6 +78,7 @@ jobs:
7678
tool: ['memcheck', 'drd', 'helgrind']
7779
name: Valgrind (${{matrix.tool}})
7880
runs-on: ubuntu-latest
81+
if: false
7982

8083
steps:
8184
- name: Checkout repository
@@ -121,6 +124,7 @@ jobs:
121124
generator: ['Ninja', 'NMake Makefiles']
122125
umfd_lib: ['ON', 'OFF']
123126
name: Windows (generator=${{matrix.generator}}, compilers=${{matrix.compiler.c}}/${{matrix.compiler.cxx}}, build_type=${{matrix.build_type}}, shared_library=${{matrix.shared_library}}, static_hwloc=${{matrix.static_hwloc}}, umfd_lib=${{matrix.umfd_lib}})
127+
if: false
124128

125129
runs-on: windows-latest
126130

@@ -265,6 +269,7 @@ jobs:
265269
shared_library: 'ON'
266270
name: ICX (${{matrix.os}}, build_type=${{matrix.build_type}}, compilers=${{matrix.compiler.c}}/${{matrix.compiler.cxx}}, shared_library=${{matrix.shared_library}})
267271
runs-on: ${{matrix.os}}
272+
if: false
268273

269274
steps:
270275
- name: Checkout
@@ -373,6 +378,7 @@ jobs:
373378
number_of_processors: '$Env:NUMBER_OF_PROCESSORS'
374379
name: "Fallback to static hwloc build (${{matrix.os}}), build_type=${{matrix.build_type}})"
375380
runs-on: ${{matrix.os}}
381+
if: false
376382

377383
steps:
378384
- name: Install dependencies
@@ -421,6 +427,7 @@ jobs:
421427
build_type: [Release]
422428

423429
runs-on: 'windows-latest'
430+
if: false
424431

425432
steps:
426433
- name: Checkout
@@ -459,23 +466,27 @@ jobs:
459466
run: ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
460467

461468
L0:
469+
if: false
462470
uses: ./.github/workflows/reusable_gpu.yml
463471
with:
464472
provider: "LEVEL_ZERO"
465473
runner: "L0"
466474
L0-BMG:
475+
if: false
467476
uses: ./.github/workflows/reusable_gpu.yml
468477
with:
469478
provider: "LEVEL_ZERO"
470479
runner: "L0-BMG"
471480
CUDA:
481+
if: false
472482
uses: ./.github/workflows/reusable_gpu.yml
473483
with:
474484
provider: "CUDA"
475485
runner: "CUDA"
476486

477487
# Full execution of QEMU tests
478488
QEMU:
489+
if: false
479490
uses: ./.github/workflows/reusable_qemu.yml
480491
with:
481492
short_run: false
@@ -517,6 +528,7 @@ jobs:
517528
uses: ./.github/workflows/reusable_sycl.yml
518529

519530
alpine:
531+
if: false
520532
name: Alpine
521533
env:
522534
HOST_WORKDIR: ${{github.workspace}}

0 commit comments

Comments
 (0)