diff --git a/ci/ci/pipeline.yml b/ci/ci/pipeline.yml index 62855dd7..0b5872db 100644 --- a/ci/ci/pipeline.yml +++ b/ci/ci/pipeline.yml @@ -735,6 +735,7 @@ jobs: globs: - '*gcp*.yml' - task: run-terraform + attempts: 2 file: docs-platform-automation/ci/tasks/create-infrastructure/task.yml params: IAAS: gcp diff --git a/ci/opsman-support/pipeline.yml b/ci/opsman-support/pipeline.yml index b0d5f74f..cb7aaa3f 100644 --- a/ci/opsman-support/pipeline.yml +++ b/ci/opsman-support/pipeline.yml @@ -112,6 +112,7 @@ jobs: - get: deployments - get: docs-platform-automation - task: run-terraform + attempts: 2 file: docs-platform-automation/ci/tasks/create-infrastructure/task.yml params: IAAS: gcp