kubernetes-sigs/cluster-api-provider-aws

[e2e] Update EKS tests to use the `EKSControlPlaneUpdating` condition

开放

#2,251 创建于 2021年2月16日

 (13 条评论) (0 个反应) (1 位负责人)Go (689 个派生)auto 404
area/provider/eksarea/testinggood first issuehelp wantedkind/featurelifecycle/stalepriority/backlog

仓库指标

星标
 (723 个星标)
PR 合并指标
 (平均合并 19天 11小时) (30 天内合并 33 个 PR)

描述

/kind feature /area provider/eks /area testing /help

Describe the solution you'd like The waitForControlPlaneToBeUpgraded should be updated to use the new EKSControlPlaneUpdating condition. Within the e2e test framework there is a function that allows you to wait based on a condition.

Anything else you would like to add: The EKSControlPlaneUpdating was introduced as part of #2246. Currently, the upgrade test is disabled in prow so this will need to be tested locally.

Environment:

  • Cluster-api-provider-aws version: 0.6.4

贡献者指南