58
58
release-tests-ubuntu :
59
59
name : release-tests-ubuntu
60
60
# Use self-hosted runners only on the sigp repo.
61
- runs-on : ${{ github.repository == 'sigp/lighthouse' && fromJson('["self-hosted", "linux", "large"]') || 'ubuntu-latest' }}
61
+ runs-on : ${{ github.repository == 'sigp/lighthouse' && fromJson('["self-hosted", "linux", "CI", " large"]') || 'ubuntu-latest' }}
62
62
needs : cargo-fmt
63
63
steps :
64
64
- uses : actions/checkout@v3
73
73
run : make test-release
74
74
release-tests-windows :
75
75
name : release-tests-windows
76
- runs-on : ${{ github.repository == 'sigp/lighthouse' && fromJson('["self-hosted", "windows"]') || 'windows-2019' }}
76
+ runs-on : ${{ github.repository == 'sigp/lighthouse' && fromJson('["self-hosted", "windows", "CI" ]') || 'windows-2019' }}
77
77
needs : cargo-fmt
78
78
steps :
79
79
- uses : actions/checkout@v3
98
98
beacon-chain-tests :
99
99
name : beacon-chain-tests
100
100
# Use self-hosted runners only on the sigp repo.
101
- runs-on : ${{ github.repository == 'sigp/lighthouse' && fromJson('["self-hosted", "linux", "large"]') || 'ubuntu-latest' }}
101
+ runs-on : ${{ github.repository == 'sigp/lighthouse' && fromJson('["self-hosted", "linux", "CI", " large"]') || 'ubuntu-latest' }}
102
102
needs : cargo-fmt
103
103
steps :
104
104
- uses : actions/checkout@v3
@@ -130,7 +130,7 @@ jobs:
130
130
debug-tests-ubuntu :
131
131
name : debug-tests-ubuntu
132
132
# Use self-hosted runners only on the sigp repo.
133
- runs-on : ${{ github.repository == 'sigp/lighthouse' && fromJson('["self-hosted", "linux", "large"]') || 'ubuntu-latest' }}
133
+ runs-on : ${{ github.repository == 'sigp/lighthouse' && fromJson('["self-hosted", "linux", "CI", " large"]') || 'ubuntu-latest' }}
134
134
needs : cargo-fmt
135
135
steps :
136
136
- uses : actions/checkout@v3
@@ -156,7 +156,7 @@ jobs:
156
156
ef-tests-ubuntu :
157
157
name : ef-tests-ubuntu
158
158
# Use self-hosted runners only on the sigp repo.
159
- runs-on : ${{ github.repository == 'sigp/lighthouse' && fromJson('["self-hosted", "linux", "small"]') || 'ubuntu-latest' }}
159
+ runs-on : ${{ github.repository == 'sigp/lighthouse' && fromJson('["self-hosted", "linux", "CI", " small"]') || 'ubuntu-latest' }}
160
160
needs : cargo-fmt
161
161
steps :
162
162
- uses : actions/checkout@v3
0 commit comments