9
9
10
10
jobs :
11
11
cleanup-runs :
12
- runs-on : ubuntu-latest
12
+ runs-on : Gaia-Runner-medium
13
13
steps :
14
14
- uses : rokroskar/workflow-run-cleanup-action@master
15
15
env :
16
16
GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
17
17
if : " !startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'"
18
18
19
19
build :
20
- runs-on : ubuntu-latest
20
+ runs-on : Gaia-Runner-medium
21
21
steps :
22
22
- uses : actions/setup-go@v5
23
23
with :
30
30
key : ${{ runner.os }}-go-runsim-binary
31
31
32
32
test-sim-nondeterminism :
33
- runs-on : ubuntu-latest
33
+ runs-on : Gaia-Runner-medium
34
34
needs : newbuild
35
35
steps :
36
36
- uses : actions/checkout@v4
54
54
if : " env.GIT_DIFF != ''"
55
55
56
56
test-sim-multi-seed-short :
57
- runs-on : ubuntu-latest
57
+ runs-on : Gaia-Runner-medium
58
58
needs : build
59
59
steps :
60
60
- uses : actions/checkout@v4
78
78
if : " env.GIT_DIFF != ''"
79
79
80
80
newbuild :
81
- runs-on : ubuntu-latest
81
+ runs-on : Gaia-Runner-medium
82
82
steps :
83
83
- uses : actions/setup-go@v5
84
84
with :
91
91
key : ${{ runner.os }}-go-runsim-binary
92
92
93
93
install-runsim :
94
- runs-on : ubuntu-latest
94
+ runs-on : Gaia-Runner-medium
95
95
needs : build
96
96
steps :
97
97
- name : install runsim
@@ -102,7 +102,7 @@ jobs:
102
102
key : ${{ runner.os }}-go-runsim-binary
103
103
104
104
test-sim-multi-seed-long :
105
- runs-on : ubuntu-latest
105
+ runs-on : Gaia-Runner-medium
106
106
needs : [build, install-runsim]
107
107
steps :
108
108
- uses : actions/setup-go@v5
@@ -116,3 +116,5 @@ jobs:
116
116
- name : test-sim-multi-seed-long
117
117
run : |
118
118
make test-sim-multi-seed-long
119
+ if : " env.GIT_DIFF != ''"
120
+
0 commit comments