Skip to content

Commit 653ca4a

Browse files
[CI] Build dockers on self-hosted runner
Intel Drivers images were hitting 'No space left on device' error on public runners
1 parent 3e751fd commit 653ca4a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/sycl-containers.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
build_and_push_non_intel_images:
3131
if: github.repository == 'intel/llvm'
3232
name: "Containers"
33-
runs-on: ubuntu-latest
33+
runs-on: docker-builder
3434
permissions:
3535
packages: write
3636
strategy:
@@ -70,12 +70,16 @@ jobs:
7070
build-args: ${{ matrix.build_args }}
7171

7272
# Then build "Intel Drivers" images that depend on previous images.
73+
#
74+
# XXX: on self-hosted runner the below issue may be gone (as images are now built on a single machine
75+
# and the actually latest image will be available for "intel drivers" images to use).
76+
#
7377
# Note: Building these images on PR means using old "Base" and "Build" images,
7478
# as the ones above were not yet pushed.
7579
build_and_push_intel_images:
7680
needs: build_and_push_non_intel_images
7781
name: "Containers"
78-
runs-on: ubuntu-latest
82+
runs-on: docker-builder
7983
permissions:
8084
packages: write
8185
strategy:

0 commit comments

Comments
 (0)