Skip to content

Terminate ec2 instance runner after e2e tests (#6713) #20287

Terminate ec2 instance runner after e2e tests (#6713)

Terminate ec2 instance runner after e2e tests (#6713) #20287

Triggered via push September 22, 2023 16:18
Status Failure
Total duration 1m 59s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: pkg/utils/ptr/ptr.go#L20
exported: exported function Int should have comment or be unexported (revive)
lint: pkg/utils/ptr/ptr.go#L24
exported: exported function Int8 should have comment or be unexported (revive)
lint: pkg/utils/ptr/ptr.go#L28
exported: exported function Int16 should have comment or be unexported (revive)
lint: pkg/utils/ptr/ptr.go#L32
exported: exported function Int32 should have comment or be unexported (revive)
lint: pkg/utils/ptr/ptr.go#L36
exported: exported function Int64 should have comment or be unexported (revive)
lint: pkg/utils/ptr/ptr.go#L40
exported: exported function Uint should have comment or be unexported (revive)
lint: pkg/utils/ptr/ptr.go#L44
exported: exported function Uint8 should have comment or be unexported (revive)
lint: pkg/utils/ptr/ptr.go#L48
exported: exported function Uint16 should have comment or be unexported (revive)
lint: pkg/utils/ptr/ptr.go#L52
exported: exported function Uint32 should have comment or be unexported (revive)
lint: pkg/utils/ptr/ptr.go#L56
exported: exported function Uint64 should have comment or be unexported (revive)
lint: pkg/git/providers/github/github.go#L19
exported: exported const GitProviderName should have comment (or a comment on this block) or be unexported (revive)
lint: pkg/git/providers/github/github.go#L33
exported: exported type Options should have comment or be unexported (revive)
lint: pkg/git/providers/github/github.go#L40
exported: type name will be used as github.GithubClient by other packages, and that stutters; consider calling this Client (revive)
lint: pkg/git/providers/github/github.go#L52
exported: exported function New should have comment or be unexported (revive)
lint: pkg/git/providers/github/github.go#L133
exported: exported function GetGithubAccessTokenFromEnv should have comment or be unexported (revive)
lint: pkg/git/providers/github/github.go#L157
exported: exported type GitProviderNotFoundError should have comment or be unexported (revive)
lint: pkg/git/providers/github/github.go#L165
exported: exported function RepoUrl should have comment or be unexported (revive)
lint: pkg/git/providers/github/github.go#L22
var-naming: const githubUrlTemplate should be githubURLTemplate (revive)
lint: internal/test/envtest/environment.go#L93
exported: exported type Environment should have comment or be unexported (revive)
lint: internal/test/envtest/environment.go#L103
exported: exported type EnvironmentOpt should have comment or be unexported (revive)