Skip to content

Commit 71928f2

Browse files
authored
Merge pull request #5312 from AndiDog/ecr-description
🌱 Add description to ECR repo that E2E tests create temporarily
2 parents f3e73dd + 31274f9 commit 71928f2

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)