aboutsummaryrefslogtreecommitdiff
path: root/lkft-staging-no-skiplist.yaml
diff options
context:
space:
mode:
authorDan Rue <dan.rue@linaro.org>2018-02-01 13:22:23 -0600
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2018-02-02 10:44:52 +0000
commit1793dfa12a57dfc6b06040353c87e4e10d3f8b06 (patch)
tree0f232a5e51341c2af49a155823917a3b82497f0f /lkft-staging-no-skiplist.yaml
parent73829b7a2ade4967136dd4103d8c84f10f7b63db (diff)
LKFT: LTP: Use skipfile-lkft.yaml
Pass board (DEVICE_TYPE), branch (KERNEL_VERSION), and environment names to ltp, and it will generate a skiplist from skipfile-lkft.yaml. This introduces the concept of 'environment', which is defaulted to 'production' but set to 'staging' in such a case. Introduce a variable "KERNEL_VERSION_OVERRIDE" for the cases, as in mainline and next, where KERNEL_VERSION isn't suitable from a skiplist context. Change-Id: I573b8f659e936d307423b1d45d6aa744ee2b222d Signed-off-by: Dan Rue <dan.rue@linaro.org>
Diffstat (limited to 'lkft-staging-no-skiplist.yaml')
-rw-r--r--lkft-staging-no-skiplist.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lkft-staging-no-skiplist.yaml b/lkft-staging-no-skiplist.yaml
index 00460d7ab2..aea67b8d87 100644
--- a/lkft-staging-no-skiplist.yaml
+++ b/lkft-staging-no-skiplist.yaml
@@ -100,6 +100,7 @@
export MANIFEST_BRANCH=morty
export SNAPSHOTS_URL=https://snapshots.linaro.org
export BASE_URL=openembedded/lkft/${MANIFEST_BRANCH}/${MACHINE}/${DISTRO}/${BUILD_NAME}/latest
+ export ENVIRONMENT=staging
export SNAPSHOTS_BASE_URL=${SNAPSHOTS_URL}/${BASE_URL}
@@ -155,7 +156,6 @@
export KSELFTEST_PATH=/opt/kselftests/mainline/
;;
esac
- export LTP_SKIPFILE="skipfiles/skipfile-lkft-minimal"
export NFSROOTFS_URL="${BUILD_LOCATION}/${NFS_FILENAME}"
export BOOT_URL="${BUILD_LOCATION}/${BOOT_FILENAME}"
export SYSTEM_URL="${BUILD_LOCATION}/${ROOTFS_FILENAME}"