Skip to content

Commit

Permalink
Cleanup workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Jul 26, 2024
1 parent d838909 commit 781be5c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 82 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/test-build-autoware-launch.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/test-build-tensorrt-yolox.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/test-builder-with-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: test-builder-with-cache

on:
workflow_dispatch:
registry_package:
types: [published, updated]
push:
paths:
- .github/workflows/test-builder-with-cache.yml # Self-trigger
Expand All @@ -14,15 +12,6 @@ concurrency:

jobs:
build-package-with-cache:
if: >-
github.event_name == 'push' ||
github.event_name == 'workflow_dispatch' ||
(
github.event_name == 'registry_package' &&
github.event.registry_package.name == 'autoware' &&
github.event.registry_package.package_version.container_metadata.tag.name == 'latest-builder-with-cache'
)
runs-on: ubuntu-latest
container:
image: ghcr.io/bounverif/autoware:latest-builder-with-cache
Expand All @@ -40,15 +29,12 @@ jobs:
with:
repository: 'autowarefoundation/autoware'

- run: echo ${{ toJson(github.event.registry_package) }}

- name: Build up to ${{ matrix.package }}
run: |
mkdir -p src
export CCACHE_BASEDIR=${PWD}
vcs import src --shallow --input autoware.repos
. /opt/ros/humble/setup.sh
echo "CCACHE_BASEDIR=${CCACHE_BASEDIR}"
ccache --zero-stats
colcon build --packages-up-to ${{ matrix.package }} --cmake-args -DCMAKE_BUILD_TYPE=Release
ccache -v --show-stats

0 comments on commit 781be5c

Please sign in to comment.