Skip to content
Snippets Groups Projects
Commit 1b1d7c4b authored by ruffsl's avatar ruffsl
Browse files

Disable RCUTILS_CONSOLE_STDOUT_LINE_BUFFERED

to reduce line noise
parent 12a6037a
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ references:
CCACHE_LOGFILE: "/tmp/ccache.log"
CCACHE_MAXSIZE: "200M"
MAKEFLAGS: "-j 1 -l 2"
RCUTILS_CONSOLE_STDOUT_LINE_BUFFERED: "1"
RCUTILS_CONSOLE_STDOUT_LINE_BUFFERED: "0"
RETEST_UNTIL_PASS: "2"
common_commands: &common_commands
restore_from_cache:
......@@ -347,14 +347,14 @@ jobs:
<<: *debug_build
debug_test:
executor: debug_exec
parallelism: 1
parallelism: 2
steps:
- restore_build
- test_build
- report_coverage
release_test: &release_test
executor: release_exec
parallelism: 1
parallelism: 2
steps:
- restore_build
- test_build
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment