Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue 1176] Fix uptimer setup #1177

Merged
merged 1 commit into from
May 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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