Skip to content

feat(HMS-2255): launch to location of the resource group by default #3068

feat(HMS-2255): launch to location of the resource group by default

feat(HMS-2255): launch to location of the resource group by default #3068

Triggered via pull request October 23, 2023 14:46
Status Failure
Total duration 4m 40s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

gotest.yml

on: pull_request
💾 Commit message
10s
💾 Commit message
🛠️ Go Build
38s
🛠️ Go Build
🎯 Code format & OpenAPI lint
2m 33s
🎯 Code format & OpenAPI lint
🎯 Go linter
57s
🎯 Go linter
📎 Unit tests
4m 28s
📎 Unit tests
🗄 Integration tests
2m 16s
🗄 Integration tests
Fit to window
Zoom out
Zoom in

Annotations

11 errors
🛠️ Go Build: internal/clients/http/image_builder/image_client.go#L41
cannot use &ibClient{…} (value of type *ibClient) as type clients.ImageBuilder in return statement:
🛠️ Go Build
Process completed with exit code 2.
🎯 Go linter: internal/clients/http/image_builder/image_client.go#L41
cannot use &ibClient{…} (value of type *ibClient) as clients.ImageBuilder value in return statement: *ibClient does not implement clients.ImageBuilder (missing method GetAzureImageInfo) (typecheck)
🎯 Go linter: internal/services/azure_reservation_service.go#L97
cannot use payload.ImageID (variable of type string) as uuid.UUID value in argument to ibClient.GetAzureImageInfo (typecheck)
🎯 Go linter: internal/services/azure_reservation_service.go#L88
composeUUID declared and not used (typecheck)
🎯 Go linter
issues found
📎 Unit tests: internal/clients/http/image_builder/image_client.go#L41
cannot use &ibClient{…} (value of type *ibClient) as type clients.ImageBuilder in return statement:
📎 Unit tests
Process completed with exit code 2.