@@ -11,9 +11,9 @@ permissions: read-all
11
11
jobs :
12
12
build :
13
13
# TODO model dependency to image-workflow. Workaround: retrigger run after image-workflow finished.
14
- runs-on : intellabs-01
14
+ runs-on : ubuntu-latest
15
15
container :
16
- image : ghcr.io/intellabs /scenario-execution:${{ github.event.pull_request.base.ref }}
16
+ image : ghcr.io/cps-test-lab /scenario-execution:${{ github.event.pull_request.base.ref }}
17
17
credentials :
18
18
username : ${{ github.repository_owner }}
19
19
password : ${{ secrets.GITHUB_TOKEN }}
40
40
key : ${{ runner.os }}-build-${{ github.run_number }}
41
41
test-scenario-execution :
42
42
needs : [build]
43
- runs-on : intellabs-01
43
+ runs-on : ubuntu-latest
44
44
container :
45
- image : ghcr.io/intellabs /scenario-execution:${{ github.event.pull_request.base.ref }}
45
+ image : ghcr.io/cps-test-lab /scenario-execution:${{ github.event.pull_request.base.ref }}
46
46
credentials :
47
47
username : ${{ github.repository_owner }}
48
48
password : ${{ secrets.GITHUB_TOKEN }}
77
77
path : ./**/TEST.xml
78
78
test-scenario-execution-ros :
79
79
needs : [build]
80
- runs-on : intellabs-01
80
+ runs-on : ubuntu-latest
81
81
container :
82
- image : ghcr.io/intellabs /scenario-execution:${{ github.event.pull_request.base.ref }}
82
+ image : ghcr.io/cps-test-lab /scenario-execution:${{ github.event.pull_request.base.ref }}
83
83
credentials :
84
84
username : ${{ github.repository_owner }}
85
85
password : ${{ secrets.GITHUB_TOKEN }}
@@ -112,9 +112,9 @@ jobs:
112
112
path : ./**/TEST.xml
113
113
scenario-files-validation :
114
114
needs : [build]
115
- runs-on : intellabs-01
115
+ runs-on : ubuntu-latest
116
116
container :
117
- image : ghcr.io/intellabs /scenario-execution:${{ github.event.pull_request.base.ref }}
117
+ image : ghcr.io/cps-test-lab /scenario-execution:${{ github.event.pull_request.base.ref }}
118
118
credentials :
119
119
username : ${{ github.repository_owner }}
120
120
password : ${{ secrets.GITHUB_TOKEN }}
@@ -135,9 +135,9 @@ jobs:
135
135
done
136
136
test-example-scenario :
137
137
needs : [build]
138
- runs-on : intellabs-01
138
+ runs-on : ubuntu-latest
139
139
container :
140
- image : ghcr.io/intellabs /scenario-execution:${{ github.event.pull_request.base.ref }}
140
+ image : ghcr.io/cps-test-lab /scenario-execution:${{ github.event.pull_request.base.ref }}
141
141
credentials :
142
142
username : ${{ github.repository_owner }}
143
143
password : ${{ secrets.GITHUB_TOKEN }}
@@ -162,9 +162,9 @@ jobs:
162
162
path : test_example_scenario/test.xml
163
163
test-example-library :
164
164
needs : [build]
165
- runs-on : intellabs-01
165
+ runs-on : ubuntu-latest
166
166
container :
167
- image : ghcr.io/intellabs /scenario-execution:${{ github.event.pull_request.base.ref }}
167
+ image : ghcr.io/cps-test-lab /scenario-execution:${{ github.event.pull_request.base.ref }}
168
168
credentials :
169
169
username : ${{ github.repository_owner }}
170
170
password : ${{ secrets.GITHUB_TOKEN }}
@@ -189,9 +189,9 @@ jobs:
189
189
path : test_example_library/test.xml
190
190
test-example-variation :
191
191
needs : [build]
192
- runs-on : intellabs-01
192
+ runs-on : ubuntu-latest
193
193
container :
194
- image : ghcr.io/intellabs /scenario-execution:${{ github.event.pull_request.base.ref }}
194
+ image : ghcr.io/cps-test-lab /scenario-execution:${{ github.event.pull_request.base.ref }}
195
195
credentials :
196
196
username : ${{ github.repository_owner }}
197
197
password : ${{ secrets.GITHUB_TOKEN }}
@@ -217,9 +217,9 @@ jobs:
217
217
path : test_example_variation/test.xml
218
218
test-example-nav2 :
219
219
needs : [build]
220
- runs-on : intellabs-01
220
+ runs-on : ubuntu-latest
221
221
container :
222
- image : ghcr.io/intellabs /scenario-execution:${{ github.event.pull_request.base.ref }}
222
+ image : ghcr.io/cps-test-lab /scenario-execution:${{ github.event.pull_request.base.ref }}
223
223
credentials :
224
224
username : ${{ github.repository_owner }}
225
225
password : ${{ secrets.GITHUB_TOKEN }}
@@ -250,9 +250,9 @@ jobs:
250
250
path : test_example_nav2/test.xml
251
251
test-example-simulation :
252
252
needs : [build]
253
- runs-on : intellabs-01
253
+ runs-on : ubuntu-latest
254
254
container :
255
- image : ghcr.io/intellabs /scenario-execution:${{ github.event.pull_request.base.ref }}
255
+ image : ghcr.io/cps-test-lab /scenario-execution:${{ github.event.pull_request.base.ref }}
256
256
credentials :
257
257
username : ${{ github.repository_owner }}
258
258
password : ${{ secrets.GITHUB_TOKEN }}
@@ -283,9 +283,9 @@ jobs:
283
283
path : test_example_simulation/test.xml
284
284
test-example-multirobot :
285
285
needs : [build]
286
- runs-on : intellabs-01
286
+ runs-on : ubuntu-latest
287
287
container :
288
- image : ghcr.io/intellabs /scenario-execution:${{ github.event.pull_request.base.ref }}
288
+ image : ghcr.io/cps-test-lab /scenario-execution:${{ github.event.pull_request.base.ref }}
289
289
credentials :
290
290
username : ${{ github.repository_owner }}
291
291
password : ${{ secrets.GITHUB_TOKEN }}
@@ -335,9 +335,9 @@ jobs:
335
335
path : test_example_multirobot/**/rosbag*
336
336
test-example-external-method :
337
337
needs : [build]
338
- runs-on : intellabs-01
338
+ runs-on : ubuntu-latest
339
339
container :
340
- image : ghcr.io/intellabs /scenario-execution:${{ github.event.pull_request.base.ref }}
340
+ image : ghcr.io/cps-test-lab /scenario-execution:${{ github.event.pull_request.base.ref }}
341
341
credentials :
342
342
username : ${{ github.repository_owner }}
343
343
password : ${{ secrets.GITHUB_TOKEN }}
@@ -364,9 +364,9 @@ jobs:
364
364
path : test_example_external_method/test.xml
365
365
test-example-moveit2 :
366
366
needs : [build]
367
- runs-on : intellabs-01
367
+ runs-on : ubuntu-latest
368
368
container :
369
- image : ghcr.io/intellabs /scenario-execution:${{ github.event.pull_request.base.ref }}
369
+ image : ghcr.io/cps-test-lab /scenario-execution:${{ github.event.pull_request.base.ref }}
370
370
credentials :
371
371
username : ${{ github.repository_owner }}
372
372
password : ${{ secrets.GITHUB_TOKEN }}
@@ -397,10 +397,10 @@ jobs:
397
397
path : test_example_moveit2/test.xml
398
398
test-scenario-execution-gazebo :
399
399
needs : [build]
400
- runs-on : intellabs-01
400
+ runs-on : ubuntu-latest
401
401
timeout-minutes : 30
402
402
container :
403
- image : ghcr.io/intellabs /scenario-execution:${{ github.event.pull_request.base.ref }}
403
+ image : ghcr.io/cps-test-lab /scenario-execution:${{ github.event.pull_request.base.ref }}
404
404
credentials :
405
405
username : ${{ github.repository_owner }}
406
406
password : ${{ secrets.GITHUB_TOKEN }}
@@ -430,10 +430,10 @@ jobs:
430
430
path : test_scenario_execution_gazebo/test.xml
431
431
test-scenario-execution-nav2 :
432
432
needs : [build]
433
- runs-on : intellabs-01
433
+ runs-on : ubuntu-latest
434
434
timeout-minutes : 30
435
435
container :
436
- image : ghcr.io/intellabs /scenario-execution:${{ github.event.pull_request.base.ref }}
436
+ image : ghcr.io/cps-test-lab /scenario-execution:${{ github.event.pull_request.base.ref }}
437
437
credentials :
438
438
username : ${{ github.repository_owner }}
439
439
password : ${{ secrets.GITHUB_TOKEN }}
@@ -476,10 +476,10 @@ jobs:
476
476
path : test_scenario_execution_nav2/test_scenario_execution_nav2/example_nav2.mp4
477
477
test-scenario-execution-pybullet :
478
478
needs : [build]
479
- runs-on : intellabs-01
479
+ runs-on : ubuntu-latest
480
480
timeout-minutes : 10
481
481
container :
482
- image : ghcr.io/intellabs /scenario-execution:${{ github.event.pull_request.base.ref }}
482
+ image : ghcr.io/cps-test-lab /scenario-execution:${{ github.event.pull_request.base.ref }}
483
483
credentials :
484
484
username : ${{ github.repository_owner }}
485
485
password : ${{ secrets.GITHUB_TOKEN }}
@@ -506,10 +506,10 @@ jobs:
506
506
path : test_scenario_execution_pybullet/test.xml
507
507
test-scenario-execution-x11 :
508
508
needs : [build]
509
- runs-on : intellabs-01
509
+ runs-on : ubuntu-latest
510
510
timeout-minutes : 3
511
511
container :
512
- image : ghcr.io/intellabs /scenario-execution:${{ github.event.pull_request.base.ref }}
512
+ image : ghcr.io/cps-test-lab /scenario-execution:${{ github.event.pull_request.base.ref }}
513
513
credentials :
514
514
username : ${{ github.repository_owner }}
515
515
password : ${{ secrets.GITHUB_TOKEN }}
@@ -558,7 +558,7 @@ jobs:
558
558
- test-scenario-execution-nav2
559
559
- test-scenario-execution-pybullet
560
560
- test-scenario-execution-x11
561
- runs-on : intellabs-01
561
+ runs-on : ubuntu-latest
562
562
if : ${{ always() }}
563
563
permissions :
564
564
checks : write
0 commit comments