Skip to content

Commit c8f6858

Browse files
authored
chore(ci): add latest images for core (#5198)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 06d7cc4 commit c8f6858

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/image.yml

+6
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
grpc-base-image: "ubuntu:22.04"
7676
runs-on: 'arc-runner-set'
7777
makeflags: "--jobs=3 --output-sync=target"
78+
latest-image: 'latest-gpu-hipblas-core'
7879
- build-type: 'hipblas'
7980
platforms: 'linux/amd64'
8081
tag-latest: 'false'
@@ -251,6 +252,7 @@ jobs:
251252
image-type: 'core'
252253
runs-on: 'arc-runner-set'
253254
makeflags: "--jobs=3 --output-sync=target"
255+
latest-image: 'latest-gpu-intel-f16-core'
254256
- build-type: 'sycl_f32'
255257
platforms: 'linux/amd64'
256258
tag-latest: 'false'
@@ -261,6 +263,7 @@ jobs:
261263
image-type: 'core'
262264
runs-on: 'arc-runner-set'
263265
makeflags: "--jobs=3 --output-sync=target"
266+
latest-image: 'latest-gpu-intel-f32-core'
264267

265268
core-image-build:
266269
uses: ./.github/workflows/image_build.yml
@@ -339,6 +342,7 @@ jobs:
339342
base-image: "ubuntu:22.04"
340343
makeflags: "--jobs=4 --output-sync=target"
341344
skip-drivers: 'false'
345+
latest-image: 'latest-gpu-nvidia-cuda-12-core'
342346
- build-type: 'cublas'
343347
cuda-major-version: "12"
344348
cuda-minor-version: "0"
@@ -351,6 +355,7 @@ jobs:
351355
base-image: "ubuntu:22.04"
352356
skip-drivers: 'false'
353357
makeflags: "--jobs=4 --output-sync=target"
358+
latest-image: 'latest-gpu-nvidia-cuda-12-core'
354359
- build-type: 'vulkan'
355360
platforms: 'linux/amd64'
356361
tag-latest: 'false'
@@ -362,6 +367,7 @@ jobs:
362367
base-image: "ubuntu:22.04"
363368
skip-drivers: 'false'
364369
makeflags: "--jobs=4 --output-sync=target"
370+
latest-image: 'latest-gpu-vulkan-core'
365371
gh-runner:
366372
uses: ./.github/workflows/image_build.yml
367373
with:

0 commit comments

Comments
 (0)