mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-11 16:25:05 -05:00
generate constellation config in e2e pipeline (#147)
This commit is contained in:
parent
baa7dbc1ef
commit
5dc2e71d80
1 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,10 @@ runs:
|
|||
curl -LO https://dl.k8s.io/release/v1.23.0/bin/linux/amd64/kubectl
|
||||
install kubectl /usr/local/bin
|
||||
shell: bash
|
||||
- name: Constellation config generate
|
||||
run: |
|
||||
constellation config generate
|
||||
shell: bash
|
||||
- name: Constellation create
|
||||
run: |
|
||||
constellation create ${{ inputs.cloudProvider }} -c ${{ inputs.controlNodesCount }} -w ${{ inputs.workerNodesCount }} -t ${{ inputs.machineType }} --name e2e-test -y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue