diff --git a/config/runtime/tests/ltp.jinja2 b/config/runtime/tests/ltp.jinja2 index 3b3c8f92f8..dad97b3d04 100644 --- a/config/runtime/tests/ltp.jinja2 +++ b/config/runtime/tests/ltp.jinja2 @@ -1,14 +1,14 @@ - test: - name: {{ plan }} + name: {{ node.name }} timeout: - minutes: {{ job_timeout }} + minutes: {{ job_timeout|default(15) }} definitions: - repository: https://github.com/kernelci/test-definitions from: git revision: kernelci.org path: automated/linux/ltp/ltp.yaml - name: {{ plan }} + name: {{ node.name }} parameters: - TST_CMDFILES: "{{ tst_cmdfiles }}" + TST_CMDFILES: "{{ tst_cmdfiles|default('') }}" SKIP_INSTALL: "{{ skip_install }}" SKIPFILE: {{ skipfile }}