File tree 4 files changed +32
-13
lines changed
4 files changed +32
-13
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,12 +19,15 @@ jobs:
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
26
26
uses : actions/checkout@v3
27
27
28
+ - name : Show disk space before the tasks
29
+ run : df -h
30
+
28
31
- name : Remove exec_depend
29
32
uses : autowarefoundation/autoware-github-actions/remove-exec-depend@v1
30
33
47
50
rosdistro : ${{ matrix.rosdistro }}
48
51
target-packages : ${{ steps.get-self-packages.outputs.self-packages }}
49
52
build-depends-repos : ${{ matrix.build-depends-repos }}
53
+
54
+ - name : Show disk space after the tasks
55
+ run : df -h
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 :
12
12
prevent-no-label-execution :
13
13
uses : autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@v1
14
14
with :
15
- label : ARM64
15
+ label : type: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,14 +29,17 @@ jobs:
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
36
36
uses : actions/checkout@v3
37
37
with :
38
38
fetch-depth : 0
39
39
40
+ - name : Show disk space before the tasks
41
+ run : df -h
42
+
40
43
- name : Remove exec_depend
41
44
uses : autowarefoundation/autoware-github-actions/remove-exec-depend@v1
42
45
59
62
rosdistro : ${{ matrix.rosdistro }}
60
63
target-packages : ${{ steps.get-modified-packages.outputs.modified-packages }}
61
64
build-depends-repos : ${{ matrix.build-depends-repos }}
65
+
66
+ - name : Show disk space after the tasks
67
+ run : df -h
Original file line number Diff line number Diff line change @@ -16,26 +16,27 @@ jobs:
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
23
23
matrix :
24
24
rosdistro :
25
25
- humble
26
26
container-suffix :
27
+ - " "
27
28
- -cuda
28
29
include :
29
30
- rosdistro : humble
30
- container : ghcr.io/autowarefoundation/autoware-universe:humble- latest
31
+ container : ghcr.io/autowarefoundation/autoware-openadk: latest-prebuilt
31
32
build-depends-repos : build_depends.repos
32
33
steps :
33
34
- name : Check out repository
34
35
uses : actions/checkout@v3
35
36
with :
36
37
fetch-depth : 0
37
38
38
- - name : Check disk space before build
39
+ - name : Show disk space before the tasks
39
40
run : df -h
40
41
41
42
- name : Remove exec_depend
71
72
verbose : true
72
73
flags : differential
73
74
74
- - name : Check disk space after build
75
+ - name : Show disk space after the tasks
75
76
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