File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 64
64
with :
65
65
name : CUDA E2E
66
66
runner : ' ["aws_cuda-${{ github.event.workflow_run.id }}-${{ github.event.workflow_run.run_attempt }}"]'
67
- image : ghcr.io/intel/llvm/ubuntu2204_build:latest
67
+ image : ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab
68
68
image_options : -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
69
69
target_devices : ext_oneapi_cuda:gpu
70
70
# No idea why but that seems to work and be in sync with the main
Original file line number Diff line number Diff line change 46
46
build_artifact_suffix : " default"
47
47
build_cache_suffix : " default"
48
48
changes : ${{ needs.detect_changes.outputs.filters }}
49
+ build_image : " ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab"
49
50
50
51
determine_arc_tests :
51
52
name : Decide which Arc tests to run
77
78
include :
78
79
- name : AMD/HIP
79
80
runner : ' ["Linux", "amdgpu"]'
80
- image : ghcr.io/intel/llvm/ubuntu2204_build:latest
81
+ image : ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab
81
82
image_options : -u 1001 --device=/dev/dri --device=/dev/kfd
82
83
target_devices : ext_oneapi_hip:gpu
83
84
- name : Intel
You can’t perform that action at this time.
0 commit comments