From 3c894ebe0528e38e924de4dbe4695709da9ac4eb Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 16 Jan 2026 19:22:47 +0100 Subject: [PATCH] [dropme ] quick CI check Signed-off-by: Ettore Di Giacinto --- .github/workflows/image-pr.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/image-pr.yml b/.github/workflows/image-pr.yml index fe5236f16..036e459ad 100644 --- a/.github/workflows/image-pr.yml +++ b/.github/workflows/image-pr.yml @@ -41,7 +41,7 @@ platforms: 'linux/amd64' tag-latest: 'false' tag-suffix: '-gpu-nvidia-cuda-12' - runs-on: 'ubuntu-latest' + runs-on: 'bigger-runner' base-image: "ubuntu:24.04" makeflags: "--jobs=3 --output-sync=target" ubuntu-version: '2404' @@ -51,7 +51,7 @@ platforms: 'linux/amd64' tag-latest: 'false' tag-suffix: '-gpu-nvidia-cuda-13' - runs-on: 'ubuntu-latest' + runs-on: 'bigger-runner' base-image: "ubuntu:22.04" makeflags: "--jobs=3 --output-sync=target" ubuntu-version: '2404' @@ -61,7 +61,7 @@ tag-suffix: '-hipblas' base-image: "rocm/dev-ubuntu-24.04:6.4.4" grpc-base-image: "ubuntu:24.04" - runs-on: 'ubuntu-latest' + runs-on: 'bigger-runner' makeflags: "--jobs=3 --output-sync=target" ubuntu-version: '2404' - build-type: 'sycl' @@ -70,14 +70,14 @@ base-image: "intel/oneapi-basekit:2025.3.0-0-devel-ubuntu24.04" grpc-base-image: "ubuntu:24.04" tag-suffix: 'sycl' - runs-on: 'ubuntu-latest' + runs-on: 'bigger-runner' makeflags: "--jobs=3 --output-sync=target" ubuntu-version: '2404' - build-type: 'vulkan' platforms: 'linux/amd64,linux/arm64' tag-latest: 'false' tag-suffix: '-vulkan-core' - runs-on: 'ubuntu-latest' + runs-on: 'bigger-runner' base-image: "ubuntu:24.04" makeflags: "--jobs=4 --output-sync=target" ubuntu-version: '2404'