aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-04-10 16:15:45 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2015-04-10 16:15:45 +0300
commit0a3f68bfa2243f00b2d7e4764d3c9c23b1617aca (patch)
treefcefcf08f6a98c07e9d7d5305518fe4d16f3413d
parent7f268543a1900da0b0db34666a2ee51d51572f12 (diff)
linux-*: fix jobs using dtb-to-device
dtb-to-device.py can submit jobs to LAVA and requires credentials. Change-Id: I3d8b6f31eadc38d9010449e47625a31fdf197c24 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--linux-arm-soc-for-next.yaml6
-rw-r--r--linux-ltsi.yaml6
-rw-r--r--linux-mainline.yaml6
-rw-r--r--linux-next.yaml6
-rw-r--r--linux-stable.yaml6
-rw-r--r--lt-hisilicon-hix5hd2.yaml7
6 files changed, 37 insertions, 0 deletions
diff --git a/linux-arm-soc-for-next.yaml b/linux-arm-soc-for-next.yaml
index ba55b0ffa9..6d7a8185ca 100644
--- a/linux-arm-soc-for-next.yaml
+++ b/linux-arm-soc-for-next.yaml
@@ -13,6 +13,12 @@
parameters:
- file:
name: defconfig.properties
+ - password:
+ name: LAVA_USER
+ default: ${LAVA_USER}
+ - password:
+ name: LAVA_TOKEN
+ default: ${LAVA_TOKEN}
disabled: false
node: build
child-workspace: .
diff --git a/linux-ltsi.yaml b/linux-ltsi.yaml
index 24c9479fd9..6d0bcfef9a 100644
--- a/linux-ltsi.yaml
+++ b/linux-ltsi.yaml
@@ -13,6 +13,12 @@
parameters:
- file:
name: defconfig.properties
+ - password:
+ name: LAVA_USER
+ default: ${LAVA_USER}
+ - password:
+ name: LAVA_TOKEN
+ default: ${LAVA_TOKEN}
disabled: false
node: build
child-workspace: .
diff --git a/linux-mainline.yaml b/linux-mainline.yaml
index 24b05d7cef..8d1f19c1fd 100644
--- a/linux-mainline.yaml
+++ b/linux-mainline.yaml
@@ -13,6 +13,12 @@
parameters:
- file:
name: defconfig.properties
+ - password:
+ name: LAVA_USER
+ default: ${LAVA_USER}
+ - password:
+ name: LAVA_TOKEN
+ default: ${LAVA_TOKEN}
disabled: false
node: build
child-workspace: .
diff --git a/linux-next.yaml b/linux-next.yaml
index 507fe48da1..213ca87112 100644
--- a/linux-next.yaml
+++ b/linux-next.yaml
@@ -13,6 +13,12 @@
parameters:
- file:
name: defconfig.properties
+ - password:
+ name: LAVA_USER
+ default: ${LAVA_USER}
+ - password:
+ name: LAVA_TOKEN
+ default: ${LAVA_TOKEN}
disabled: false
node: build
child-workspace: .
diff --git a/linux-stable.yaml b/linux-stable.yaml
index 2ab4b41fc9..7990b90be4 100644
--- a/linux-stable.yaml
+++ b/linux-stable.yaml
@@ -13,6 +13,12 @@
parameters:
- file:
name: defconfig.properties
+ - password:
+ name: LAVA_USER
+ default: ${LAVA_USER}
+ - password:
+ name: LAVA_TOKEN
+ default: ${LAVA_TOKEN}
disabled: false
node: build
child-workspace: .
diff --git a/lt-hisilicon-hix5hd2.yaml b/lt-hisilicon-hix5hd2.yaml
index 18b03dbe37..683ac46dbe 100644
--- a/lt-hisilicon-hix5hd2.yaml
+++ b/lt-hisilicon-hix5hd2.yaml
@@ -10,6 +10,13 @@
anonymous:
- job-read
- job-extended-read
+ parameters:
+ - password:
+ name: LAVA_USER
+ default: ${LAVA_USER}
+ - password:
+ name: LAVA_TOKEN
+ default: ${LAVA_TOKEN}
disabled: false
node: build
display-name: 'HiSilicon LT - hix5hd2'