Skip to content

Commit

Permalink
revert: Revert "ci(build-and-test-differential): use github runner (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#6278)" (autowarefoundation#6306)

* Revert "ci(build-and-test-differential): remove prevent-no-label-execution (autowarefoundation#6292)"

This reverts commit 76cc954.

* Revert "ci(build-and-test-differential): use github runner (autowarefoundation#6278)"

This reverts commit 0262c68.
  • Loading branch information
mitsudome-r authored and zulfaqar-azmi-t4 committed Feb 6, 2024
1 parent de3457c commit cb7cde4
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,21 @@ name: build-and-test-differential

on:
pull_request:
types:
- opened
- synchronize
- labeled

jobs:
prevent-no-label-execution:
uses: autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@v1
with:
label: tag:run-build-and-test-differential

build-and-test-differential:
runs-on: ubuntu-latest
needs: prevent-no-label-execution
if: ${{ needs.prevent-no-label-execution.outputs.run == 'true' }}
runs-on: [self-hosted, linux, X64]
container: ${{ matrix.container }}${{ matrix.container-suffix }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -65,7 +76,7 @@ jobs:
run: df -h

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

0 comments on commit cb7cde4

Please sign in to comment.