Fix e2e test networking issue (#792)

This commit is contained in:
Malte Poll 2022-12-13 10:07:09 +01:00 committed by GitHub
parent e207081274
commit ba8c0a9e30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,6 +151,7 @@ runs:
run: |
echo "Creating cluster using config:"
cat constellation-conf.yaml
sudo sh -c 'echo "127.0.0.1 license.confidential.cloud" >> /etc/hosts' || true
constellation create -c ${{ inputs.controlNodesCount }} -w ${{ inputs.workerNodesCount }} --name e2e-test -y
- name: Cdbg deploy