Skip to content

Commit

Permalink
Merge pull request #516 from jmguzik/master
Browse files Browse the repository at this point in the history
Upgrade test-infra
  • Loading branch information
openshift-merge-robot committed Apr 11, 2023
2 parents b2aa20f + 6b89a60 commit 82cd275
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 15 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ require (
k8s.io/component-base v0.24.2
k8s.io/klog v1.0.0
k8s.io/klog/v2 v2.70.1
k8s.io/test-infra v0.0.0-20230220183149-f6cb3f5ca17f
k8s.io/test-infra v0.0.0-20230306183230-a54d76d2416e
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1412,8 +1412,8 @@ k8s.io/klog/v2 v2.70.1 h1:7aaoSdahviPmR+XkS7FyxlkkXs6tHISSG03RxleQAVQ=
k8s.io/klog/v2 v2.70.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0=
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 h1:Gii5eqf+GmIEwGNKQYQClCayuJCe2/4fZUvF7VG99sU=
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42/go.mod h1:Z/45zLw8lUo4wdiUkI+v/ImEGAvu3WatcZl3lPMR4Rk=
k8s.io/test-infra v0.0.0-20230220183149-f6cb3f5ca17f h1:OhVatd6iVYsKZ35fc8ObdonG+us5GdQzBVjqvx4bXSA=
k8s.io/test-infra v0.0.0-20230220183149-f6cb3f5ca17f/go.mod h1:a6zj8l2OE8pfLoWWUP4ypEtM32nDOIlNhaUyfjaUTBY=
k8s.io/test-infra v0.0.0-20230306183230-a54d76d2416e h1:SqQXWXFyIE0+G0/g7D1xIVsZPzji1eeySM1+Uz/gCSM=
k8s.io/test-infra v0.0.0-20230306183230-a54d76d2416e/go.mod h1:6n8IUtr6O54jvYP97p7OqCe3xIKet+GxyI2esOmNOnw=
k8s.io/utils v0.0.0-20210802155522-efc7438f0176/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed h1:jAne/RjBTyawwAy0utX5eqigAwz/lQhTmy+Hr/Cpue4=
Expand Down
11 changes: 9 additions & 2 deletions vendor/k8s.io/test-infra/prow/config/inrepoconfig.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions vendor/k8s.io/test-infra/prow/pjutil/filter.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 26 additions & 6 deletions vendor/k8s.io/test-infra/prow/plugins/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@ k8s.io/kube-openapi/pkg/util
k8s.io/kube-openapi/pkg/util/proto
k8s.io/kube-openapi/pkg/util/sets
k8s.io/kube-openapi/pkg/validation/spec
# k8s.io/test-infra v0.0.0-20230220183149-f6cb3f5ca17f
# k8s.io/test-infra v0.0.0-20230306183230-a54d76d2416e
## explicit; go 1.18
k8s.io/test-infra/ghproxy/ghcache
k8s.io/test-infra/ghproxy/ghmetrics
Expand Down

0 comments on commit 82cd275

Please sign in to comment.