Skip to content

Commit 27c74f2

Browse files
author
Pavel Chupin
authored
[CI] Add CUDA on AWS run in pre-commit (#7790)
Add CUDA on AWS in addition to CUDA on self-hosted runner. Self-hosted runner will be turned off for OS upgrade. Note that pre-commit testing on this PR will test nothing due to pull_request_target trigger. This change has to be merged first and we'll see effect on the other pre-commit PRs where we expect both self-hosted and AWS run done in parallel.
1 parent b01235c commit 27c74f2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/workflows/sycl_precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: ./.github/workflows/sycl_gen_test_matrix.yml
4949
with:
5050
ref: ${{ github.event.pull_request.head.sha }}
51-
lts_config: "hip_amdgpu;ocl_x64;ocl_gen9;l0_gen9;esimd_emu;cuda"
51+
lts_config: "hip_amdgpu;ocl_x64;ocl_gen9;l0_gen9;esimd_emu;cuda;cuda_aws"
5252

5353
linux_default:
5454
name: Linux

devops/test_configs.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,18 @@
7171
"container_options": "--gpus all",
7272
"check_sycl_all": "cuda:gpu",
7373
"cmake_args": ""
74+
},
75+
{
76+
"config": "cuda_aws",
77+
"name": "CUDA LLVM Test Suite",
78+
"runs-on": "aws-cuda_${{ inputs.uniq }}",
79+
"aws-ami": "ami-02ec0f344128253f9",
80+
"aws-type": [ "g4dn.2xlarge", "g4dn.4xlarge" ],
81+
"aws-disk": "/dev/xvda:64",
82+
"image": "${{ inputs.cuda_image }}",
83+
"container_options": "--gpus all",
84+
"check_sycl_all": "cuda:gpu",
85+
"cmake_args": ""
7486
}
7587
],
7688
"cts": [

0 commit comments

Comments
 (0)