Skip to content

Commit

Permalink
Rewrite AutoBumper to test-infra with switchable host (kyma-project#1…
Browse files Browse the repository at this point in the history
…1307)

* init

* init

* init

* init

* xx

* xx

* xx

* xx

* xx

* xx

* xx

* xx

* review corrections

* add test

* linter

* fix

* magic values

* tests

* add comment

* add comment

* go mod tidy
  • Loading branch information
akiioto authored Jul 24, 2024
1 parent 3356ee9 commit bcac6a8
Show file tree
Hide file tree
Showing 11 changed files with 2,352 additions and 3 deletions.
1 change: 1 addition & 0 deletions .ko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ baseImageOverrides:
github.com/kyma-project/test-infra/cmd/tools/pjtester: europe-docker.pkg.dev/kyma-project/prod/testimages/alpine-git:v20240723-b6e143ec
github.com/kyma-project/test-infra/cmd/markdown-index: europe-docker.pkg.dev/kyma-project/prod/testimages/alpine-git:v20240723-b6e143ec
github.com/kyma-project/test-infra/cmd/image-detector: europe-docker.pkg.dev/kyma-project/prod/testimages/alpine-git:v20240723-b6e143ec
github.com/kyma-project/test-infra/cmd/image-autobumper: europe-docker.pkg.dev/kyma-project/prod/testimages/alpine-git:v20240723-b6e143ec
github.com/kyma-project/test-infra/cmd/external-plugins/automated-approver: europe-docker.pkg.dev/kyma-project/prod/testimages/alpine-git:v20240723-b6e143ec
defaultPlatforms:
- linux/arm64
Expand Down
1 change: 1 addition & 0 deletions .koapps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apps:
- ko://github.com/kyma-project/test-infra/cmd/tools/pjtester
- ko://github.com/kyma-project/test-infra/cmd/image-syncer
- ko://github.com/kyma-project/test-infra/cmd/image-detector
- ko://github.com/kyma-project/test-infra/cmd/image-autobumper
- ko://github.com/kyma-project/test-infra/cmd/image-url-helper
- ko://github.com/kyma-project/test-infra/cmd/markdown-index
- ko://github.com/kyma-project/test-infra/cmd/tools/usersmapchecker
Expand Down
Loading

0 comments on commit bcac6a8

Please sign in to comment.