Skip to content

Commit

Permalink
Update build-and-test-differential.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo authored Feb 1, 2024
1 parent 2e4b25a commit 2f62ea8
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .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 All @@ -31,6 +31,17 @@ jobs:
container: ghcr.io/autowarefoundation/autoware-universe:humble-latest
build-depends-repos: build_depends.repos
steps:
- name: Show disk space
run: df -h

- name: Free disk space (Ubuntu)
uses: jlumbroso/free-disk-space@v1.2.0
with:
tool-cache: false
dotnet: false
swap-storage: false
large-packages: false

- name: Check out repository
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -68,6 +79,9 @@ jobs:
fail_ci_if_error: false
verbose: true
flags: differential

- name: Show disk space
run: df -h

clang-tidy-differential:
runs-on: [self-hosted, linux, X64]
Expand Down

0 comments on commit 2f62ea8

Please sign in to comment.