File tree 7 files changed +46
-71
lines changed
tests/tasks/generators/clusterloader
7 files changed +46
-71
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ require (
72
72
google.golang.org/appengine v1.6.7 // indirect
73
73
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
74
74
google.golang.org/grpc v1.56.3 // indirect
75
- google.golang.org/protobuf v1.30 .0 // indirect
75
+ google.golang.org/protobuf v1.33 .0 // indirect
76
76
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
77
77
gopkg.in/inf.v0 v0.9.1 // indirect
78
78
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
Original file line number Diff line number Diff line change @@ -2005,8 +2005,9 @@ google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQ
2005
2005
google.golang.org/protobuf v1.28.0 /go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I =
2006
2006
google.golang.org/protobuf v1.28.1 /go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I =
2007
2007
google.golang.org/protobuf v1.29.1 /go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I =
2008
- google.golang.org/protobuf v1.30.0 h1:kPPoIgf3TsEvrm0PFe15JQ+570QVxYzEvvHqChK+cng =
2009
2008
google.golang.org/protobuf v1.30.0 /go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I =
2009
+ google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI =
2010
+ google.golang.org/protobuf v1.33.0 /go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos =
2010
2011
gopkg.in/alecthomas/kingpin.v2 v2.2.6 /go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw =
2011
2012
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
2012
2013
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ require (
137
137
google.golang.org/appengine v1.6.7 // indirect
138
138
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect
139
139
google.golang.org/grpc v1.52.0 // indirect
140
- google.golang.org/protobuf v1.28.1 // indirect
140
+ google.golang.org/protobuf v1.33.0 // indirect
141
141
gopkg.in/inf.v0 v0.9.1 // indirect
142
142
gopkg.in/yaml.v2 v2.4.0 // indirect
143
143
gopkg.in/yaml.v3 v3.0.1 // indirect
Original file line number Diff line number Diff line change @@ -2289,8 +2289,9 @@ google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp0
2289
2289
google.golang.org/protobuf v1.26.0 /go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc =
2290
2290
google.golang.org/protobuf v1.27.1 /go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc =
2291
2291
google.golang.org/protobuf v1.28.0 /go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I =
2292
- google.golang.org/protobuf v1.28.1 h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w =
2293
2292
google.golang.org/protobuf v1.28.1 /go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I =
2293
+ google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI =
2294
+ google.golang.org/protobuf v1.33.0 /go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos =
2294
2295
gopkg.in/airbrake/gobrake.v2 v2.0.9 /go.mod h1:/h5ZAUhDkGaJfjzjKLSjv6zCL6O0LLBxU4K+aSYdM/U =
2295
2296
gopkg.in/alecthomas/kingpin.v2 v2.2.6 /go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw =
2296
2297
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
Original file line number Diff line number Diff line change 61
61
git checkout $(params.cl2-branch)
62
62
git branch
63
63
- name : prepare-loadtest
64
- image : golang:1.22
64
+ image : golang:1.23
65
65
workingDir : $(workspaces.source.path)
66
66
script : |
67
67
S3_RESULT_PATH=$(params.results-bucket)
Original file line number Diff line number Diff line change 9
9
params :
10
10
- name : giturl
11
11
description : " git url to clone the package"
12
- default : https://github.com/kubernetes /perf-tests.git
12
+ default : https://github.com/mengqiy /perf-tests.git
13
13
- name : cl2-branch
14
14
description : " The branch of clusterloader2 you want to use"
15
15
default : " master"
You can’t perform that action at this time.
0 commit comments