Skip to content

Commit cc1494e

Browse files
authored
ci: use tier4 runner for build-test-tidy-pr (#1994)
Signed-off-by: Fumiya Watanabe <fumiya.watanabe.44@gmail.com>
1 parent 4abe8e2 commit cc1494e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-and-test-differential.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
required: true
88
type: string
99
runner:
10-
default: ubuntu-24.04
10+
default: ubuntu-22.04-m
1111
required: false
1212
type: string
1313
rosdistro:

.github/workflows/build-and-test-packages-above-differential.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
required: true
88
type: string
99
runner:
10-
default: ubuntu-24.04
10+
default: ubuntu-22.04-m
1111
required: false
1212
type: string
1313
rosdistro:

.github/workflows/build-test-tidy-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
container: ghcr.io/autowarefoundation/autoware:universe-devel
7070
container-suffix: -cuda
7171
run-condition: ${{ needs.check-if-cuda-job-is-needed.outputs.cuda_job_is_needed == 'true' }}
72-
runner: codebuild-autoware-us-east-1-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-large
72+
runner: ubuntu-22.04-m
7373
build-pre-command: taskset --cpu-list 0-6
7474
secrets:
7575
codecov-token: ${{ secrets.CODECOV_TOKEN }}
@@ -94,4 +94,4 @@ jobs:
9494
container: ghcr.io/autowarefoundation/autoware:universe-devel
9595
container-suffix: -cuda
9696
run-condition: ${{ needs.check-if-cuda-job-is-needed.outputs.cuda_job_is_needed == 'true' && needs.build-and-test-differential-cuda.result == 'success' }}
97-
runner: codebuild-autoware-us-east-1-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-large
97+
runner: ubuntu-22.04-m

.github/workflows/clang-tidy-differential.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
default: ""
1212
type: string
1313
runner:
14-
default: ubuntu-24.04
14+
default: ubuntu-22.04-m
1515
required: false
1616
type: string
1717
run-condition:

0 commit comments

Comments
 (0)