-
Notifications
You must be signed in to change notification settings - Fork 10
/
hosts.yml
75 lines (52 loc) · 1005 Bytes
/
hosts.yml
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
debian.rubyci.org: &default
properties:
nopasswd_sudo: true
compress: false
run_list:
- recipes/default.rb
amazon2.rubyci.org:
<<: *default
opensuseleap.rubyci.org:
<<: *default
arch.rubyci.org:
<<: *default
icc.rubyci.org:
<<: *default
rhel8.rubyci.org:
<<: *default
debian11.rubyci.org:
<<: *default
openbsd.rubyci.org:
<<: *default
ubuntu2004.rubyci.org:
<<: *default
ubuntu2004-arm.rubyci.org:
<<: *default
ubuntu.rubyci.org:
<<: *default
riscv.rubyci.org:
<<: *default
ppc64le.rubyci.org: # power9
<<: *default
s390x.rubyci.org: # z15
<<: *default
freebsd13.rubyci.org:
<<: *default
gem-codesearch.dev.ruby-lang.org:
<<: *default
ubuntu2204.rubyci.org:
<<: *default
crossruby.rubyci.org:
<<: *default
rhel9.rubyci.org:
<<: *default
amazon2023.rubyci.org:
<<: *default
debian12.rubyci.org:
<<: *default
fedora39.rubyci.org:
<<: *default
freebsd14.rubyci.org:
<<: *default
fedora40-arm.rubyci.org:
<<: *default