Skip to content

Commit

Permalink
[Issue 1176] Fix uptimer setup
Browse files Browse the repository at this point in the history
* don't run the upgrade jobs two times as the second attempt is a BOSH no-op and will not measure anything meaningful
* configure stats check threshold (see cloudfoundry/uptimer#115)
  • Loading branch information
jochenehret committed May 13, 2024
1 parent e2ffdc3 commit 3210682
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ci/pipelines/cf-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ jobs:
environments/test/trelawney/add-external-ips-for-cloud-sql-db.yml
environments/test/trelawney/scale-log-api-to-4.yml
- task: bosh-deploy-cf-develop
attempts: 2
attempts: 1
file: cf-deployment-concourse-tasks/bosh-deploy/task.yml
input_mapping:
bbl-state: relint-envs
Expand Down Expand Up @@ -914,6 +914,7 @@ jobs:
APP_PUSHABILITY_THRESHOLD: 10
RECENT_LOGS_THRESHOLD: 10000
STREAMING_LOGS_THRESHOLD: 10000
APP_STATS_THRESHOLD: 5
- in_parallel:
- task: open-asgs-for-credhub
file: cf-deployment-concourse-tasks/open-asgs-for-bosh-instance-group/task.yml
Expand Down Expand Up @@ -1157,7 +1158,7 @@ jobs:
environments/test/hermione/increase-doppler-vm-type-from-minimal-to-small.yml
environments/test/hermione/scale-diego-cell-to-8.yml
- task: bosh-deploy-cf-develop
attempts: 2
attempts: 1
file: cf-deployment-concourse-tasks/bosh-deploy/task.yml
input_mapping:
bbl-state: relint-envs
Expand Down Expand Up @@ -1192,6 +1193,7 @@ jobs:
APP_PUSHABILITY_THRESHOLD: 10
RECENT_LOGS_THRESHOLD: 10000
STREAMING_LOGS_THRESHOLD: 10000
APP_STATS_THRESHOLD: 5
- in_parallel:
- task: open-asgs-for-credhub
file: cf-deployment-concourse-tasks/open-asgs-for-bosh-instance-group/task.yml
Expand Down

0 comments on commit 3210682

Please sign in to comment.