Skip to content

Commit 499d3e1

Browse files
committed
[TEST] Test benchmarks
1 parent 5a65f10 commit 499d3e1

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

.github/workflows/benchmarks.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Compute Benchmarks
22

33
on:
4+
pull_request:
45
workflow_dispatch:
56
inputs:
67
pr_no:
@@ -39,7 +40,7 @@ jobs:
3940
name: Compute Benchmarks
4041
uses: ./.github/workflows/reusable_benchmarks.yml
4142
with:
42-
pr_no: ${{ inputs.pr_no }}
43-
bench_script_params: ${{ inputs.bench_script_params }} --filter umf-benchmark
44-
bench_script_compare: ${{ inputs.bench_script_compare }}
45-
runner: ${{ inputs.runner }}
43+
pr_no: '0'
44+
bench_script_params: --save PR_1472 --filter umf-benchmark
45+
bench_script_compare: Baseline_PVC
46+
runner: L0_PERF_PVC

.github/workflows/nightly.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ env:
1717

1818
jobs:
1919
Fuzzing:
20+
if: false
2021
strategy:
2122
fail-fast: false
2223
matrix:
@@ -70,6 +71,7 @@ jobs:
7071
run: ctest -C ${{matrix.build_type}} --output-on-failure --verbose -L "fuzz-long"
7172

7273
Valgrind:
74+
if: false
7375
strategy:
7476
fail-fast: false
7577
matrix:
@@ -109,6 +111,7 @@ jobs:
109111

110112
# Build and test UMF with different CMake generators on Windows
111113
Windows-generators:
114+
if: false
112115
env:
113116
VCPKG_PATH: "${{github.workspace}}/build/vcpkg/packages/hwloc_x64-windows;${{github.workspace}}/build/vcpkg/packages/tbb_x64-windows;${{github.workspace}}/build/vcpkg/packages/jemalloc_x64-windows"
114117
VCPKG_PATH_NO_HWLOC: "${{github.workspace}}/build/vcpkg/packages/tbb_x64-windows;${{github.workspace}}/build/vcpkg/packages/jemalloc_x64-windows"
@@ -250,6 +253,7 @@ jobs:
250253

251254
# Build and test UMF with Intel C++ Compiler (ICX) on Windows
252255
Windows-icx:
256+
if: false
253257
env:
254258
VCPKG_PATH: "${{github.workspace}}/build/vcpkg/packages/hwloc_x64-windows;${{github.workspace}}/build/vcpkg/packages/tbb_x64-windows;${{github.workspace}}/build/vcpkg/packages/jemalloc_x64-windows"
255259
strategy:
@@ -362,6 +366,7 @@ jobs:
362366
# Scenarios where UMF_LINK_HWLOC_STATICALLY is set to OFF and hwloc is not installed in the system
363367
# The hwloc library is fetched implicitly
364368
Hwloc-fallback:
369+
if: false
365370
strategy:
366371
matrix:
367372
include:
@@ -407,6 +412,7 @@ jobs:
407412
run: ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
408413

409414
Windows-dynamic_mingw_hwloc:
415+
if: false
410416
env:
411417
HWLOC_PACKAGE_NAME: hwloc-win64-build-2.10.0
412418
TBB_PACKAGE_NAME: oneapi-tbb-2021.12.0
@@ -457,24 +463,28 @@ jobs:
457463
run: ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
458464

459465
L0:
466+
if: false
460467
uses: ./.github/workflows/reusable_gpu.yml
461468
with:
462469
provider: "LEVEL_ZERO"
463470
runner: "L0"
464471
L0-BMG:
472+
if: false
465473
uses: ./.github/workflows/reusable_gpu.yml
466474
with:
467475
provider: "LEVEL_ZERO"
468476
runner: "L0-BMG"
469477
os: "['Ubuntu']"
470478
CUDA:
479+
if: false
471480
uses: ./.github/workflows/reusable_gpu.yml
472481
with:
473482
provider: "CUDA"
474483
runner: "CUDA"
475484

476485
# Full execution of QEMU tests
477486
QEMU:
487+
if: false
478488
uses: ./.github/workflows/reusable_qemu.yml
479489
with:
480490
short_run: false
@@ -518,9 +528,11 @@ jobs:
518528
compatibility: '1'
519529

520530
SYCL:
531+
if: false
521532
uses: ./.github/workflows/reusable_sycl.yml
522533

523534
alpine:
535+
if: false
524536
name: Alpine
525537
env:
526538
HOST_WORKDIR: ${{github.workspace}}

0 commit comments

Comments
 (0)