Commit 8de85b0 M. Fatih Cırıt
committed
1 parent 490088f commit 8de85b0 Copy full SHA for 8de85b0
File tree 2 files changed +20
-6
lines changed
2 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 7
7
tags :
8
8
workflow_dispatch :
9
9
10
+ concurrency :
11
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
12
+ cancel-in-progress : true
13
+
10
14
jobs :
11
15
load-env :
12
16
uses : ./.github/workflows/load-env.yaml
13
17
14
18
docker-build-and-push :
15
19
needs : load-env
16
- runs-on : [self-hosted, linux, ARM64]
20
+ runs-on : codebuild-autoware-us-east-1-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-large
17
21
strategy :
18
22
fail-fast : false
19
23
matrix :
46
50
with :
47
51
token : ${{ secrets.GITHUB_TOKEN }}
48
52
49
- - name : Free disk space
50
- uses : ./.github/actions/free-disk-space
53
+ - name : Show disk space before the tasks
54
+ run : df -h
55
+
56
+ - name : Show machine specs
57
+ run : lscpu && free -h
51
58
52
59
- name : Get changed files
53
60
id : changed-files
Original file line number Diff line number Diff line change 5
5
- cron : 0 12 * * *
6
6
workflow_dispatch :
7
7
8
+ concurrency :
9
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
10
+ cancel-in-progress : true
11
+
8
12
jobs :
9
13
load-env :
10
14
uses : ./.github/workflows/load-env.yaml
11
15
12
16
docker-build :
13
17
needs : load-env
14
- runs-on : [self-hosted, linux, ARM64]
18
+ runs-on : codebuild-autoware-us-east-1-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-large
15
19
strategy :
16
20
fail-fast : false
17
21
matrix :
44
48
with :
45
49
token : ${{ secrets.GITHUB_TOKEN }}
46
50
47
- - name : Free disk space
48
- uses : ./.github/actions/free-disk-space
51
+ - name : Show disk space before the tasks
52
+ run : df -h
53
+
54
+ - name : Show machine specs
55
+ run : lscpu && free -h
49
56
50
57
- name : Build 'Autoware'
51
58
uses : ./.github/actions/docker-build
You can’t perform that action at this time.
0 commit comments