-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Expand file tree
/
Copy pathruns-on.yml
More file actions
51 lines (50 loc) · 1.21 KB
/
runs-on.yml
File metadata and controls
51 lines (50 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Custom images with CUDA toolkit installed
# See ops/packer for instructions for building the images
images:
linux-amd64:
platform: "linux"
arch: "x64"
owner: "492475357299" # XGBooost CI
name: "xgboost-ci-runs-on-linux-amd64-*"
linux-arm64:
platform: "linux"
arch: "arm64"
owner: "492475357299" # XGBooost CI
name: "xgboost-ci-runs-on-linux-arm64-*"
windows-amd64:
platform: "windows"
arch: "x64"
owner: "492475357299" # XGBooost CI
name: "xgboost-ci-runs-on-windows-*"
runners:
linux-amd64-cpu:
cpu: 16
family: ["c7i-flex", "c7i", "c7a", "c5", "c5a"]
image: linux-amd64
spot: "false"
linux-amd64-gpu:
family: ["g4dn.xlarge"]
image: linux-amd64
spot: "false"
linux-amd64-mgpu:
family: ["g4dn.12xlarge"]
image: linux-amd64
spot: "false"
linux-arm64-cpu:
cpu: 16
family: ["c6g", "c7g"]
image: linux-arm64
spot: "false"
linux-arm64-gpu:
family: ["g5g.xlarge"]
image: linux-arm64
spot: "false"
windows-gpu:
family: ["g4dn.2xlarge"]
image: windows-amd64
spot: "false"
windows-cpu:
cpu: 32
family: ["c7i-flex", "c7i", "c7a", "c5", "c5a"]
image: windows-amd64
spot: "false"