Skip to content

Commit d112f7a

Browse files
author
Pavel Chupin
authored
Revert "[CI] Add CUDA on AWS run in pre-commit (#7790)"
This reverts commit 27c74f2.
1 parent 5fe1569 commit d112f7a

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
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;cuda_aws"
51+
lts_config: "hip_amdgpu;ocl_x64;ocl_gen9;l0_gen9;esimd_emu;cuda"
5252

5353
linux_default:
5454
name: Linux

devops/test_configs.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,6 @@
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": ""
8674
}
8775
],
8876
"cts": [

0 commit comments

Comments
 (0)