Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
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':
'testdef': 'lava/baremetal-tests/lttng-test-filter.yml'
}
],
- 'timeout': 18000
+ 'timeout': 7200
}
})
return command
'testdef': 'lava/baremetal-tests/perf-tests.yml'
}
],
- 'timeout': 18000
+ 'timeout': 3600
}
})
return command
'testdef': 'lava/baremetal-tests/destructive-tests.yml'
}
],
- 'timeout': 18000
+ 'timeout': 3600
}
})
return command
'testdef': 'lava/baremetal-tests/kprobe-fuzzing-tests.yml'
}
],
- 'timeout': 18000
+ 'timeout': 7200
}
})
return command
'git clone https://github.com/frdeso/syscall-bench-it.git bm',
'pip3 install vlttng',
],
- 'timeout': 18000
+ 'timeout': 3600
}
})