aboutsummaryrefslogtreecommitdiff
path: root/odp/lava-job-definitions/x86
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-05-02 09:35:58 +0200
committerAnders Roxell <anders.roxell@linaro.org>2016-05-06 10:07:27 +0200
commit09dbc143eb97cce762837afe7938c6ae15ac9b73 (patch)
treedcfc3f72b6b825fd1e560246c0fad59744ba7ac7 /odp/lava-job-definitions/x86
parent2af9279d23be2553bd0c89451dd7721161c83209 (diff)
odp, fix dist and rootfs.type
Change-Id: Iacaa2ab27617598e4505e75c8fe710a2e603bdb4 Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'odp/lava-job-definitions/x86')
-rw-r--r--odp/lava-job-definitions/x86/template-base-nfs.yaml4
-rw-r--r--odp/lava-job-definitions/x86/template-base-ramdisk.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/odp/lava-job-definitions/x86/template-base-nfs.yaml b/odp/lava-job-definitions/x86/template-base-nfs.yaml
index eb4a7dc04c..247fc3ab83 100644
--- a/odp/lava-job-definitions/x86/template-base-nfs.yaml
+++ b/odp/lava-job-definitions/x86/template-base-nfs.yaml
@@ -5,10 +5,10 @@ actions:
kernel: '${KERNEL_URL}/bzImage-x86-64'
nfsrootfs: '${ROOTFS_BUILD_URL}'
metadata:
- distribution: 'openembedded'
+ distribution: '${DIST}'
kernel.build: '${BUILD_NUMBER}'
rootfs.build: '${ROOTFS_BUILD_NUMBER}'
- rootfs.type: 'odp-x86-64-gcc-4.9'
+ rootfs.type: '${ROOTFS_TYPE}'
git URL: '${GIT_URL}'
git commit: '${GIT_COMMIT}'
- command: boot_linaro_image
diff --git a/odp/lava-job-definitions/x86/template-base-ramdisk.yaml b/odp/lava-job-definitions/x86/template-base-ramdisk.yaml
index 91834131b9..21d7dbefd2 100644
--- a/odp/lava-job-definitions/x86/template-base-ramdisk.yaml
+++ b/odp/lava-job-definitions/x86/template-base-ramdisk.yaml
@@ -5,10 +5,10 @@ actions:
kernel: '${KERNEL_URL}/bzImage-x86-64'
ramdisk: '${ROOTFS_BUILD_URL}'
metadata:
- distribution: 'openembedded'
+ distribution: '${DIST}'
kernel.build: '${BUILD_NUMBER}'
rootfs.build: '${ROOTFS_BUILD_NUMBER}'
- rootfs.type: 'odp-x86-64-gcc-4.9'
+ rootfs.type: '${ROOTFS_TYPE}'
git URL: '${GIT_URL}'
git commit: '${GIT_COMMIT}'
- command: boot_linaro_image