Skip to content

Commit

Permalink
test: update aws cloud provider version
Browse files Browse the repository at this point in the history
This PR makes sure we set a cloud provider version, which will make our
AWS tests pass again.

Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
  • Loading branch information
rsmitty authored and talos-bot committed Mar 15, 2021
1 parent 3c5bfbb commit 78d384e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/test/e2e-aws.sh
Expand Up @@ -57,7 +57,8 @@ function setup {
export SSH_KEY=talos-e2e
export VPC_ID=vpc-ff5c5687
export SUBNET=subnet-c4e9b3a0

export CLOUD_PROVIDER_VERSION=v1.20.0-alpha.0

## Control plane vars
export CP_COUNT=3
export CP_INSTANCE_TYPE=t3.large
Expand Down

0 comments on commit 78d384e

Please sign in to comment.