Skip to content

Commit bc2d38f

Browse files
Remove deprecated inputs from nightly (#6402)
* Refs #24442: Remove deprecated input from nightly Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com> * Refs #24442: Review Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com> --------- Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com>
1 parent f2790b8 commit bc2d38f

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/nightly-sanitizers-master.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ jobs:
1111
with:
1212
label: 'nightly-sec-sanitizers-ci-master'
1313
run_asan_fastdds: true
14-
run_asan_discovery_server: true
1514
run_tsan_fastdds: true
1615
colcon_build_args: ''
1716
colcon_test_args: ''
1817
cmake_args: ''
1918
ctest_args: ''
2019
fastdds_ref: 'master'
21-
discovery_server_ref: 'master'

.github/workflows/sanitizers-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99
type: string
1010
run_asan_fastdds:
11-
description: 'Run Addess Sanitizer job for Fast DDS'
11+
description: 'Run Address Sanitizer job for Fast DDS'
1212
required: false
1313
type: boolean
1414
run_tsan_fastdds:

0 commit comments

Comments
 (0)