File tree 5 files changed +25
-13
lines changed
5 files changed +25
-13
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,22 @@ jobs:
18
18
needs : prevent-no-label-execution
19
19
if : ${{ needs.prevent-no-label-execution.outputs.run == 'true' }}
20
20
runs-on : [self-hosted, linux, ARM64]
21
- container : ${{ matrix.container }}
21
+ container : ${{ matrix.container }}${{ matrix.container-suffix }}
22
22
strategy :
23
23
fail-fast : false
24
24
matrix :
25
25
rosdistro :
26
26
- galactic
27
27
- humble
28
+ container-suffix :
29
+ - " "
30
+ - -cuda
28
31
include :
29
32
- rosdistro : galactic
30
- container : ghcr.io/autowarefoundation/autoware-universe:galactic-latest-cuda
33
+ container : ghcr.io/autowarefoundation/autoware-universe:galactic-latest
31
34
build-depends-repos : build_depends.repos
32
35
- rosdistro : humble
33
- container : ghcr.io/autowarefoundation/autoware-universe:humble-latest-cuda
36
+ container : ghcr.io/autowarefoundation/autoware-universe:humble-latest
34
37
build-depends-repos : build_depends.humble.repos
35
38
steps :
36
39
- name : Check out repository
Original file line number Diff line number Diff line change 6
6
jobs :
7
7
build-and-test-differential :
8
8
runs-on : ubuntu-latest
9
- container : ${{ matrix.container }}
9
+ container : ${{ matrix.container }}${{ matrix.container-suffix }}
10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
13
rosdistro :
14
14
- galactic
15
15
- humble
16
+ container-suffix :
17
+ - " "
18
+ - -cuda
16
19
include :
17
20
- rosdistro : galactic
18
- container : ghcr.io/autowarefoundation/autoware-universe:galactic-latest-cuda
21
+ container : ghcr.io/autowarefoundation/autoware-universe:galactic-latest
19
22
build-depends-repos : build_depends.repos
20
23
- rosdistro : humble
21
- container : ghcr.io/autowarefoundation/autoware-universe:humble-latest-cuda
24
+ container : ghcr.io/autowarefoundation/autoware-universe:humble-latest
22
25
build-depends-repos : build_depends.humble.repos
23
26
steps :
24
27
- name : Cancel previous runs
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
build-and-test-self-hosted :
10
10
runs-on : [self-hosted, linux, ARM64]
11
- container : ${{ matrix.container }}
11
+ container : ${{ matrix.container }}${{ matrix.container-suffix }}
12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
15
rosdistro :
16
16
- galactic
17
17
- humble
18
+ container-suffix :
19
+ - " "
20
+ - -cuda
18
21
include :
19
22
- rosdistro : galactic
20
- container : ghcr.io/autowarefoundation/autoware-universe:galactic-latest-cuda
23
+ container : ghcr.io/autowarefoundation/autoware-universe:galactic-latest
21
24
build-depends-repos : build_depends.repos
22
25
- rosdistro : humble
23
- container : ghcr.io/autowarefoundation/autoware-universe:humble-latest-cuda
26
+ container : ghcr.io/autowarefoundation/autoware-universe:humble-latest
24
27
build-depends-repos : build_depends.humble.repos
25
28
steps :
26
29
- name : Check out repository
Original file line number Diff line number Diff line change @@ -10,19 +10,22 @@ jobs:
10
10
build-and-test :
11
11
if : ${{ github.event_name != 'push' || github.ref_name == github.event.repository.default_branch }}
12
12
runs-on : ubuntu-latest
13
- container : ${{ matrix.container }}
13
+ container : ${{ matrix.container }}${{ matrix.container-suffix }}
14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
17
rosdistro :
18
18
- galactic
19
19
- humble
20
+ container-suffix :
21
+ - " "
22
+ - -cuda
20
23
include :
21
24
- rosdistro : galactic
22
- container : ghcr.io/autowarefoundation/autoware-universe:galactic-latest-cuda
25
+ container : ghcr.io/autowarefoundation/autoware-universe:galactic-latest
23
26
build-depends-repos : build_depends.repos
24
27
- rosdistro : humble
25
- container : ghcr.io/autowarefoundation/autoware-universe:humble-latest-cuda
28
+ container : ghcr.io/autowarefoundation/autoware-universe:humble-latest
26
29
build-depends-repos : build_depends.humble.repos
27
30
steps :
28
31
- name : Check out repository
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
check-build-depends :
10
10
runs-on : ubuntu-latest
11
- container : ghcr.io/autowarefoundation/autoware-universe:galactic-latest-cuda
11
+ container : ghcr.io/autowarefoundation/autoware-universe:galactic-latest
12
12
steps :
13
13
- name : Cancel previous runs
14
14
uses : styfle/cancel-workflow-action@0.10.0
You can’t perform that action at this time.
0 commit comments