File tree 4 files changed +18
-12
lines changed
4 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 1
- name : build-and-test-self-hosted
1
+ name : build-and-test-arm64
2
2
3
3
on :
4
4
schedule :
5
5
- cron : 0 0 * * *
6
6
workflow_dispatch :
7
7
8
8
jobs :
9
- build-and-test-self-hosted :
9
+ build-and-test-arm64 :
10
10
runs-on : [self-hosted, linux, ARM64]
11
11
container : ${{ matrix.container }}${{ matrix.container-suffix }}
12
12
strategy :
19
19
- -cuda
20
20
include :
21
21
- rosdistro : humble
22
- container : ghcr.io/autowarefoundation/autoware-universe:humble- latest
22
+ container : ghcr.io/autowarefoundation/autoware-openadk: latest-prebuilt
23
23
build-depends-repos : build_depends.repos
24
24
steps :
25
25
- name : Check out repository
Original file line number Diff line number Diff line change 1
- name : build-and-test-differential-self-hosted
1
+ name : build-and-test-differential-arm64
2
2
3
3
on :
4
4
pull_request :
14
14
with :
15
15
label : ARM64
16
16
17
- build-and-test-differential-self-hosted :
17
+ build-and-test-differential-arm64 :
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]
29
29
- -cuda
30
30
include :
31
31
- rosdistro : humble
32
- container : ghcr.io/autowarefoundation/autoware-universe:humble- latest
32
+ container : ghcr.io/autowarefoundation/autoware-openadk: latest-prebuilt
33
33
build-depends-repos : build_depends.repos
34
34
steps :
35
35
- name : Check out repository
Original file line number Diff line number Diff line change 16
16
build-and-test-differential :
17
17
needs : prevent-no-label-execution
18
18
if : ${{ needs.prevent-no-label-execution.outputs.run == 'true' }}
19
- runs-on : [self-hosted, linux, X64]
19
+ runs-on : ubuntu-latest
20
20
container : ${{ matrix.container }}${{ matrix.container-suffix }}
21
21
strategy :
22
22
fail-fast : false
@@ -27,15 +27,15 @@ jobs:
27
27
- -cuda
28
28
include :
29
29
- rosdistro : humble
30
- container : ghcr.io/autowarefoundation/autoware-universe:humble- latest
30
+ container : ghcr.io/autowarefoundation/autoware-openadk: latest-prebuilt
31
31
build-depends-repos : build_depends.repos
32
32
steps :
33
33
- name : Check out repository
34
34
uses : actions/checkout@v3
35
35
with :
36
36
fetch-depth : 0
37
37
38
- - name : Check disk space before build
38
+ - name : Show disk space before the tasks
39
39
run : df -h
40
40
41
41
- name : Remove exec_depend
71
71
verbose : true
72
72
flags : differential
73
73
74
- - name : Check disk space after build
74
+ - name : Show disk space after the tasks
75
75
run : df -h
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
build-and-test :
11
11
if : ${{ github.event_name != 'push' || github.ref_name == github.event.repository.default_branch }}
12
- runs-on : [self-hosted, linux, X64]
12
+ runs-on : ubuntu-latest
13
13
container : ${{ matrix.container }}${{ matrix.container-suffix }}
14
14
strategy :
15
15
fail-fast : false
@@ -21,12 +21,15 @@ jobs:
21
21
- -cuda
22
22
include :
23
23
- rosdistro : humble
24
- container : ghcr.io/autowarefoundation/autoware-universe:humble- latest
24
+ container : ghcr.io/autowarefoundation/autoware-openadk: latest-prebuilt
25
25
build-depends-repos : build_depends.repos
26
26
steps :
27
27
- name : Check out repository
28
28
uses : actions/checkout@v3
29
29
30
+ - name : Show disk space before the tasks
31
+ run : df -h
32
+
30
33
- name : Remove exec_depend
31
34
uses : autowarefoundation/autoware-github-actions/remove-exec-depend@v1
32
35
59
62
fail_ci_if_error : false
60
63
verbose : true
61
64
flags : total
65
+
66
+ - name : Show disk space after the tasks
67
+ run : df -h
You can’t perform that action at this time.
0 commit comments