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 (autowarefoundation#1669)"

This reverts commit 2d62bdf.

Signed-off-by: kminoda <koji.minoda@tier4.jp>
  • Loading branch information
kenji-miyake authored and kminoda committed Jan 6, 2023
1 parent ed6e434 commit 1907679
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 1907679

Please sign in to comment.