From dfbf695b69191b663d617a9c449b98abc620f8dc Mon Sep 17 00:00:00 2001 From: Juan Diego Gonzalez Date: Mon, 19 Dec 2022 20:24:09 +0000 Subject: [PATCH] Deletes ops file that overwrites memory default Min capi tests were failing due to the fact that this opsfile was setting the default value to 32 Co-authored-by: Juan Diego Gonzalez --- .github/workflows/cf-env-setup.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cf-env-setup.yml b/.github/workflows/cf-env-setup.yml index cd2d5ea320..ff62b6c0e0 100644 --- a/.github/workflows/cf-env-setup.yml +++ b/.github/workflows/cf-env-setup.yml @@ -147,7 +147,6 @@ jobs: cp cli-ci/ci/infrastructure/operations/add-uaa-client-cf-custom.yml ops-files/ cp cli-ci/ci/infrastructure/operations/adjust-user-retry-attempts.yml ops-files/ cp cli-ci/ci/infrastructure/operations/cli-isolation-cell-overrides.yml ops-files/ - cp cli-ci/ci/infrastructure/operations/default-app-memory.yml ops-files/ cp cli-ci/ci/infrastructure/operations/diego-cell-instances.yml ops-files/ cp cli-ci/ci/infrastructure/operations/doppler-instances.yml ops-files/ cp cli-ci/ci/infrastructure/operations/enable-v3-deployments-endpoint.yml ops-files/ @@ -184,7 +183,6 @@ jobs: export OPS_FILES="add-persistent-isolation-segment-diego-cell.yml \ use-compiled-releases.yml \ cli-isolation-cell-overrides.yml \ - default-app-memory.yml \ skip-ssl-override.yml \ scale-to-one-az.yml \ diego-cell-instances.yml \