From be56fb9354d05307b945b6ba44f6648c2732fe57 Mon Sep 17 00:00:00 2001 From: Aftab Alam <81828613+iaftab-alam@users.noreply.github.com> Date: Thu, 16 Jul 2026 17:21:59 +0200 Subject: [PATCH] retry add-tcp-domain task, to make it more resilient, for experimental and upgrade --- ci/pipelines/cf-deployment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/pipelines/cf-deployment.yml b/ci/pipelines/cf-deployment.yml index 0c8340612..a718335e1 100644 --- a/ci/pipelines/cf-deployment.yml +++ b/ci/pipelines/cf-deployment.yml @@ -891,6 +891,7 @@ jobs: input_mapping: bbl-state: relint-envs - task: add-tcp-domain + attempts: 3 file: runtime-ci/tasks/add-tcp-domain/task.yml input_mapping: bbl-state: relint-envs @@ -1173,6 +1174,7 @@ jobs: input_mapping: bbl-state: relint-envs - task: add-tcp-domain + attempts: 3 file: runtime-ci/tasks/add-tcp-domain/task.yml input_mapping: bbl-state: relint-envs