aboutsummaryrefslogtreecommitdiff
path: root/linaro-edk2-prep
diff options
context:
space:
mode:
authorRoy Franz <roy.franz@linaro.org>2015-04-10 13:08:38 -0700
committerFathi Boudra <fathi.boudra@linaro.org>2015-04-11 07:20:41 +0300
commit69805a36722277c8230ed1e3c940957923ee3194 (patch)
tree7aeb8735af7215b65ad6d59cfbe6121795aa7acd /linaro-edk2-prep
parent870b5817dc83bed2f62628ad5da3f823f40575de (diff)
Update qemu-icsci job to fail if UEFI binary missing.
This change pulls in a new test definition that moves the wget and test setup from the install phase to the run phase. Also the kvm image is moved to a stable location on people.linaro.org. Change-Id: Id4468d291987dcd4cd43bd0b8f39c97a4676b369 Signed-off-by: Roy Franz <roy.franz@linaro.org>
Diffstat (limited to 'linaro-edk2-prep')
-rw-r--r--linaro-edk2-prep/lava-job-definitions/kvm/template-qemu-iscsi-in-kvm.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/linaro-edk2-prep/lava-job-definitions/kvm/template-qemu-iscsi-in-kvm.json b/linaro-edk2-prep/lava-job-definitions/kvm/template-qemu-iscsi-in-kvm.json
index a26b90a530..abde895587 100644
--- a/linaro-edk2-prep/lava-job-definitions/kvm/template-qemu-iscsi-in-kvm.json
+++ b/linaro-edk2-prep/lava-job-definitions/kvm/template-qemu-iscsi-in-kvm.json
@@ -3,7 +3,7 @@
{
"command": "deploy_linaro_image",
"parameters": {
- "image": "http://people.linaro.org/~roy.franz/lava/qemu/roy-wheezy-4g.img.gz"
+ "image": "http://people.linaro.org/~roy.franz/lava/production/iscsi/roy-wheezy-4g.img.gz"
},
"metadata": {
"build id": "${BUILD_NUMBER}",
@@ -23,7 +23,7 @@
"QEMU_ARGS": "-machine virt -cpu cortex-a57 -machine type=virt -pflash /home/flash0.img -pflash /home/flash1.img -drive file=/root/iscsi-disk-image.bin,if=none,id=blk -device virtio-blk-device,drive=blk -nographic -smp 1 -m 256",
"TEST_NAME": "local-disk"
},
- "revision": "qemu-testing",
+ "revision": "iscsi-production",
"testdef": "ubuntu/qemu-system-test.yaml"
}],
"timeout": 18000
@@ -37,7 +37,7 @@
"parameters": {
"EDK2_BIN": "${QEMU_EFI_URL}"
},
- "revision": "qemu-testing",
+ "revision": "iscsi-production",
"testdef": "ubuntu/qemu-system-test.yaml"
}],
"timeout": 18000