aboutsummaryrefslogtreecommitdiff
path: root/linux-linaro-tracking-mainline-ilp32
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2015-12-07 18:29:36 +0300
committerAndrey Konovalov <andrey.konovalov@linaro.org>2015-12-07 18:32:44 +0300
commitdb57a31c9240fa4740ca566a6c564d4ff42ae137 (patch)
treea6d9e24e14e01d2be701db236e3c4f84445f8c02 /linux-linaro-tracking-mainline-ilp32
parenta8ca0cee1c484b0c4135cf7529fe94da430ec109 (diff)
linux-linaro-tracking-mainline-ilp32: create the job
This is the same as linux-linaro-tracking-ll-ilp32, but uses a mainline based kernel branch. Change-Id: Ib687f73ca45f73d115e4114145b68687ad96242c Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
Diffstat (limited to 'linux-linaro-tracking-mainline-ilp32')
-rw-r--r--linux-linaro-tracking-mainline-ilp32/lava-job-definitions/juno/template-efi.json51
-rw-r--r--linux-linaro-tracking-mainline-ilp32/lava-job-definitions/juno/template-efi.yaml34
2 files changed, 85 insertions, 0 deletions
diff --git a/linux-linaro-tracking-mainline-ilp32/lava-job-definitions/juno/template-efi.json b/linux-linaro-tracking-mainline-ilp32/lava-job-definitions/juno/template-efi.json
new file mode 100644
index 0000000000..1da2828a16
--- /dev/null
+++ b/linux-linaro-tracking-mainline-ilp32/lava-job-definitions/juno/template-efi.json
@@ -0,0 +1,51 @@
+{
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "bootloadertype": "uefi",
+ "customize": {
+ "${STARTUP_NSH}": ["boot:/EFI/BOOT/startup.nsh"]
+ },
+ "hwpack": "${HWPACK_BUILD_URL}",
+ "rootfs": "${ROOTFS_BUILD_URL}"
+ },
+ "metadata": {
+ "distribution": "openembedded",
+ "hwpack.build": "${BUILD_NUMBER}",
+ "hwpack.type": "${hwpack_type}",
+ "rootfs.build": "${ROOTFS_BUILD_NUMBER}",
+ "rootfs.type": "${rootfs_type}",
+ "git URL": "${GIT_URL}",
+ "git branch": "${GIT_BRANCH}",
+ "git commit": "${GIT_COMMIT}"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "timeout": 7200,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "TST_CMDFILES": "syscalls",
+ "SKIPFILE": "${KERNEL_URL}/skipfile-ilp32"
+ },
+ "testdef": "openembedded/ltp.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "stream": "${BUNDLE_STREAM_NAME}",
+ "server": "http://${LAVA_SERVER}"
+ }
+ }
+ ],
+ "device_type": "${DEVICE_TYPE}",
+ "job_name": "${BUILD_URL}",
+ "timeout": 18000
+}
diff --git a/linux-linaro-tracking-mainline-ilp32/lava-job-definitions/juno/template-efi.yaml b/linux-linaro-tracking-mainline-ilp32/lava-job-definitions/juno/template-efi.yaml
new file mode 100644
index 0000000000..a9dbf97bc5
--- /dev/null
+++ b/linux-linaro-tracking-mainline-ilp32/lava-job-definitions/juno/template-efi.yaml
@@ -0,0 +1,34 @@
+actions:
+- command: deploy_linaro_image
+ parameters:
+ bootloadertype: 'uefi'
+ customize:
+ '${STARTUP_NSH}':
+ - 'boot:/EFI/BOOT/startup.nsh'
+ hwpack: '${HWPACK_BUILD_URL}'
+ rootfs: '${ROOTFS_BUILD_URL}'
+ metadata:
+ distribution: 'openembedded'
+ hwpack.build: '${BUILD_NUMBER}'
+ hwpack.type: '${hwpack_type}'
+ rootfs.build: '${ROOTFS_BUILD_NUMBER}'
+ rootfs.type: '${rootfs_type}'
+ git URL: '${GIT_URL}'
+ git branch: '${GIT_BRANCH}'
+ git commit: '${GIT_COMMIT}'
+- command: lava_test_shell
+ parameters:
+ timeout: 7200
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ parameters:
+ TST_CMDFILES: syscalls
+ SKIPFILE: '${KERNEL_URL}/skipfile-ilp32'
+ testdef: openembedded/ltp.yaml
+- command: submit_results
+ parameters:
+ server: 'http://${LAVA_SERVER}'
+ stream: '${BUNDLE_STREAM_NAME}'
+device_type: '${DEVICE_TYPE}'
+job_name: '${BUILD_URL}'
+timeout: 18000