Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a retry mechanism to the job that trigger a pipelines in the images repository #33924

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitlab/internal_image_deploy/internal_image_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ docker_trigger_internal:
--variable DDR_WORKFLOW_ID
--variable TARGET_ENV
--variable DYNAMIC_BUILD_RENDER_TARGET_FORWARD_PARAMETERS"
retry: 2

docker_trigger_internal-fips:
stage: internal_image_deploy
Expand Down Expand Up @@ -91,6 +92,7 @@ docker_trigger_internal-fips:
--variable DDR_WORKFLOW_ID
--variable TARGET_ENV
--variable DYNAMIC_BUILD_RENDER_TARGET_FORWARD_PARAMETERS"
retry: 2

docker_trigger_internal-ot:
stage: internal_image_deploy
Expand Down Expand Up @@ -136,6 +138,7 @@ docker_trigger_internal-ot:
--variable DDR_WORKFLOW_ID
--variable TARGET_ENV
--variable DYNAMIC_BUILD_RENDER_TARGET_FORWARD_PARAMETERS"
retry: 2

docker_trigger_cluster_agent_internal:
stage: internal_image_deploy
Expand Down Expand Up @@ -182,6 +185,7 @@ docker_trigger_cluster_agent_internal:
--variable DDR_WORKFLOW_ID
--variable TARGET_ENV
--variable DYNAMIC_BUILD_RENDER_TARGET_FORWARD_PARAMETERS"
retry: 2

docker_trigger_cws_instrumentation_internal:
stage: internal_image_deploy
Expand Down Expand Up @@ -228,3 +232,4 @@ docker_trigger_cws_instrumentation_internal:
--variable DDR_WORKFLOW_ID
--variable TARGET_ENV
--variable DYNAMIC_BUILD_RENDER_TARGET_FORWARD_PARAMETERS"
retry: 2
Loading