Skip to content

Commit 13b27a5

Browse files
committed
Removed chmod permissions in testplans
Signed-off-by: Vamsee Narapareddi <[email protected]>
1 parent 1fec25f commit 13b27a5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Runner/plans/KernelCI_PreMerge.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ metadata:
1414
run:
1515
steps:
1616
- cd Runner
17-
- chmod -R 777 *
1817
- $PWD/suites/Kernel/FunctionalArea/baseport/adsp_remoteproc/run.sh || true
1918
- $PWD/utils/send-to-lava.sh $PWD/suites/Kernel/FunctionalArea/baseport/adsp_remoteproc/adsp_remoteproc.res || true
2019
- $PWD/suites/Kernel/FunctionalArea/baseport/cdsp_remoteproc/run.sh || true
@@ -52,4 +51,4 @@ run:
5251
- $PWD/suites/Kernel/FunctionalArea/baseport/watchdog/run.sh || true
5352
- $PWD/utils/send-to-lava.sh $PWD/suites/Kernel/FunctionalArea/baseport/watchdog/watchdog.res || true
5453
- $PWD/suites/Kernel/FunctionalArea/baseport/wpss_remoteproc/run.sh || true
55-
- $PWD/utils/send-to-lava.sh $PWD/suites/Kernel/FunctionalArea/baseport/wpss_remoteproc/wpss_remoteproc.res || true
54+
- $PWD/utils/send-to-lava.sh $PWD/suites/Kernel/FunctionalArea/baseport/wpss_remoteproc/wpss_remoteproc.res || true

Runner/plans/meta-qcom_PreMerge.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ metadata:
1414
run:
1515
steps:
1616
- cd Runner
17-
- chmod -R 777 *
1817
- $PWD/suites/Kernel/FunctionalArea/baseport/adsp_remoteproc/run.sh || true
1918
- $PWD/utils/send-to-lava.sh $PWD/suites/Kernel/FunctionalArea/baseport/adsp_remoteproc/adsp_remoteproc.res || true
2019
- $PWD/suites/Kernel/FunctionalArea/baseport/cdsp_remoteproc/run.sh || true
@@ -56,4 +55,4 @@ run:
5655
- $PWD/suites/Kernel/FunctionalArea/baseport/watchdog/run.sh || true
5756
- $PWD/utils/send-to-lava.sh $PWD/suites/Kernel/FunctionalArea/baseport/watchdog/watchdog.res || true
5857
- $PWD/suites/Kernel/FunctionalArea/baseport/wpss_remoteproc/run.sh || true
59-
- $PWD/utils/send-to-lava.sh $PWD/suites/Kernel/FunctionalArea/baseport/wpss_remoteproc/wpss_remoteproc.res || true
58+
- $PWD/utils/send-to-lava.sh $PWD/suites/Kernel/FunctionalArea/baseport/wpss_remoteproc/wpss_remoteproc.res || true

0 commit comments

Comments
 (0)