File tree Expand file tree Collapse file tree 5 files changed +5
-9
lines changed Expand file tree Collapse file tree 5 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 15
15
type : string
16
16
required : false
17
17
default : " ghcr.io/intel/llvm/ubuntu2004_build:latest"
18
- build_runs_on :
19
- type : string
20
- required : false
21
- default : " build"
22
18
build_ref :
23
19
type : string
24
20
required : false
68
64
jobs :
69
65
build :
70
66
name : Build + LIT
71
- runs-on : ${{ inputs.build_runs_on }}
67
+ runs-on : [Linux, build]
72
68
container :
73
69
image : ${{ inputs.build_image }}
74
70
options : -u 1001:1001
Original file line number Diff line number Diff line change 64
64
if : github.repository == 'intel/llvm'
65
65
uses : ./.github/workflows/sycl_linux_build_and_test.yml
66
66
with :
67
- build_runs_on : build
68
67
build_cache_root : " /__w/"
69
68
build_cache_suffix : new_pm
70
69
build_artifact_suffix : new_pm
Original file line number Diff line number Diff line change @@ -15,14 +15,12 @@ jobs:
15
15
name : Linux Default
16
16
uses : ./.github/workflows/sycl_linux_build_and_test.yml
17
17
with :
18
- build_runs_on : build
19
18
build_cache_root : " /__w/llvm"
20
19
build_artifact_suffix : default
21
20
linux_no_assert :
22
21
name : Linux (no assert)
23
22
uses : ./.github/workflows/sycl_linux_build_and_test.yml
24
23
with :
25
- build_runs_on : build
26
24
build_cache_root : " /__w/llvm"
27
25
build_cache_suffix : gcc_no_assertions
28
26
build_artifact_suffix : gcc_no_assertions
Original file line number Diff line number Diff line change 35
35
if : always() && (success() || contains(github.event.pull_request.labels.*.name, 'ignore-lint'))
36
36
uses : ./.github/workflows/sycl_linux_build_and_test.yml
37
37
with :
38
- build_runs_on : " build"
39
38
build_cache_root : " /__w/"
40
39
build_cache_size : " 8G"
41
40
build_artifact_suffix : " default"
Original file line number Diff line number Diff line change 4
4
"config" : " l0_gen9" ,
5
5
"name" : " L0 GEN9 LLVM Test Suite" ,
6
6
"runs-on" : [
7
+ " Linux" ,
7
8
" gen9"
8
9
],
9
10
"image" : " ${{ inputs.intel_drivers_image }}" ,
15
16
"config" : " ocl_gen9" ,
16
17
"name" : " OCL GEN9 LLVM Test Suite" ,
17
18
"runs-on" : [
19
+ " Linux" ,
18
20
" gen9"
19
21
],
20
22
"image" : " ${{ inputs.intel_drivers_image }}" ,
26
28
"config" : " ocl_x64" ,
27
29
"name" : " OCL x64 LLVM Test Suite" ,
28
30
"runs-on" : [
31
+ " Linux" ,
29
32
" x64"
30
33
],
31
34
"image" : " ${{ inputs.intel_drivers_image }}" ,
37
40
"config" : " hip_amdgpu" ,
38
41
"name" : " HIP AMDGPU LLVM Test Suite" ,
39
42
"runs-on" : [
43
+ " Linux" ,
40
44
" amdgpu"
41
45
],
42
46
"image" : " ${{ inputs.amdgpu_image }}" ,
You can’t perform that action at this time.
0 commit comments