Skip to content

Commit

Permalink
ci(build-and-test-differential): use github runner (#6278)
Browse files Browse the repository at this point in the history
* ci(build-and-test-differential): use github runner

Signed-off-by: kminoda <[email protected]>

* change clang-tidy runner

Signed-off-by: kminoda <[email protected]>

---------

Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda authored Feb 1, 2024
1 parent 2e4b25a commit 0262c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build-and-test-differential:
needs: prevent-no-label-execution
if: ${{ needs.prevent-no-label-execution.outputs.run == 'true' }}
runs-on: [self-hosted, linux, X64]
runs-on: ubuntu-latest
container: ${{ matrix.container }}${{ matrix.container-suffix }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
flags: differential

clang-tidy-differential:
runs-on: [self-hosted, linux, X64]
runs-on: ubuntu-latest
container: ghcr.io/autowarefoundation/autoware-universe:humble-latest-cuda
needs: build-and-test-differential
steps:
Expand Down

0 comments on commit 0262c68

Please sign in to comment.