]> git.dujemihanovic.xyz Git - u-boot.git/commit
CI: Add automatic retry for test.py jobs
authorTom Rini <trini@konsulko.com>
Wed, 12 Jul 2023 02:33:03 +0000 (22:33 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 20 Jul 2023 19:23:16 +0000 (15:23 -0400)
commit58b35850c4cce3bd3f3eca3b5916a37a8fa58f6a
tree84bc1bde265ca9330ff9890d3ab37a0f6b7c7fd2
parent5c738b54927f9f4430f4b285f4fa10946909431b
CI: Add automatic retry for test.py jobs

It is not uncommon for some of the QEMU-based jobs to fail not because
of a code issue but rather because of a timing issue or similar problem
that is out of our control. Make use of the keywords that Azure and
GitLab provide so that we will automatically re-run these when they fail
2 times. If they fail that often it is likely we have found a real issue
to investigate.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
.azure-pipelines.yml
.gitlab-ci.yml