Skip to content

Commit

Permalink
add opsfile for adding timeout scale for the smoke tests
Browse files Browse the repository at this point in the history
it seems that when we removed the ephemeral extrernal ip in PR #590 causes a bit of a delay of retrieving the logs.
  • Loading branch information
ramonskie committed Dec 11, 2023
1 parent 5aff3e4 commit 5bccfe4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ci/ops_files/smoke-test-timeout-scale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
- type: replace
path: /instance_groups/name=smoke-tests/jobs/name=smoke_tests/properties/smoke_tests/timeout_scale?
value: 5
2 changes: 1 addition & 1 deletion ci/pipelines/bosh-bootloader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bccfe4

Please sign in to comment.