diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2024-10-18 11:27:07 +0530 |
---|---|---|
committer | GStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2024-10-18 10:13:24 +0000 |
commit | 48db892f27eee4656540a32d00184cc3cfe765aa (patch) | |
tree | 869178f33d191c1431c61de5460535fc7b873df0 | |
parent | 5a30000045eee668b21543b2d047a93b621b1858 (diff) |
ci: Add some new spurious errors to run_retry.sh
https://gitlab.freedesktop.org/gstreamer/cerbero/-/jobs/65264611
https://gitlab.freedesktop.org/slomo/cerbero/-/jobs/65261197
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1596>
-rwxr-xr-x | ci/run_retry.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/run_retry.sh b/ci/run_retry.sh index 9105c9cc..6aa7e0f1 100755 --- a/ci/run_retry.sh +++ b/ci/run_retry.sh @@ -6,6 +6,8 @@ set -o pipefail ERRORS=( "Warning: An error occurred while preparing SDK package Android SDK Tools: Connection reset." "The Xcode build system has crashed. Build again to continue." + "libc++abi: terminating with uncaught exception" + "failed to rename archive file: Access is denied. (os error 5)" ) RETRIES=3 LOGFILE="/tmp/logfile.txt" |