From 80c8d3160f328912c1c1c3a929f3a0f0014f31de Mon Sep 17 00:00:00 2001 From: Jochen Ehret Date: Fri, 24 Nov 2023 13:13:10 +0100 Subject: [PATCH 1/2] Set fresh smoke-tests timeout scale to 3.0 * isolation-segment tests take longer when cloud NAT gateway is used instead of ephemeral external IPs --- ci/pipelines/cf-deployment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/pipelines/cf-deployment.yml b/ci/pipelines/cf-deployment.yml index 2f361a455..1165d8b5a 100644 --- a/ci/pipelines/cf-deployment.yml +++ b/ci/pipelines/cf-deployment.yml @@ -514,6 +514,7 @@ jobs: NEW_OPS_FILES: | environments/test/luna/rename-isolation-segment-network.yml environments/test/luna/change-postgres-max-connections.yml + environments/test/luna/smoke-tests-timeout-scale.yml - task: bosh-deploy-cf file: cf-deployment-concourse-tasks/bosh-deploy/task.yml input_mapping: From d1659f7a9b83060ae1ec2f5d6ba9cb6086649355 Mon Sep 17 00:00:00 2001 From: Jochen Ehret Date: Fri, 24 Nov 2023 14:25:44 +0100 Subject: [PATCH 2/2] add new ops file to "OPS_FILES" list --- ci/pipelines/cf-deployment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/pipelines/cf-deployment.yml b/ci/pipelines/cf-deployment.yml index 1165d8b5a..e7eb80626 100644 --- a/ci/pipelines/cf-deployment.yml +++ b/ci/pipelines/cf-deployment.yml @@ -541,6 +541,7 @@ jobs: operations/enable-tls-on-file-server.yml operations/test/speed-up-dynamic-asgs.yml operations/use-cflinuxfs4-compat.yml + operations/smoke-tests-timeout-scale.yml VARS_FILES: | environments/test/luna/deployment-name.yml environments/test/luna/network-name.yml