From 9c234b7ba451c91b46722c91672e650bcde3af00 Mon Sep 17 00:00:00 2001 From: ramonskie Date: Tue, 12 Dec 2023 10:00:53 +0100 Subject: [PATCH] Revert "add opsfile for adding timeout scale for the smoke tests" This reverts commit 5bccfe4dc085167100f300d9b6c48d25938bc778. --- ci/ops_files/smoke-test-timeout-scale.yml | 4 ---- ci/pipelines/bosh-bootloader.yml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 ci/ops_files/smoke-test-timeout-scale.yml diff --git a/ci/ops_files/smoke-test-timeout-scale.yml b/ci/ops_files/smoke-test-timeout-scale.yml deleted file mode 100644 index 706dec690..000000000 --- a/ci/ops_files/smoke-test-timeout-scale.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -- type: replace - path: /instance_groups/name=smoke-tests/jobs/name=smoke_tests/properties/smoke_tests/timeout_scale? - value: 5 \ No newline at end of file diff --git a/ci/pipelines/bosh-bootloader.yml b/ci/pipelines/bosh-bootloader.yml index 3a74d6d5c..a225de4ed 100644 --- a/ci/pipelines/bosh-bootloader.yml +++ b/ci/pipelines/bosh-bootloader.yml @@ -826,7 +826,7 @@ jobs: BBL_GCP_SERVICE_ACCOUNT_KEY: ((gcp_json_key)) SYSTEM_DOMAIN: bump-deployments-cf.bbl.ci.cloudfoundry.org VARS_STORE_FILE: bump-deployments/bbl-gcp-cf/deployment-vars.yml - OPS_FILES: operations/use-compiled-releases.yml operations/experimental/fast-deploy-with-downtime-and-danger.yml bbl-ci/ci/ops_files/smoke-test-timeout-scale.yml + OPS_FILES: operations/use-compiled-releases.yml operations/experimental/fast-deploy-with-downtime-and-danger.yml on_failure: do: - task: remove-from-gcp-dns