From 82cfe69e66d2f8eced281ba498f0e87cf4ea82c6 Mon Sep 17 00:00:00 2001 From: rbanka1 Date: Fri, 3 Oct 2025 15:08:07 +0200 Subject: [PATCH 1/2] test --- .github/workflows/sycl-linux-precommit.yml | 5 +++-- devops/scripts/benchmarks/benches/compute.py | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sycl-linux-precommit.yml b/.github/workflows/sycl-linux-precommit.yml index 12986e98617fc..357ebac36b69f 100644 --- a/.github/workflows/sycl-linux-precommit.yml +++ b/.github/workflows/sycl-linux-precommit.yml @@ -233,12 +233,13 @@ jobs: uses: ./.github/workflows/sycl-linux-run-tests.yml with: name: Benchmark suite precommit testing - runner: '["PVC_PERF"]' + runner: '["test-runner"]' image: ghcr.io/intel/llvm/sycl_ubuntu2404_nightly:latest image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN target_devices: 'level_zero:gpu' tests_selector: benchmarks - benchmark_upload_results: false + benchmark_upload_results: true + benchmark_save_name: 'test_runner_46' benchmark_preset: 'Minimal' benchmark_dry_run: true repo_ref: ${{ github.sha }} diff --git a/devops/scripts/benchmarks/benches/compute.py b/devops/scripts/benchmarks/benches/compute.py index be58255d5fd0d..e95c10ddbc0c0 100644 --- a/devops/scripts/benchmarks/benches/compute.py +++ b/devops/scripts/benchmarks/benches/compute.py @@ -18,6 +18,8 @@ from git_project import GitProject +#test runner + class RUNTIMES(Enum): SYCL_PREVIEW = "syclpreview" SYCL = "sycl" From 82655601134a213f4ab677113c3735b23a5c09d3 Mon Sep 17 00:00:00 2001 From: rbanka1 Date: Fri, 3 Oct 2025 16:25:26 +0200 Subject: [PATCH 2/2] test2 --- .github/workflows/sycl-linux-precommit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sycl-linux-precommit.yml b/.github/workflows/sycl-linux-precommit.yml index 357ebac36b69f..6d9a7031645a8 100644 --- a/.github/workflows/sycl-linux-precommit.yml +++ b/.github/workflows/sycl-linux-precommit.yml @@ -233,13 +233,13 @@ jobs: uses: ./.github/workflows/sycl-linux-run-tests.yml with: name: Benchmark suite precommit testing - runner: '["test-runner"]' + runner: '["test-runner2"]' image: ghcr.io/intel/llvm/sycl_ubuntu2404_nightly:latest image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN target_devices: 'level_zero:gpu' tests_selector: benchmarks benchmark_upload_results: true - benchmark_save_name: 'test_runner_46' + benchmark_save_name: 'test_runner_47' benchmark_preset: 'Minimal' benchmark_dry_run: true repo_ref: ${{ github.sha }}