Skip to content

increase timeout to wait for cluster generations to be same (#6884) #20967

increase timeout to wait for cluster generations to be same (#6884)

increase timeout to wait for cluster generations to be same (#6884) #20967

Triggered via push October 25, 2023 00:24
Status Failure
Total duration 2m 16s
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/manifests/eksd/read.go#L10
exported: exported type Reader should have comment or be unexported (revive)
lint: pkg/manifests/eksd/read.go#L14
exported: exported function ReadManifest should have comment or be unexported (revive)
lint: pkg/manifests/eksd/images.go#L7
exported: exported function Images should have comment or be unexported (revive)
lint: pkg/docker/registry.go#L30
exported: exported function NewRegistryDestination should have comment or be unexported (revive)
lint: pkg/docker/registry.go#L69
exported: exported function NewOriginalRegistrySource should have comment or be unexported (revive)
lint: pkg/docker/concurrent.go#L9
exported: exported type ConcurrentImageProcessor should have comment or be unexported (revive)
lint: pkg/docker/file.go#L16
exported: exported function NewDiskSource should have comment or be unexported (revive)
lint: pkg/docker/mover.go#L11
exported: exported type ImageDiskLoader should have comment or be unexported (revive)
lint: pkg/docker/concurrent.go#L13
exported: exported function NewConcurrentImageProcessor should have comment or be unexported (revive)
lint: pkg/docker/mover.go#L15
exported: exported type ImageDiskWriter should have comment or be unexported (revive)
lint: pkg/git/providers/github/github.go#L52
unexported-return: exported func New returns unexported type *github.githubProvider, which can be annoying to use (revive)
lint: pkg/git/providers/github/github.go#L22
var-naming: const githubUrlTemplate should be githubURLTemplate (revive)
lint: pkg/git/providers/github/github.go#L165
var-naming: func RepoUrl should be RepoURL (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#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/factory/gitfactory.go#L37
var-naming: var repoUrl should be repoURL (revive)
lint: pkg/git/factory/gitfactory.go#L98
var-naming: func parameter repoUrl should be repoURL (revive)