mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-11 00:05:27 -05:00
fix upgrade test by adding deprecated flags(#2173)
This commit is contained in:
parent
ee0adfe8c7
commit
3ea7fddb03
1 changed files with 2 additions and 1 deletions
|
|
@ -177,7 +177,8 @@ runs:
|
|||
if [[ $output == *"tf-log"* ]]; then
|
||||
TFFLAG="--tf-log=DEBUG"
|
||||
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
|
||||
if: inputs.isDebugImage == 'true'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue