fix upgrade test by adding deprecated flags(#2173)

This commit is contained in:
Adrian Stobbe 2023-08-07 08:38:14 +02:00 committed by GitHub
parent ee0adfe8c7
commit 3ea7fddb03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,8 @@ runs:
if [[ $output == *"tf-log"* ]]; then if [[ $output == *"tf-log"* ]]; then
TFFLAG="--tf-log=DEBUG" TFFLAG="--tf-log=DEBUG"
fi fi
constellation create -y --force --debug ${TFFLAG:-} constellation create -y --force --debug ${TFFLAG:-} -c ${{ inputs.controlNodesCount }} -w ${{ inputs.workerNodesCount }}
# TODO(elchead): remove -c and -w once 2.10 is released, such that a fromVersion upgrade E2E no longer requires these flags
- name: Cdbg deploy - name: Cdbg deploy
if: inputs.isDebugImage == 'true' if: inputs.isDebugImage == 'true'