From 5bccfe4dc085167100f300d9b6c48d25938bc778 Mon Sep 17 00:00:00 2001 From: ramonskie Date: Mon, 11 Dec 2023 15:23:08 +0100 Subject: [PATCH] add opsfile for adding timeout scale for the smoke tests it seems that when we removed the ephemeral extrernal ip in PR #590 causes a bit of a delay of retrieving the logs. --- ci/ops_files/smoke-test-timeout-scale.yml | 4 ++++ ci/pipelines/bosh-bootloader.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create 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 new file mode 100644 index 000000000..706dec690 --- /dev/null +++ b/ci/ops_files/smoke-test-timeout-scale.yml @@ -0,0 +1,4 @@ +--- +- 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 a225de4ed..3a74d6d5c 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 + 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 on_failure: do: - task: remove-from-gcp-dns