Skip to content

Commit 5bccfe4

Browse files
committed
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.
1 parent 5aff3e4 commit 5bccfe4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
- type: replace
3+
path: /instance_groups/name=smoke-tests/jobs/name=smoke_tests/properties/smoke_tests/timeout_scale?
4+
value: 5

ci/pipelines/bosh-bootloader.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ jobs:
826826
BBL_GCP_SERVICE_ACCOUNT_KEY: ((gcp_json_key))
827827
SYSTEM_DOMAIN: bump-deployments-cf.bbl.ci.cloudfoundry.org
828828
VARS_STORE_FILE: bump-deployments/bbl-gcp-cf/deployment-vars.yml
829-
OPS_FILES: operations/use-compiled-releases.yml operations/experimental/fast-deploy-with-downtime-and-danger.yml
829+
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
830830
on_failure:
831831
do:
832832
- task: remove-from-gcp-dns

0 commit comments

Comments
 (0)