aboutsummaryrefslogtreecommitdiff
path: root/schneider-openembedded
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2020-01-05 12:53:34 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2020-01-05 12:53:34 +0000
commit4c4291e07988aec8484b5f96f6a59669c20d44ba (patch)
tree800cbe589a87b85a0857493d9484f84a5e38a8e5 /schneider-openembedded
parentaf113a2f518790d2b8a30ad522c962604dadff06 (diff)
se: soca9: move device-read-perf test
The device-read-perf test must come after the block-device test because that test does the YepKit setup needed to bring /dev/sda online. Change-Id: I9f967072a32216f0cb84ffc95594f5f490903d89 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'schneider-openembedded')
-rw-r--r--schneider-openembedded/lava-job-definitions/soca9/tftp-nfs-dev.yaml24
1 files changed, 12 insertions, 12 deletions
diff --git a/schneider-openembedded/lava-job-definitions/soca9/tftp-nfs-dev.yaml b/schneider-openembedded/lava-job-definitions/soca9/tftp-nfs-dev.yaml
index 438163f6..c29ae5da 100644
--- a/schneider-openembedded/lava-job-definitions/soca9/tftp-nfs-dev.yaml
+++ b/schneider-openembedded/lava-job-definitions/soca9/tftp-nfs-dev.yaml
@@ -245,18 +245,6 @@ actions:
timeout:
minutes: 15
- - path: automated/linux/device-read-perf/device-read-perf.yaml
- repository: https://git.linaro.org/qa/test-definitions.git
- branch: master
- history: false
- from: git
- parameters:
- SKIP_INSTALL: 'true'
- DEVICE: "sda mmcblk0"
- name: device-read-perf
- timeout:
- minutes: 15
-
- path: automated/linux/block-device/block-device.yaml
repository: https://github.com/omnium21/test-definitions.git
branch: block-device
@@ -270,6 +258,18 @@ actions:
timeout:
minutes: 30
+ - path: automated/linux/device-read-perf/device-read-perf.yaml
+ repository: https://git.linaro.org/qa/test-definitions.git
+ branch: master
+ history: false
+ from: git
+ parameters:
+ SKIP_INSTALL: 'true'
+ DEVICE: "sda mmcblk0"
+ name: device-read-perf
+ timeout:
+ minutes: 15
+
metadata:
machine: ${MACHINE}
manifest branch: ${MANIFEST_BRANCH}