Skip to content

Commit 2d62bdf

Browse files
authored
ci(build-and-test-differential): disable no-cuda test (#1669)
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
1 parent d0712b6 commit 2d62bdf

3 files changed

+0
-4
lines changed

.github/sync-files.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
sd -- \
5252
" include:" \
5353
" container-suffix:
54-
- \"\"
5554
- -cuda
5655
include:" {source}
5756
@@ -66,7 +65,6 @@
6665
sd -- \
6766
" include:" \
6867
" container-suffix:
69-
- \"\"
7068
- -cuda
7169
include:" {source}
7270
- 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
@@ -26,7 +26,6 @@ jobs:
2626
- galactic
2727
- humble
2828
container-suffix:
29-
- ""
3029
- -cuda
3130
include:
3231
- rosdistro: galactic

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

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
- galactic
1515
- humble
1616
container-suffix:
17-
- ""
1817
- -cuda
1918
include:
2019
- rosdistro: galactic

0 commit comments

Comments
 (0)