Skip to content

Commit

Permalink
config: runtime: tests: Adjust ltp template accourding to Maestro
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Usama Anjum <[email protected]>
  • Loading branch information
musamaanjum authored and nuclearcat committed Jul 29, 2024
1 parent 0583cdd commit 2d67051
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/runtime/tests/ltp.jinja2
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 2d67051

Please sign in to comment.