generate constellation config in e2e pipeline (#147)

This commit is contained in:
Fabian Kammel 2022-05-16 16:44:53 +02:00 committed by GitHub
parent baa7dbc1ef
commit 5dc2e71d80

View File

@ -27,6 +27,10 @@ runs:
curl -LO https://dl.k8s.io/release/v1.23.0/bin/linux/amd64/kubectl curl -LO https://dl.k8s.io/release/v1.23.0/bin/linux/amd64/kubectl
install kubectl /usr/local/bin install kubectl /usr/local/bin
shell: bash shell: bash
- name: Constellation config generate
run: |
constellation config generate
shell: bash
- name: Constellation create - name: Constellation create
run: | run: |
constellation create ${{ inputs.cloudProvider }} -c ${{ inputs.controlNodesCount }} -w ${{ inputs.workerNodesCount }} -t ${{ inputs.machineType }} --name e2e-test -y constellation create ${{ inputs.cloudProvider }} -c ${{ inputs.controlNodesCount }} -w ${{ inputs.workerNodesCount }} -t ${{ inputs.machineType }} --name e2e-test -y