From 10ca6e3a96d255dcf68401fd7c3a15ef9d32d22c Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Tue, 15 Aug 2017 11:42:23 -0400 Subject: [PATCH] jjb: lava: Set test_shell timeouts to smaller values Signed-off-by: Francis Deslauriers --- scripts/lttng-baremetal-tests/lava-submit.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/lttng-baremetal-tests/lava-submit.py b/scripts/lttng-baremetal-tests/lava-submit.py index 834cc44..8ef9ad4 100644 --- a/scripts/lttng-baremetal-tests/lava-submit.py +++ b/scripts/lttng-baremetal-tests/lava-submit.py @@ -137,9 +137,9 @@ def create_new_job(name, build_device): job = OrderedDict({ 'health_check': False, 'job_name': name, - 'device_type':build_device, + 'device_type': build_device, 'tags': [ ], - 'timeout': 18000, + 'timeout': 7200, 'actions': [] }) if build_device in 'x86': @@ -224,7 +224,7 @@ def get_baremetal_benchmarks_cmd(): 'testdef': 'lava/baremetal-tests/lttng-test-filter.yml' } ], - 'timeout': 18000 + 'timeout': 7200 } }) return command @@ -240,7 +240,7 @@ def get_baremetal_tests_cmd(): 'testdef': 'lava/baremetal-tests/perf-tests.yml' } ], - 'timeout': 18000 + 'timeout': 3600 } }) return command @@ -261,7 +261,7 @@ def get_kvm_tests_cmd(): 'testdef': 'lava/baremetal-tests/destructive-tests.yml' } ], - 'timeout': 18000 + 'timeout': 3600 } }) return command @@ -276,7 +276,7 @@ def get_kprobes_test_cmd(): 'testdef': 'lava/baremetal-tests/kprobe-fuzzing-tests.yml' } ], - 'timeout': 18000 + 'timeout': 7200 } }) return command @@ -344,7 +344,7 @@ def get_env_setup_cmd(build_device, lttng_tools_commit, lttng_ust_commit=None): 'git clone https://github.com/frdeso/syscall-bench-it.git bm', 'pip3 install vlttng', ], - 'timeout': 18000 + 'timeout': 3600 } }) -- 2.34.1