From 3210682d0d62c39b710d0e7a807179d1bdd88c20 Mon Sep 17 00:00:00 2001 From: Jochen Ehret Date: Mon, 13 May 2024 13:09:47 +0200 Subject: [PATCH] [Issue 1176] Fix uptimer setup * 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 https://github.com/cloudfoundry/uptimer/pull/115) --- ci/pipelines/cf-deployment.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ci/pipelines/cf-deployment.yml b/ci/pipelines/cf-deployment.yml index 090473157..564a88b1e 100644 --- a/ci/pipelines/cf-deployment.yml +++ b/ci/pipelines/cf-deployment.yml @@ -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 @@ -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 @@ -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 @@ -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