Skip to content

Commit 31274f9

Browse files
committed
Add description to ECR repo that E2E tests create temporarily
1 parent b29e04c commit 31274f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/e2e/shared/aws.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,9 @@ func ensureTestImageUploaded(e2eCtx *E2EContext) error {
716716
if err := wait.WaitForWithRetryable(wait.NewBackoff(), func() (bool, error) {
717717
output, err := ecrSvc.CreateRepository(&ecrpublic.CreateRepositoryInput{
718718
RepositoryName: aws.String("capa/update"),
719+
CatalogData: &ecrpublic.RepositoryCatalogDataInput{
720+
AboutText: aws.String("Created by cluster-api-provider-aws/test/e2e/shared/aws.go for E2E tests"),
721+
},
719722
})
720723

721724
if err != nil {

0 commit comments

Comments
 (0)