Skip to content

Commit

Permalink
revert: revert "ci(build-and-test-differential): disable no-cuda test" (
Browse files Browse the repository at this point in the history
autowarefoundation#2410)

Revert "ci(build-and-test-differential): disable no-cuda test (#1669)"

This reverts commit 2d62bdf.
  • Loading branch information
kenji-miyake authored Dec 1, 2022
1 parent e8ee044 commit 3aca1ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/sync-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
sd -- \
" include:" \
" container-suffix:
- \"\"
- -cuda
include:" {source}
Expand All @@ -63,6 +64,7 @@
sd -- \
" include:" \
" container-suffix:
- \"\"
- -cuda
include:" {source}
- source: .github/workflows/build-and-test-self-hosted.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
rosdistro:
- humble
container-suffix:
- ""
- -cuda
include:
- rosdistro: humble
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
rosdistro:
- humble
container-suffix:
- ""
- -cuda
include:
- rosdistro: humble
Expand Down

0 comments on commit 3aca1ea

Please sign in to comment.