aboutsummaryrefslogtreecommitdiff
path: root/openembedded-armv8-pre-built-images-lt-vexpress64
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-02-05 16:31:14 +0000
committerLinaro Code Review <review@review.linaro.org>2016-02-05 16:36:33 +0000
commitc2d9605ef57e67b57c15e3e36a735f6af823fcb1 (patch)
treeb55e166f330df1075da4b57ab18dff2f5bc883dd /openembedded-armv8-pre-built-images-lt-vexpress64
parent6765b90eb6afab7745a69a25a3967f95700d73d4 (diff)
openembedded-armv8-pre-built-images-lt-vexpress64: added LAVA templates
Change-Id: I0ce98ffb85c4022c543e01b41be27ed187f201f2 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'openembedded-armv8-pre-built-images-lt-vexpress64')
-rw-r--r--openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_foundation-armv8/template.json37
-rw-r--r--openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_foundation-armv8/template.yaml21
-rw-r--r--openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base-aemv8a/template-2x4.json47
-rw-r--r--openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base-aemv8a/template-2x4.yaml27
-rw-r--r--openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json47
-rw-r--r--openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base-aemv8a/template.yaml27
-rw-r--r--openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base_cortex-a57x1-a53x1/template.json38
-rw-r--r--openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base_cortex-a57x1-a53x1/template.yaml22
-rw-r--r--openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base_cortex-a57x4-a53x4/template.json38
-rw-r--r--openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base_cortex-a57x4-a53x4/template.yaml22
10 files changed, 326 insertions, 0 deletions
diff --git a/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_foundation-armv8/template.json b/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_foundation-armv8/template.json
new file mode 100644
index 0000000000..21b55fd789
--- /dev/null
+++ b/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_foundation-armv8/template.json
@@ -0,0 +1,37 @@
+{
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "metadata": {
+ "distribution": "openembedded",
+ "hwpack.build": "${BUILD_NUMBER}",
+ "hwpack.type": "vexpress64"
+ },
+ "parameters": {
+ "image": "${IMAGE_URL}"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "openembedded/smoke-tests-basic.yaml"
+ }
+ ],
+ "timeout": 800
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "server": "http://${LAVA_SERVER}",
+ "stream": "${BUNDLE_STREAM_NAME}"
+ }
+ }
+ ],
+ "device_type": "rtsm_foundation-armv8",
+ "job_name": "${BUILD_URL} - rtsm-foundation-armv8",
+ "timeout": 172800
+}
diff --git a/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_foundation-armv8/template.yaml b/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_foundation-armv8/template.yaml
new file mode 100644
index 0000000000..ea746b0bed
--- /dev/null
+++ b/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_foundation-armv8/template.yaml
@@ -0,0 +1,21 @@
+actions:
+- command: deploy_linaro_image
+ metadata:
+ distribution: openembedded
+ hwpack.build: ${BUILD_NUMBER}
+ hwpack.type: vexpress64
+ parameters:
+ image: ${IMAGE_URL}
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/smoke-tests-basic.yaml
+ timeout: 800
+- command: submit_results
+ parameters:
+ server: http://${LAVA_SERVER}
+ stream: ${BUNDLE_STREAM_NAME}
+device_type: rtsm_foundation-armv8
+job_name: ${BUILD_URL} - rtsm-foundation-armv8
+timeout: 172800
diff --git a/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base-aemv8a/template-2x4.json b/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base-aemv8a/template-2x4.json
new file mode 100644
index 0000000000..85965e659c
--- /dev/null
+++ b/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base-aemv8a/template-2x4.json
@@ -0,0 +1,47 @@
+{
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "metadata": {
+ "distribution": "openembedded",
+ "hwpack.build": "${BUILD_NUMBER}",
+ "hwpack.type": "vexpress64"
+ },
+ "parameters": {
+ "bootloadertype": "uefi",
+ "image": "${IMAGE_URL}"
+ }
+ },
+ {
+ "command": "boot_linaro_image",
+ "parameters": {
+ "options": [
+ "cluster0.NUM_CORES=2",
+ "cluster1.NUM_CORES=4"
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "openembedded/smoke-tests-basic.yaml"
+ }
+ ],
+ "timeout": 800
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "server": "http://${LAVA_SERVER}",
+ "stream": "${BUNDLE_STREAM_NAME}"
+ }
+ }
+ ],
+ "device_type": "rtsm_fvp_base-aemv8a",
+ "job_name": "${BUILD_URL} - rtsm_fvp_base-aemv8a 2x4",
+ "timeout": 172800
+}
diff --git a/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base-aemv8a/template-2x4.yaml b/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base-aemv8a/template-2x4.yaml
new file mode 100644
index 0000000000..b578c51232
--- /dev/null
+++ b/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base-aemv8a/template-2x4.yaml
@@ -0,0 +1,27 @@
+actions:
+- command: deploy_linaro_image
+ metadata:
+ distribution: openembedded
+ hwpack.build: ${BUILD_NUMBER}
+ hwpack.type: vexpress64
+ parameters:
+ bootloadertype: uefi
+ image: ${IMAGE_URL}
+- command: boot_linaro_image
+ parameters:
+ options:
+ - cluster0.NUM_CORES=2
+ - cluster1.NUM_CORES=4
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/smoke-tests-basic.yaml
+ timeout: 800
+- command: submit_results
+ parameters:
+ server: http://${LAVA_SERVER}
+ stream: ${BUNDLE_STREAM_NAME}
+device_type: rtsm_fvp_base-aemv8a
+job_name: ${BUILD_URL} - rtsm_fvp_base-aemv8a 2x4
+timeout: 172800
diff --git a/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json b/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json
new file mode 100644
index 0000000000..de894b5988
--- /dev/null
+++ b/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json
@@ -0,0 +1,47 @@
+{
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "metadata": {
+ "distribution": "openembedded",
+ "hwpack.build": "${BUILD_NUMBER}",
+ "hwpack.type": "vexpress64"
+ },
+ "parameters": {
+ "bootloadertype": "uefi",
+ "image": "${IMAGE_URL}"
+ }
+ },
+ {
+ "command": "boot_linaro_image",
+ "parameters": {
+ "options": [
+ "cluster0.NUM_CORES=4",
+ "cluster1.NUM_CORES=4"
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "openembedded/smoke-tests-basic.yaml"
+ }
+ ],
+ "timeout": 800
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "server": "http://${LAVA_SERVER}",
+ "stream": "${BUNDLE_STREAM_NAME}"
+ }
+ }
+ ],
+ "device_type": "rtsm_fvp_base-aemv8a",
+ "job_name": "${BUILD_URL} - rtsm_fvp_base-aemv8a 4x4",
+ "timeout": 172800
+}
diff --git a/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base-aemv8a/template.yaml b/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base-aemv8a/template.yaml
new file mode 100644
index 0000000000..e0239c379f
--- /dev/null
+++ b/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base-aemv8a/template.yaml
@@ -0,0 +1,27 @@
+actions:
+- command: deploy_linaro_image
+ metadata:
+ distribution: openembedded
+ hwpack.build: ${BUILD_NUMBER}
+ hwpack.type: vexpress64
+ parameters:
+ bootloadertype: uefi
+ image: ${IMAGE_URL}
+- command: boot_linaro_image
+ parameters:
+ options:
+ - cluster0.NUM_CORES=4
+ - cluster1.NUM_CORES=4
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/smoke-tests-basic.yaml
+ timeout: 800
+- command: submit_results
+ parameters:
+ server: http://${LAVA_SERVER}
+ stream: ${BUNDLE_STREAM_NAME}
+device_type: rtsm_fvp_base-aemv8a
+job_name: ${BUILD_URL} - rtsm_fvp_base-aemv8a 4x4
+timeout: 172800
diff --git a/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base_cortex-a57x1-a53x1/template.json b/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base_cortex-a57x1-a53x1/template.json
new file mode 100644
index 0000000000..4a40d73669
--- /dev/null
+++ b/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base_cortex-a57x1-a53x1/template.json
@@ -0,0 +1,38 @@
+{
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "metadata": {
+ "distribution": "openembedded",
+ "hwpack.build": "${BUILD_NUMBER}",
+ "hwpack.type": "vexpress64"
+ },
+ "parameters": {
+ "bootloadertype": "uefi",
+ "image": "${IMAGE_URL}"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "openembedded/smoke-tests-basic.yaml"
+ }
+ ],
+ "timeout": 800
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "server": "http://${LAVA_SERVER}",
+ "stream": "${BUNDLE_STREAM_NAME}"
+ }
+ }
+ ],
+ "device_type": "rtsm_fvp_base_cortex-a57x1-a53x1",
+ "job_name": "${BUILD_URL} - rtsm_fvp_base_cortex-a57x1-a53x1",
+ "timeout": 172800
+}
diff --git a/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base_cortex-a57x1-a53x1/template.yaml b/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base_cortex-a57x1-a53x1/template.yaml
new file mode 100644
index 0000000000..8d4fd23630
--- /dev/null
+++ b/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base_cortex-a57x1-a53x1/template.yaml
@@ -0,0 +1,22 @@
+actions:
+- command: deploy_linaro_image
+ metadata:
+ distribution: openembedded
+ hwpack.build: ${BUILD_NUMBER}
+ hwpack.type: vexpress64
+ parameters:
+ bootloadertype: uefi
+ image: ${IMAGE_URL}
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/smoke-tests-basic.yaml
+ timeout: 800
+- command: submit_results
+ parameters:
+ server: http://${LAVA_SERVER}
+ stream: ${BUNDLE_STREAM_NAME}
+device_type: rtsm_fvp_base_cortex-a57x1-a53x1
+job_name: ${BUILD_URL} - rtsm_fvp_base_cortex-a57x1-a53x1
+timeout: 172800
diff --git a/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base_cortex-a57x4-a53x4/template.json b/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base_cortex-a57x4-a53x4/template.json
new file mode 100644
index 0000000000..935ca59e35
--- /dev/null
+++ b/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base_cortex-a57x4-a53x4/template.json
@@ -0,0 +1,38 @@
+{
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "metadata": {
+ "distribution": "openembedded",
+ "hwpack.build": "${BUILD_NUMBER}",
+ "hwpack.type": "vexpress64"
+ },
+ "parameters": {
+ "bootloadertype": "uefi",
+ "image": "${IMAGE_URL}"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "openembedded/smoke-tests-basic.yaml"
+ }
+ ],
+ "timeout": 800
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "server": "http://${LAVA_SERVER}",
+ "stream": "${BUNDLE_STREAM_NAME}"
+ }
+ }
+ ],
+ "device_type": "rtsm_fvp_base_cortex-a57x4-a53x4",
+ "job_name": "${BUILD_URL} - rtsm_fvp_base_cortex-a57x4-a53x4",
+ "timeout": 172800
+}
diff --git a/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base_cortex-a57x4-a53x4/template.yaml b/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base_cortex-a57x4-a53x4/template.yaml
new file mode 100644
index 0000000000..058aa465ab
--- /dev/null
+++ b/openembedded-armv8-pre-built-images-lt-vexpress64/lava-job-definitions/rtsm_fvp_base_cortex-a57x4-a53x4/template.yaml
@@ -0,0 +1,22 @@
+actions:
+- command: deploy_linaro_image
+ metadata:
+ distribution: openembedded
+ hwpack.build: ${BUILD_NUMBER}
+ hwpack.type: vexpress64
+ parameters:
+ bootloadertype: uefi
+ image: ${IMAGE_URL}
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/smoke-tests-basic.yaml
+ timeout: 800
+- command: submit_results
+ parameters:
+ server: http://${LAVA_SERVER}
+ stream: ${BUNDLE_STREAM_NAME}
+device_type: rtsm_fvp_base_cortex-a57x4-a53x4
+job_name: ${BUILD_URL} - rtsm_fvp_base_cortex-a57x4-a53x4
+timeout: 172800