Skip to content

Commit 3aca1ea

Browse files
authored
revert: revert "ci(build-and-test-differential): disable no-cuda test" (autowarefoundation#2410)
Revert "ci(build-and-test-differential): disable no-cuda test (#1669)" This reverts commit 2d62bdf.
1 parent e8ee044 commit 3aca1ea

3 files changed

+4
-0
lines changed

.github/sync-files.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
sd -- \
5151
" include:" \
5252
" container-suffix:
53+
- \"\"
5354
- -cuda
5455
include:" {source}
5556
@@ -63,6 +64,7 @@
6364
sd -- \
6465
" include:" \
6566
" container-suffix:
67+
- \"\"
6668
- -cuda
6769
include:" {source}
6870
- source: .github/workflows/build-and-test-self-hosted.yaml

.github/workflows/build-and-test-differential-self-hosted.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
rosdistro:
2626
- humble
2727
container-suffix:
28+
- ""
2829
- -cuda
2930
include:
3031
- rosdistro: humble

.github/workflows/build-and-test-differential.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
rosdistro:
1414
- humble
1515
container-suffix:
16+
- ""
1617
- -cuda
1718
include:
1819
- rosdistro: humble

0 commit comments

Comments
 (0)