From 0c4ab1e7a9ed81e6841c7af3671b39ed2739fa6f Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Tue, 9 Mar 2021 11:35:04 -0500 Subject: [PATCH] system-tests: move to babeltrace 1.5 stable Signed-off-by: Jonathan Rajotte --- scripts/system-tests/lava2-submit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system-tests/lava2-submit.py b/scripts/system-tests/lava2-submit.py index 4ed8a26..7a9ed23 100644 --- a/scripts/system-tests/lava2-submit.py +++ b/scripts/system-tests/lava2-submit.py @@ -132,7 +132,7 @@ def get_vlttng_cmd( 'vlttng --jobs=$(nproc) --profile urcu-master' ' --override projects.babeltrace.build-env.PYTHON=python3' ' --override projects.babeltrace.build-env.PYTHON_CONFIG=python3-config' - ' --profile babeltrace-stable-1.4' + ' --profile babeltrace-stable-1.5' ' --profile babeltrace-python' ' --profile lttng-tools-master' ' --override projects.lttng-tools.source=' -- 2.34.1