File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
55
- -cuda
56
56
include:" {source}
57
57
58
- sd "^ container: ghcr.io/autowarefoundation/autoware-universe:galactic -latest" \
59
- " container: ghcr.io/autowarefoundation/autoware-universe:galactic -latest-cuda" {source}
58
+ sd "^ container: ghcr.io/autowarefoundation/autoware-universe:(\w+) -latest\$ " \
59
+ " container: ghcr.io/autowarefoundation/autoware-universe:\$1 -latest-cuda" {source}
60
60
- source : .github/workflows/build-and-test-differential-self-hosted.yaml
61
61
pre-commands : |
62
62
sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest" {source}
Original file line number Diff line number Diff line change 67
67
68
68
clang-tidy-differential :
69
69
runs-on : ubuntu-latest
70
- container : ghcr.io/autowarefoundation/autoware-universe:galactic -latest-cuda
70
+ container : ghcr.io/autowarefoundation/autoware-universe:humble -latest-cuda
71
71
needs : build-and-test-differential
72
72
steps :
73
73
- name : Check out repository
86
86
if : ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
87
87
uses : autowarefoundation/autoware-github-actions/clang-tidy@v1
88
88
with :
89
- rosdistro : galactic
89
+ rosdistro : humble
90
90
target-packages : ${{ steps.get-modified-packages.outputs.modified-packages }}
91
91
clang-tidy-config-url : https://raw.githubusercontent.com/autowarefoundation/autoware/main/.clang-tidy
92
- build-depends-repos : build_depends.repos
92
+ build-depends-repos : build_depends.humble. repos
You can’t perform that action at this time.
0 commit comments