Skip to content

Commit

Permalink
Add support for environment variable
Browse files Browse the repository at this point in the history
This change will allow us to run some kselftests which requires
to pass parameters

Signed-off-by: Shreeya Patel <[email protected]>
  • Loading branch information
Shreeya Patel committed Aug 2, 2024
1 parent 4d95e4e commit 212df9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/lava/kselftest/kselftest.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@
BOARD: {{ device_type }}
BRANCH: {{ tree }}
SKIP_INSTALL: True
ENV: '{{ env }}'
1 change: 1 addition & 0 deletions config/runtime/tests/kselftest.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@
TST_CMDFILES: '{{ collections }}'
TST_CASENAME: '{{ tests }}'
SKIP_INSTALL: True
ENV: '{{ env }}'

0 comments on commit 212df9f

Please sign in to comment.