File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 value : n2-standard-8
66- type : replace
77 path : /disk_pools/name=disks/disk_size
8- value : 225000
8+ value : 250000
Original file line number Diff line number Diff line change 1818
1919env :
2020 ENV_NAME : ${{ inputs.env-name }}
21- NODES : 10
22- FLAKE_ATTEMPTS : ${{ vars.TEST_FLAKE_ATTEMPTS || '5 ' }}
21+ NODES : 12
22+ FLAKE_ATTEMPTS : ${{ vars.TEST_FLAKE_ATTEMPTS || '4 ' }}
2323 BBL_CLI_VERSION : ${{ vars.BBL_CLI_VERSION }}
2424 BOSH_CLI_VERSION : ${{ vars.BOSH_CLI_VERSION }}
2525 CREDHUB_CLI_VERSION : ${{ vars.CREDHUB_CLI_VERSION }}
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 - run-integration-tests-cf-env
134134 - run-integration-tests-cf-env-with-client-creds
135135 if : |
136- always() &&
136+ false && always() &&
137137 (inputs.workflow == 'all' || inputs.workflow == 'run-cats-cf-env') &&
138138 (needs.run-integration-tests-cf-env.result == 'success' || needs.run-integration-tests-cf-env.result == 'skipped') &&
139139 (needs.run-integration-tests-cf-env-with-client-creds.result == 'success' || needs.run-integration-tests-cf-env-with-client-creds.result == 'skipped')
@@ -147,10 +147,10 @@ jobs:
147147
148148 delete-env :
149149 name : Unclaim environment
150- if : ${{ inputs.env-name == '' }}
150+ if : ${{ always() && inputs.env-name == '' }}
151151 needs :
152152 - set-env-name
153- - run-cats-cf-env
153+ # - run-cats-cf-env
154154 uses : ./.github/workflows/delete-bosh-lite.yml
155155 with :
156156 env-name : ${{ needs.set-env-name.outputs.env-name }}
You can’t perform that action at this time.
0 commit comments