Skip to content

Commit 990c46e

Browse files
authored
Fix ops files order
* PR cloudfoundry/cf-deployment#1297 removes pxc-release if Postgres is used, but has unfortunately the side-effect that "use-compiled-releases.yml" has to be applied before "use-postgres.yml" * change order as a workaround
1 parent 989b297 commit 990c46e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
MANIFEST_FILE: cf-deployment.yml
290290
SYSTEM_DOMAIN: *system_domain
291291
VARS_FILES: "cf-vars.yml cf_versions.yml"
292-
OPS_FILES: "operations/performance-tests-errand.yml operations/use-postgres.yml operations/use-postgres-15.yml operations/use-compiled-releases.yml((additional-ops-files)) operations/scale-up-vms.yml operations/use-external-blobstore.yml operations/use-s3-blobstore.yml operations/log-db-queries.yml"
292+
OPS_FILES: "operations/performance-tests-errand.yml operations/use-compiled-releases.yml operations/use-postgres.yml operations/use-postgres-15.yml((additional-ops-files)) operations/scale-up-vms.yml operations/use-external-blobstore.yml operations/use-s3-blobstore.yml operations/log-db-queries.yml"
293293
BOSH_DEPLOY_ARGS: "--var=results_folder=/tmp/results/rails/postgres15/results/"
294294
- task: bosh-clean-up
295295
attempts: 3
@@ -388,7 +388,7 @@ jobs:
388388
MANIFEST_FILE: cf-deployment.yml
389389
SYSTEM_DOMAIN: *system_domain
390390
VARS_FILES: "cf-vars.yml cf_versions.yml"
391-
OPS_FILES: "operations/performance-tests-errand.yml operations/use-postgres.yml operations/use-compiled-releases.yml((additional-ops-files)) operations/scale-up-vms.yml operations/use-external-blobstore.yml operations/use-s3-blobstore.yml operations/log-db-queries.yml"
391+
OPS_FILES: "operations/performance-tests-errand.yml operations/use-compiled-releases.yml operations/use-postgres.yml((additional-ops-files)) operations/scale-up-vms.yml operations/use-external-blobstore.yml operations/use-s3-blobstore.yml operations/log-db-queries.yml"
392392
BOSH_DEPLOY_ARGS: "--var=results_folder=/tmp/results/rails/postgres/results/"
393393
- task: bosh-clean-up
394394
attempts: 3

0 commit comments

Comments
 (0)