aboutsummaryrefslogtreecommitdiff
path: root/ldcg-sbsa-firmware.yaml
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2020-09-17 12:24:04 +0200
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2020-09-17 12:24:04 +0200
commitea4f6db55180dbad410b0cc2d0f664522247561a (patch)
tree781830225f44d3d02b1ea9b7eba1505541bd59b3 /ldcg-sbsa-firmware.yaml
parent79146bd78722def7d129231317f151149ee73b7e (diff)
ldcg-sbsa-firmware: add retries parametr
Due to how ARM Enterprise ACS works we need to restart QEMU few times. Due to how it hangs we need to force kill it sometimes. Run #18 gave those times: 00:20:38.833 Starting qemu for 1 time 00:53:02.641 Starting qemu for 2 time (ACS shutdown machine) 00:53:36.170 Starting qemu for 3 time (ACS shutdown machine) 00:54:09.675 Starting qemu for 4 time (ACS shutdown machine) 01:01:37.880 UEFI gives us "Synchronous Exception at 0x000001003F434548" and we have to kill QEMU 01:44:09.718 Starting qemu for 5 time 01:47:15.660 ACS gives us "TEST Wakeup from Power Semantic B" and we have to kill QEMU Then we are in a loop. Change-Id: Ic61f45620692a005a05294daeb3995919f714986
Diffstat (limited to 'ldcg-sbsa-firmware.yaml')
-rw-r--r--ldcg-sbsa-firmware.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/ldcg-sbsa-firmware.yaml b/ldcg-sbsa-firmware.yaml
index 2ceac531dd..db6a2d8325 100644
--- a/ldcg-sbsa-firmware.yaml
+++ b/ldcg-sbsa-firmware.yaml
@@ -17,9 +17,12 @@
num-to-keep: 7
parameters:
- string:
- name: JOB_TIMEOUT
- default: '50m'
+ name: QEMU_TIMEOUT
+ default: '40m'
description: 'timeout for single qemu run'
+ name: QEMU_RETRIES
+ default: 6
+ description: 'how many times QEMU should be run'
disabled: false
node: docker-buster-arm64-leg
display-name: 'SBSA QEMU firmware test'