From 6cd73d8cf5b00f27f265951313a486d5047f1980 Mon Sep 17 00:00:00 2001 From: Tristan Date: Tue, 23 Aug 2022 21:23:35 +0100 Subject: [PATCH] Update HAProxy 2.7-dev to 8bd146d8 And enable gitlab-ci retries (sigh) --- .gitlab-ci.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e97a234..e82c658 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,17 @@ stages: - test - publish +default: + retry: + max: 2 + when: + - api_failure + - runner_system_failure + - scheduler_failure + - stale_schedule + - stuck_or_timeout_failure + - unknown_failure + variables: &default-variables TZ: "UTC" GIT_DEPTH: "1" @@ -19,8 +30,8 @@ variables: &default-variables .haproxy_dev: &haproxy-dev HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy.git" HAPROXY_VERSION: 2.7-dev - # https://git.haproxy.org/?p=haproxy.git;a=commit;h=da9c441886dbfa02840a93e367f65fd6d312c835 - HAPROXY_GITREF: da9c441886dbfa02840a93e367f65fd6d312c835 + # https://git.haproxy.org/?p=haproxy.git;a=commit;h=8bd146d8af78371f97b66e50cac718666eb93388 + HAPROXY_GITREF: 8bd146d8af78371f97b66e50cac718666eb93388 .haproxy_dev_slowdebug: &haproxy-dev-slowdebug <<: *haproxy-dev