Skip to content

Commit 1fee6e8

Browse files
committed
Switch to openadkit images on all workflows
Signed-off-by: oguzkaganozt <oguzkaganozt@gmail.com>
1 parent 784de61 commit 1fee6e8

8 files changed

+8
-298
lines changed

.github/workflows/build-and-test-openadk-arm64.yaml .github/workflows/build-and-test-arm64.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: build-and-test-openadk-arm64
1+
name: build-and-test-arm64
22

33
on:
44
schedule:
55
- cron: 0 0 * * *
66
workflow_dispatch:
77

88
jobs:
9-
build-and-test-self-hosted:
9+
build-and-test-arm64:
1010
runs-on: [self-hosted, linux, ARM64]
1111
container: ${{ matrix.container }}${{ matrix.container-suffix }}
1212
strategy:

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-and-test-differential-openadk-arm64
1+
name: build-and-test-differential-arm64
22

33
on:
44
pull_request:
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
label: ARM64
1616

17-
build-and-test-differential-self-hosted:
17+
build-and-test-differential-arm64:
1818
needs: prevent-no-label-execution
1919
if: ${{ needs.prevent-no-label-execution.outputs.run == 'true' }}
2020
runs-on: [self-hosted, linux, ARM64]

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

-111
This file was deleted.

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

-61
This file was deleted.

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build-and-test-differential:
1717
needs: prevent-no-label-execution
1818
if: ${{ needs.prevent-no-label-execution.outputs.run == 'true' }}
19-
runs-on: [self-hosted, linux, X64]
19+
runs-on: ubuntu-latest
2020
container: ${{ matrix.container }}${{ matrix.container-suffix }}
2121
strategy:
2222
fail-fast: false
@@ -28,7 +28,7 @@ jobs:
2828
- -cuda
2929
include:
3030
- rosdistro: humble
31-
container: ghcr.io/autowarefoundation/autoware-universe:humble-latest
31+
container: ghcr.io/autowarefoundation/autoware-openadk:latest-prebuilt
3232
build-depends-repos: build_depends.repos
3333
steps:
3434
- name: Check out repository

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

-69
This file was deleted.

.github/workflows/build-and-test-self-hosted.yaml

-49
This file was deleted.

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
build-and-test:
10+
build-and-test-openadk:
1111
if: ${{ github.event_name != 'push' || github.ref_name == github.event.repository.default_branch }}
1212
runs-on: ubuntu-latest
1313
container: ${{ matrix.container }}${{ matrix.container-suffix }}
@@ -21,7 +21,7 @@ jobs:
2121
- -cuda
2222
include:
2323
- rosdistro: humble
24-
container: ghcr.io/autowarefoundation/autoware-universe:humble-latest
24+
container: ghcr.io/autowarefoundation/autoware-openadk:latest-prebuilt
2525
build-depends-repos: build_depends.repos
2626
steps:
2727
- name: Check out repository

0 commit comments

Comments
 (0)