Skip to content

WIP chore(aws-provider): aws tags batching functionality #1167

WIP chore(aws-provider): aws tags batching functionality

WIP chore(aws-provider): aws tags batching functionality #1167

Triggered via pull request February 3, 2025 09:17
Status Failure
Total duration 3m 58s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Build: provider/aws/aws_test.go#L53
cannot use &Route53APIStub{} (value of type *Route53APIStub) as Route53API value in variable declaration: *Route53APIStub does not implement Route53API (missing method ListTagsForResources)
Build: provider/aws/aws_test.go#L350
cannot use client (variable of type *Route53APIStub) as Route53API value in map literal: *Route53APIStub does not implement Route53API (missing method ListTagsForResources)
Build: provider/aws/aws_test.go#L855
cannot use counter (variable of type *Route53APICounter) as Route53API value in assignment: *Route53APICounter does not implement Route53API (missing method ListTagsForResources)
Build: provider/aws/aws_test.go#L2039
cannot use client (variable of type *Route53APIStub) as Route53API value in map literal: *Route53APIStub does not implement Route53API (missing method ListTagsForResources)
Build: provider/aws/aws_test.go#L2079
impossible type assertion: provider.clients[defaultAWSProfile].(*Route53APIStub)
Build
Process completed with exit code 2.