Skip to content

Commit 675ac36

Browse files
committed
selftests: always create selftests_workdir
Regardless of a proper selftest or not we need a home location to collect oddball test results. Let's use selftests_workdir for it. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 79a43d1 commit 675ac36

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

playbooks/roles/selftests/tasks/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,6 @@
362362
mode: '0755'
363363
owner: root
364364
group: root
365-
when:
366-
- kdevops_run_selftests|bool
367-
- selftest_userspace|bool
368365

369366
- name: Remove watchdog hint that tests have started
370367
local_action: file path="{{ selftests_workflow_target }}/.begin" state=absent

0 commit comments

Comments
 (0)