aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openembedded-lkft-aosp-4.4.yaml2
-rw-r--r--openembedded-lkft-aosp-4.9.yaml2
-rw-r--r--openembedded-lkft-linaro-hikey-stable-4.4.yaml2
-rw-r--r--openembedded-lkft-linux-stable-4.13.yaml2
-rw-r--r--openembedded-lkft-linux-stable-4.14.yaml2
-rw-r--r--openembedded-lkft-linux-stable-4.4.yaml2
-rw-r--r--openembedded-lkft-linux-stable-4.9.yaml2
-rwxr-xr-xopenembedded-lkft/submit_for_testing.sh2
8 files changed, 8 insertions, 8 deletions
diff --git a/openembedded-lkft-aosp-4.4.yaml b/openembedded-lkft-aosp-4.4.yaml
index b9a8219646..95fc5ab7a7 100644
--- a/openembedded-lkft-aosp-4.4.yaml
+++ b/openembedded-lkft-aosp-4.4.yaml
@@ -56,7 +56,7 @@
default: ''
- string:
name: LAVA_JOB_PRIORITY
- default: 'high'
+ default: 'medium'
disabled: false
node: master
display-name: 'LKFT - AOSP 4.4 (OpenEmbedded/morty)'
diff --git a/openembedded-lkft-aosp-4.9.yaml b/openembedded-lkft-aosp-4.9.yaml
index c717c3549f..0cce32c893 100644
--- a/openembedded-lkft-aosp-4.9.yaml
+++ b/openembedded-lkft-aosp-4.9.yaml
@@ -56,7 +56,7 @@
default: ''
- string:
name: LAVA_JOB_PRIORITY
- default: 'high'
+ default: 'medium'
disabled: false
node: master
display-name: 'LKFT - AOSP 4.9 (OpenEmbedded/morty)'
diff --git a/openembedded-lkft-linaro-hikey-stable-4.4.yaml b/openembedded-lkft-linaro-hikey-stable-4.4.yaml
index 09bdda0409..a3478134c6 100644
--- a/openembedded-lkft-linaro-hikey-stable-4.4.yaml
+++ b/openembedded-lkft-linaro-hikey-stable-4.4.yaml
@@ -56,7 +56,7 @@
default: ''
- string:
name: LAVA_JOB_PRIORITY
- default: 'high'
+ default: 'medium'
disabled: false
node: master
display-name: 'LKFT - Linux Stable 4.4 + HiKey (OpenEmbedded/morty)'
diff --git a/openembedded-lkft-linux-stable-4.13.yaml b/openembedded-lkft-linux-stable-4.13.yaml
index 6974fb3bcf..2a17a23564 100644
--- a/openembedded-lkft-linux-stable-4.13.yaml
+++ b/openembedded-lkft-linux-stable-4.13.yaml
@@ -56,7 +56,7 @@
default: ''
- string:
name: LAVA_JOB_PRIORITY
- default: 'high'
+ default: 'medium'
disabled: false
node: master
display-name: 'LKFT - Linux Stable 4.13.y (OpenEmbedded/morty)'
diff --git a/openembedded-lkft-linux-stable-4.14.yaml b/openembedded-lkft-linux-stable-4.14.yaml
index ca0f2d7d3d..a4b70c43b0 100644
--- a/openembedded-lkft-linux-stable-4.14.yaml
+++ b/openembedded-lkft-linux-stable-4.14.yaml
@@ -56,7 +56,7 @@
default: ''
- string:
name: LAVA_JOB_PRIORITY
- default: 'high'
+ default: 'medium'
disabled: false
node: master
display-name: 'LKFT - Linux Stable 4.14.y (OpenEmbedded/morty)'
diff --git a/openembedded-lkft-linux-stable-4.4.yaml b/openembedded-lkft-linux-stable-4.4.yaml
index 3f5b131a5d..6a236a23be 100644
--- a/openembedded-lkft-linux-stable-4.4.yaml
+++ b/openembedded-lkft-linux-stable-4.4.yaml
@@ -56,7 +56,7 @@
default: ''
- string:
name: LAVA_JOB_PRIORITY
- default: 'high'
+ default: 'medium'
disabled: false
node: master
display-name: 'LKFT - Linux Stable 4.4.y (OpenEmbedded/morty)'
diff --git a/openembedded-lkft-linux-stable-4.9.yaml b/openembedded-lkft-linux-stable-4.9.yaml
index a2559ab4cd..3a11e3a065 100644
--- a/openembedded-lkft-linux-stable-4.9.yaml
+++ b/openembedded-lkft-linux-stable-4.9.yaml
@@ -56,7 +56,7 @@
default: ''
- string:
name: LAVA_JOB_PRIORITY
- default: 'high'
+ default: 'medium'
disabled: false
node: master
display-name: 'LKFT - Linux Stable 4.9.y (OpenEmbedded/morty)'
diff --git a/openembedded-lkft/submit_for_testing.sh b/openembedded-lkft/submit_for_testing.sh
index 10e27850ca..f66e4ae16d 100755
--- a/openembedded-lkft/submit_for_testing.sh
+++ b/openembedded-lkft/submit_for_testing.sh
@@ -3,7 +3,7 @@
set -ex
[ -z "${KSELFTEST_PATH}" ] && export KSELFTEST_PATH="/opt/kselftests/mainline/"
-[ -z "${LAVA_JOB_PRIORITY}" ] && export LAVA_JOB_PRIORITY="medium"
+[ -z "${LAVA_JOB_PRIORITY}" ] && export LAVA_JOB_PRIORITY="low"
[ -z "${SKIP_LAVA}" ] || unset DEVICE_TYPE
case "${QA_SERVER_PROJECT}" in