Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Side by Side Diff: go/src/infra/tools/swarming-transition/cmd/swarmbucketbuilders/proto/project_config.pb.go

Issue 2219193002: Roll luci/luci-go and luci/gae DEPS. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « go/src/infra/tools/swarming-transition/cmd/swarmbucketbuilders/main.go ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Code generated by protoc-gen-go. 1 // Code generated by protoc-gen-go.
2 // source: infra/tools/swarming-transition/cmd/swarmbucketbuilders/proto/project _config.proto 2 // source: infra/tools/swarming-transition/cmd/swarmbucketbuilders/proto/project _config.proto
3 // DO NOT EDIT! 3 // DO NOT EDIT!
4 4
5 /* 5 /*
6 Package buildbucket is a generated protocol buffer package. 6 Package buildbucket is a generated protocol buffer package.
7 7
8 It is generated from these files: 8 It is generated from these files:
9 infra/tools/swarming-transition/cmd/swarmbucketbuilders/proto/project_co nfig.proto 9 infra/tools/swarming-transition/cmd/swarmbucketbuilders/proto/project_co nfig.proto
10 10
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 } 111 }
112 112
113 // Configuration of buildbucket-swarming integration for one bucket. 113 // Configuration of buildbucket-swarming integration for one bucket.
114 type Swarming struct { 114 type Swarming struct {
115 // Hostname of the swarming instance, e.g. "chromium-swarm.appspot.com". 115 // Hostname of the swarming instance, e.g. "chromium-swarm.appspot.com".
116 Hostname *string `protobuf:"bytes,1,opt,name=hostname" json:"hostname,om itempty"` 116 Hostname *string `protobuf:"bytes,1,opt,name=hostname" json:"hostname,om itempty"`
117 // Used to generate a URL for Build, may contain parameters 117 // Used to generate a URL for Build, may contain parameters
118 // {swarming_hostname}, {task_id}, {bucket} and {builder}. Defaults to: 118 // {swarming_hostname}, {task_id}, {bucket} and {builder}. Defaults to:
119 // https://{swarming_hostname}/user/task/{task_id} 119 // https://{swarming_hostname}/user/task/{task_id}
120 UrlFormat *string `protobuf:"bytes,2,opt,name=url_format,json=urlFormat" json:"url_format,omitempty"` 120 UrlFormat *string `protobuf:"bytes,2,opt,name=url_format,json=urlFormat" json:"url_format,omitempty"`
121 // Defines default values for builders.
122 BuilderDefaults *Swarming_Builder `protobuf:"bytes,9,opt,name=builder_de faults,json=builderDefaults" json:"builder_defaults,omitempty"`
123 // DEPRECATED: use builder_defaults.
121 // Will be put to all swarming tasks. 124 // Will be put to all swarming tasks.
122 CommonSwarmingTags []string `protobuf:"bytes,3,rep,name=common_swarming_ tags,json=commonSwarmingTags" json:"common_swarming_tags,omitempty"` 125 CommonSwarmingTags []string `protobuf:"bytes,3,rep,name=common_swarming_ tags,json=commonSwarmingTags" json:"common_swarming_tags,omitempty"`
126 // DEPRECATED: use builder_defaults.
123 // Colon-delimited key-value pair of common task dimensions. 127 // Colon-delimited key-value pair of common task dimensions.
124 // 128 //
125 // If value is not specified ("<key>:"), then it excludes a value for th e 129 // If value is not specified ("<key>:"), then it excludes a value for th e
126 // same key specified in swarming task template. 130 // same key specified in swarming task template.
127 CommonDimensions []string `protobuf:"bytes,4,rep,name=common_dimensions, json=commonDimensions" json:"common_dimensions,omitempty"` 131 CommonDimensions []string `protobuf:"bytes,4,rep,name=common_dimensions, json=commonDimensions" json:"common_dimensions,omitempty"`
128 // Configuration for each builder. 132 // Configuration for each builder.
129 // Swarming tasks are created only for builds for builders that are not 133 // Swarming tasks are created only for builds for builders that are not
130 // explicitly specified. 134 // explicitly specified.
131 Builders []*Swarming_Builder `protobuf:"bytes,5,rep,name=builders" json: "builders,omitempty"` 135 Builders []*Swarming_Builder `protobuf:"bytes,5,rep,name=builders" json: "builders,omitempty"`
136 // DEPRECATED: use builder_defaults.
132 // Defines a default recipe for all builders in this bucket. 137 // Defines a default recipe for all builders in this bucket.
133 // A builder may override it or parts of it with something else. 138 // A builder may override it or parts of it with something else.
134 CommonRecipe *Swarming_Recipe `protobuf:"bytes,6,opt,name=common_recipe, json=commonRecipe" json:"common_recipe,omitempty"` 139 CommonRecipe *Swarming_Recipe `protobuf:"bytes,6,opt,name=common_recipe, json=commonRecipe" json:"common_recipe,omitempty"`
140 // DEPRECATED: use builder_defaults.
135 // Maximum build execution time. Not to be confused with pending time. 141 // Maximum build execution time. Not to be confused with pending time.
136 // If not set, defaults to server defaults. 142 // If not set, defaults to server defaults.
137 » CommonExecutionTimeoutSecs *int32 `protobuf:"varint,7,opt,name=common_ex ecution_timeout_secs,json=commonExecutionTimeoutSecs" json:"common_execution_tim eout_secs,omitempty"` 143 » CommonExecutionTimeoutSecs *uint32 `protobuf:"varint,7,opt,name=common_e xecution_timeout_secs,json=commonExecutionTimeoutSecs" json:"common_execution_ti meout_secs,omitempty"`
138 » XXX_unrecognized []byte `json:"-"` 144 » // Percentage of builds that should use a canary swarming task template.
145 » // A value from 0 to 100.
146 » TaskTemplateCanaryPercentage *uint32 `protobuf:"varint,8,opt,name=task_t emplate_canary_percentage,json=taskTemplateCanaryPercentage" json:"task_template _canary_percentage,omitempty"`
147 » XXX_unrecognized []byte `json:"-"`
139 } 148 }
140 149
141 func (m *Swarming) Reset() { *m = Swarming{} } 150 func (m *Swarming) Reset() { *m = Swarming{} }
142 func (m *Swarming) String() string { return proto.CompactTextString(m ) } 151 func (m *Swarming) String() string { return proto.CompactTextString(m ) }
143 func (*Swarming) ProtoMessage() {} 152 func (*Swarming) ProtoMessage() {}
144 func (*Swarming) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } 153 func (*Swarming) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
145 154
146 func (m *Swarming) GetHostname() string { 155 func (m *Swarming) GetHostname() string {
147 if m != nil && m.Hostname != nil { 156 if m != nil && m.Hostname != nil {
148 return *m.Hostname 157 return *m.Hostname
149 } 158 }
150 return "" 159 return ""
151 } 160 }
152 161
153 func (m *Swarming) GetUrlFormat() string { 162 func (m *Swarming) GetUrlFormat() string {
154 if m != nil && m.UrlFormat != nil { 163 if m != nil && m.UrlFormat != nil {
155 return *m.UrlFormat 164 return *m.UrlFormat
156 } 165 }
157 return "" 166 return ""
158 } 167 }
159 168
169 func (m *Swarming) GetBuilderDefaults() *Swarming_Builder {
170 if m != nil {
171 return m.BuilderDefaults
172 }
173 return nil
174 }
175
160 func (m *Swarming) GetCommonSwarmingTags() []string { 176 func (m *Swarming) GetCommonSwarmingTags() []string {
161 if m != nil { 177 if m != nil {
162 return m.CommonSwarmingTags 178 return m.CommonSwarmingTags
163 } 179 }
164 return nil 180 return nil
165 } 181 }
166 182
167 func (m *Swarming) GetCommonDimensions() []string { 183 func (m *Swarming) GetCommonDimensions() []string {
168 if m != nil { 184 if m != nil {
169 return m.CommonDimensions 185 return m.CommonDimensions
170 } 186 }
171 return nil 187 return nil
172 } 188 }
173 189
174 func (m *Swarming) GetBuilders() []*Swarming_Builder { 190 func (m *Swarming) GetBuilders() []*Swarming_Builder {
175 if m != nil { 191 if m != nil {
176 return m.Builders 192 return m.Builders
177 } 193 }
178 return nil 194 return nil
179 } 195 }
180 196
181 func (m *Swarming) GetCommonRecipe() *Swarming_Recipe { 197 func (m *Swarming) GetCommonRecipe() *Swarming_Recipe {
182 if m != nil { 198 if m != nil {
183 return m.CommonRecipe 199 return m.CommonRecipe
184 } 200 }
185 return nil 201 return nil
186 } 202 }
187 203
188 func (m *Swarming) GetCommonExecutionTimeoutSecs() int32 { 204 func (m *Swarming) GetCommonExecutionTimeoutSecs() uint32 {
189 if m != nil && m.CommonExecutionTimeoutSecs != nil { 205 if m != nil && m.CommonExecutionTimeoutSecs != nil {
190 return *m.CommonExecutionTimeoutSecs 206 return *m.CommonExecutionTimeoutSecs
191 } 207 }
192 return 0 208 return 0
193 } 209 }
194 210
211 func (m *Swarming) GetTaskTemplateCanaryPercentage() uint32 {
212 if m != nil && m.TaskTemplateCanaryPercentage != nil {
213 return *m.TaskTemplateCanaryPercentage
214 }
215 return 0
216 }
217
195 type Swarming_Recipe struct { 218 type Swarming_Recipe struct {
196 // Repository URL of the recipe package. 219 // Repository URL of the recipe package.
197 Repository *string `protobuf:"bytes,1,opt,name=repository" json:"reposit ory,omitempty"` 220 Repository *string `protobuf:"bytes,1,opt,name=repository" json:"reposit ory,omitempty"`
198 // Name of the recipe to run. 221 // Name of the recipe to run.
199 Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` 222 Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
200 // colon-separated build properties to set. 223 // colon-separated build properties to set.
201 // A property can be overriden by "properties" build parameter. 224 // A property can be overriden by "properties" build parameter.
202 // 225 //
203 // Use this field for string properties and use properties_j for other 226 // Use this field for string properties and use properties_j for other
204 // types. 227 // types.
205 Properties []string `protobuf:"bytes,3,rep,name=properties" json:"proper ties,omitempty"` 228 Properties []string `protobuf:"bytes,3,rep,name=properties" json:"proper ties,omitempty"`
206 // Same as properties, but the value must valid JSON. For example 229 // Same as properties, but the value must valid JSON. For example
207 // properties_j: "a:1" 230 // properties_j: "a:1"
208 // means property a is a number 1, not string "1". 231 // means property a is a number 1, not string "1".
209 // 232 //
233 // If null, it means no property must be defined. In particular, it remo ves
234 // a default value for the property, if any.
235 //
210 // Fields properties and properties_j can be used together, but cannot b oth 236 // Fields properties and properties_j can be used together, but cannot b oth
211 // specify values for same property. 237 // specify values for same property.
212 PropertiesJ []string `protobuf:"bytes,4,rep,name=properties_j,json= propertiesJ" json:"properties_j,omitempty"` 238 PropertiesJ []string `protobuf:"bytes,4,rep,name=properties_j,json= propertiesJ" json:"properties_j,omitempty"`
213 XXX_unrecognized []byte `json:"-"` 239 XXX_unrecognized []byte `json:"-"`
214 } 240 }
215 241
216 func (m *Swarming_Recipe) Reset() { *m = Swarming_Recipe{} } 242 func (m *Swarming_Recipe) Reset() { *m = Swarming_Recipe{} }
217 func (m *Swarming_Recipe) String() string { return proto.CompactTextS tring(m) } 243 func (m *Swarming_Recipe) String() string { return proto.CompactTextS tring(m) }
218 func (*Swarming_Recipe) ProtoMessage() {} 244 func (*Swarming_Recipe) ProtoMessage() {}
219 func (*Swarming_Recipe) Descriptor() ([]byte, []int) { return fileDescriptor0, [ ]int{1, 0} } 245 func (*Swarming_Recipe) Descriptor() ([]byte, []int) { return fileDescriptor0, [ ]int{1, 0} }
(...skipping 19 matching lines...) Expand all
239 return nil 265 return nil
240 } 266 }
241 267
242 func (m *Swarming_Recipe) GetPropertiesJ() []string { 268 func (m *Swarming_Recipe) GetPropertiesJ() []string {
243 if m != nil { 269 if m != nil {
244 return m.PropertiesJ 270 return m.PropertiesJ
245 } 271 }
246 return nil 272 return nil
247 } 273 }
248 274
275 // A builder has a name, a category and specifies what should happen if a
276 // build is scheduled to that builder.
277 //
278 // SECURITY WARNING: if adding more fields to this message, keep in mind that
279 // a user that has permissions to schedule a build to the bucket, can override
280 // this config.
249 type Swarming_Builder struct { 281 type Swarming_Builder struct {
250 // Name of the builder. Will be propagated to "builder" build tag and 282 // Name of the builder. Will be propagated to "builder" build tag and
251 // "buildername" recipe property. 283 // "buildername" recipe property.
252 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` 284 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
253 // Builder category. Will be used for visual grouping, for example in Co de Review. 285 // Builder category. Will be used for visual grouping, for example in Co de Review.
254 Category *string `protobuf:"bytes,6,opt,name=category" json:"category,om itempty"` 286 Category *string `protobuf:"bytes,6,opt,name=category" json:"category,om itempty"`
255 // Will be become to swarming task tags. 287 // Will be become to swarming task tags.
256 // Each tag will end up in "swarming_tag" buildbucket tag, for example 288 // Each tag will end up in "swarming_tag" buildbucket tag, for example
257 // "swarming_tag:builder:release" 289 // "swarming_tag:builder:release"
258 SwarmingTags []string `protobuf:"bytes,2,rep,name=swarming_tags,json=swa rmingTags" json:"swarming_tags,omitempty"` 290 SwarmingTags []string `protobuf:"bytes,2,rep,name=swarming_tags,json=swa rmingTags" json:"swarming_tags,omitempty"`
259 // Colon-delimited key-value pair of task dimensions. 291 // Colon-delimited key-value pair of task dimensions.
260 // 292 //
261 » // If value is not specified ("<key>:"), then it excludes a value for th e 293 » // If value is not specified ("<key>:"), then it excludes a default valu e.
262 » // same key specified in common_dimensions.
263 Dimensions []string `protobuf:"bytes,3,rep,name=dimensions" json:"dimens ions,omitempty"` 294 Dimensions []string `protobuf:"bytes,3,rep,name=dimensions" json:"dimens ions,omitempty"`
264 // Specifies that a recipe to run. 295 // Specifies that a recipe to run.
265 Recipe *Swarming_Recipe `protobuf:"bytes,4,opt,name=recipe" json:"recipe ,omitempty"` 296 Recipe *Swarming_Recipe `protobuf:"bytes,4,opt,name=recipe" json:"recipe ,omitempty"`
266 // Swarming task priority. 297 // Swarming task priority.
267 » Priority *int32 `protobuf:"varint,5,opt,name=priority" json:"priority,om itempty"` 298 » Priority *uint32 `protobuf:"varint,5,opt,name=priority" json:"priority,o mitempty"`
268 // Maximum build execution time. Not to be confused with pending time. 299 // Maximum build execution time. Not to be confused with pending time.
269 » // If not set, defaults to bucket's common_execution_timeout_secs. 300 » ExecutionTimeoutSecs *uint32 `protobuf:"varint,7,opt,name=execution_time out_secs,json=executionTimeoutSecs" json:"execution_timeout_secs,omitempty"`
270 » ExecutionTimeoutSecs *int32 `protobuf:"varint,7,opt,name=execution_timeo ut_secs,json=executionTimeoutSecs" json:"execution_timeout_secs,omitempty"` 301 » XXX_unrecognized []byte `json:"-"`
271 » XXX_unrecognized []byte `json:"-"`
272 } 302 }
273 303
274 func (m *Swarming_Builder) Reset() { *m = Swarming_Builder{} } 304 func (m *Swarming_Builder) Reset() { *m = Swarming_Builder{} }
275 func (m *Swarming_Builder) String() string { return proto.CompactText String(m) } 305 func (m *Swarming_Builder) String() string { return proto.CompactText String(m) }
276 func (*Swarming_Builder) ProtoMessage() {} 306 func (*Swarming_Builder) ProtoMessage() {}
277 func (*Swarming_Builder) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1, 1} } 307 func (*Swarming_Builder) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1, 1} }
278 308
279 func (m *Swarming_Builder) GetName() string { 309 func (m *Swarming_Builder) GetName() string {
280 if m != nil && m.Name != nil { 310 if m != nil && m.Name != nil {
281 return *m.Name 311 return *m.Name
(...skipping 22 matching lines...) Expand all
304 return nil 334 return nil
305 } 335 }
306 336
307 func (m *Swarming_Builder) GetRecipe() *Swarming_Recipe { 337 func (m *Swarming_Builder) GetRecipe() *Swarming_Recipe {
308 if m != nil { 338 if m != nil {
309 return m.Recipe 339 return m.Recipe
310 } 340 }
311 return nil 341 return nil
312 } 342 }
313 343
314 func (m *Swarming_Builder) GetPriority() int32 { 344 func (m *Swarming_Builder) GetPriority() uint32 {
315 if m != nil && m.Priority != nil { 345 if m != nil && m.Priority != nil {
316 return *m.Priority 346 return *m.Priority
317 } 347 }
318 return 0 348 return 0
319 } 349 }
320 350
321 func (m *Swarming_Builder) GetExecutionTimeoutSecs() int32 { 351 func (m *Swarming_Builder) GetExecutionTimeoutSecs() uint32 {
322 if m != nil && m.ExecutionTimeoutSecs != nil { 352 if m != nil && m.ExecutionTimeoutSecs != nil {
323 return *m.ExecutionTimeoutSecs 353 return *m.ExecutionTimeoutSecs
324 } 354 }
325 return 0 355 return 0
326 } 356 }
327 357
328 // Defines one bucket in buildbucket.cfg 358 // Defines one bucket in buildbucket.cfg
329 type Bucket struct { 359 type Bucket struct {
330 // Name of the bucket. Names are unique within one instance of buildbuck et. 360 // Name of the bucket. Names are unique within one instance of buildbuck et.
331 // If another project already uses this name, a config will be rejected. 361 // If another project already uses this name, a config will be rejected.
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 proto.RegisterType((*Bucket)(nil), "buildbucket.Bucket") 421 proto.RegisterType((*Bucket)(nil), "buildbucket.Bucket")
392 proto.RegisterType((*BuildbucketCfg)(nil), "buildbucket.BuildbucketCfg") 422 proto.RegisterType((*BuildbucketCfg)(nil), "buildbucket.BuildbucketCfg")
393 proto.RegisterEnum("buildbucket.Acl_Role", Acl_Role_name, Acl_Role_value ) 423 proto.RegisterEnum("buildbucket.Acl_Role", Acl_Role_name, Acl_Role_value )
394 } 424 }
395 425
396 func init() { 426 func init() {
397 proto.RegisterFile("infra/tools/swarming-transition/cmd/swarmbucketbuild ers/proto/project_config.proto", fileDescriptor0) 427 proto.RegisterFile("infra/tools/swarming-transition/cmd/swarmbucketbuild ers/proto/project_config.proto", fileDescriptor0)
398 } 428 }
399 429
400 var fileDescriptor0 = []byte{ 430 var fileDescriptor0 = []byte{
401 » // 585 bytes of a gzipped FileDescriptorProto 431 » // 647 bytes of a gzipped FileDescriptorProto
402 » 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x8c, 0x53, 0x41, 0x8f, 0xd3, 0x3c, 432 » 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x8c, 0x94, 0x4b, 0x6f, 0x13, 0x31,
403 » 0x10, 0xfd, 0xda, 0x4d, 0xbb, 0xdd, 0xc9, 0x76, 0xd5, 0xcf, 0x14, 0x14, 0x55, 0x14, 0x41, 0xe1, 433 » 0x10, 0xc7, 0x49, 0x9a, 0xe6, 0x31, 0x69, 0x4a, 0x30, 0x05, 0xad, 0xa2, 0x96, 0x47, 0xe0, 0x00,
404 » 0x00, 0x42, 0x6d, 0xa1, 0xe2, 0xc2, 0x09, 0xb5, 0xdb, 0x22, 0x40, 0x9c, 0xdc, 0x22, 0x8e, 0x51, 434 » 0x42, 0x4d, 0xa0, 0xe2, 0xc2, 0x09, 0xb5, 0x4d, 0x50, 0x41, 0x1c, 0x90, 0x1b, 0xc4, 0x71, 0xe5,
405 » 0x36, 0x75, 0x83, 0x97, 0x24, 0x8e, 0x1c, 0x47, 0xb0, 0x27, 0x6e, 0xdc, 0xf9, 0xa5, 0xfc, 0x05, 435 » 0x3a, 0x4e, 0xd8, 0x76, 0x77, 0xbd, 0xb2, 0xbd, 0x82, 0x9e, 0xe0, 0xc4, 0x9d, 0x6f, 0xcc, 0xac,
406 » 0x26, 0x76, 0x92, 0xa6, 0xab, 0x0a, 0x71, 0x89, 0x32, 0x33, 0x6f, 0x66, 0x9e, 0xdf, 0xb3, 0x81, 436 » 0xed, 0xdd, 0xa4, 0x55, 0x05, 0x5c, 0xaa, 0xcc, 0xcc, 0x6f, 0x66, 0xfe, 0xe3, 0x99, 0x2e, 0xd0,
407 » 0xf2, 0x78, 0x27, 0xbd, 0xa9, 0x12, 0x22, 0x4c, 0xa7, 0xe9, 0x37, 0x4f, 0x46, 0x3c, 0x0e, 0xc6, 437 » 0x28, 0x5d, 0x28, 0x36, 0x36, 0x52, 0xc6, 0x7a, 0xac, 0xbf, 0x31, 0x95, 0x44, 0xe9, 0x72, 0xdf,
408 » 0x4a, 0x7a, 0x71, 0xca, 0x15, 0x17, 0xf1, 0xd4, 0x8f, 0xb6, 0x26, 0x7f, 0x95, 0xf9, 0x5f, 0x99, 438 » 0x28, 0x96, 0xea, 0xc8, 0x44, 0x32, 0x1d, 0xf3, 0x64, 0xee, 0xfc, 0x67, 0x39, 0xbf, 0x10, 0xe6,
409 » 0xba, 0xca, 0x78, 0xb8, 0x65, 0x32, 0x9d, 0x26, 0x52, 0x28, 0x91, 0x7f, 0xaf, 0x99, 0xaf, 0x5c, 439 » 0x2c, 0x8f, 0xe2, 0xb9, 0x50, 0x7a, 0x9c, 0x29, 0x69, 0x64, 0xf1, 0xf7, 0x5c, 0x70, 0x13, 0x72,
410 » 0x5f, 0xc4, 0x3b, 0x1e, 0x4c, 0x74, 0x92, 0xd8, 0x1a, 0x64, 0xf0, 0xa3, 0x5f, 0x0d, 0x38, 0x99, 440 » 0x99, 0x2e, 0xa2, 0xe5, 0xc8, 0x3a, 0x49, 0xd7, 0x42, 0x8e, 0x1f, 0xfe, 0xae, 0xc1, 0xc6, 0x21,
411 » 0xfb, 0x21, 0x79, 0x06, 0x96, 0x14, 0x21, 0x73, 0x1a, 0x0f, 0x1b, 0x4f, 0x2f, 0x66, 0x77, 0x27, 441 » 0x8f, 0xc9, 0x73, 0x68, 0x28, 0x19, 0x8b, 0xa0, 0xf6, 0xa8, 0xf6, 0x6c, 0xfb, 0xe0, 0xde, 0x68,
412 » 0x35, 0xcc, 0x04, 0xeb, 0x13, 0x8a, 0x45, 0xaa, 0x21, 0xa4, 0x0f, 0xad, 0x40, 0x8a, 0x2c, 0x71, 442 » 0x8d, 0x19, 0x61, 0x7c, 0x44, 0x31, 0x48, 0x2d, 0x42, 0x76, 0x60, 0x73, 0xa9, 0x64, 0x9e, 0x05,
413 » 0x9a, 0x88, 0x3d, 0xa3, 0x26, 0x20, 0x03, 0xe8, 0xf0, 0x2d, 0x8b, 0x15, 0x57, 0x37, 0xce, 0x89, 443 » 0x75, 0x64, 0x3b, 0xd4, 0x19, 0x64, 0x00, 0xed, 0x68, 0x2e, 0x52, 0x13, 0x99, 0xcb, 0x60, 0xc3,
414 » 0x2e, 0x54, 0xf1, 0x68, 0x0c, 0x56, 0xde, 0x4f, 0x00, 0xda, 0x74, 0x35, 0x5f, 0xae, 0x68, 0xef, 444 » 0x06, 0x2a, 0x7b, 0xb8, 0x0f, 0x8d, 0x22, 0x9f, 0x00, 0x34, 0xe9, 0xf4, 0x70, 0x32, 0xa5, 0xfd,
415 » 0x3f, 0xd2, 0x85, 0xb3, 0xf5, 0xe5, 0xbb, 0xd5, 0xf2, 0xd3, 0x47, 0x0c, 0x1b, 0x79, 0xe9, 0x33, 445 » 0x5b, 0xa4, 0x07, 0x9d, 0xd3, 0xe3, 0x93, 0xe9, 0xe4, 0xf3, 0x47, 0x34, 0x6b, 0x45, 0xe8, 0x0b,
416 » 0x7d, 0xbf, 0xc1, 0xff, 0xe6, 0xe8, 0x77, 0x0b, 0x3a, 0xeb, 0xe2, 0xac, 0xf9, 0xdc, 0x2f, 0x22, 446 » 0x7d, 0x3f, 0xc3, 0xdf, 0xf5, 0xe1, 0xcf, 0x16, 0xb4, 0x4f, 0xfd, 0xac, 0x45, 0xdd, 0xaf, 0x52,
417 » 0x55, 0xb1, 0x17, 0x19, 0x72, 0x38, 0xb7, 0x8c, 0xc9, 0x10, 0x20, 0x93, 0xa1, 0xbb, 0x13, 0x32, 447 » 0x9b, 0x94, 0x25, 0x4e, 0x1c, 0xd6, 0x2d, 0x6d, 0xb2, 0x07, 0x90, 0xab, 0x38, 0x5c, 0x48, 0x95,
418 » 0xf2, 0x54, 0x41, 0xe7, 0x0c, 0x33, 0x6f, 0x75, 0x82, 0xbc, 0x80, 0xbe, 0x2f, 0xa2, 0x48, 0xc4, 448 » 0x30, 0xe3, 0xe5, 0x74, 0xd0, 0xf3, 0xce, 0x3a, 0xc8, 0x09, 0xf4, 0xfd, 0x7b, 0x84, 0x73, 0xb1,
419 » 0x6e, 0xa9, 0x9c, 0xab, 0xbc, 0x20, 0x45, 0x7a, 0x27, 0x08, 0x24, 0xa6, 0x56, 0x2e, 0xda, 0x60, 449 » 0x60, 0x79, 0x6c, 0x74, 0xd0, 0x41, 0xa8, 0x7b, 0xb0, 0x77, 0x65, 0xbe, 0xb2, 0xd7, 0xe8, 0xc8,
420 » 0x85, 0x3c, 0x87, 0xff, 0x8b, 0x8e, 0x2d, 0x8f, 0x18, 0x6a, 0x2c, 0xe2, 0xd4, 0xb1, 0x34, 0xbc, 450 » 0xd1, 0xf4, 0xb6, 0x4f, 0x9b, 0xf8, 0x2c, 0xf2, 0x12, 0x76, 0xb8, 0x4c, 0x12, 0x99, 0x86, 0xe5,
421 » 0x67, 0x0a, 0xcb, 0x2a, 0x4f, 0x5e, 0x43, 0xa7, 0x94, 0xdb, 0x69, 0x21, 0xc6, 0x9e, 0x0d, 0x0f, 451 » 0x0e, 0x42, 0xc3, 0x96, 0x1a, 0x07, 0xdd, 0xc0, 0x96, 0xc4, 0xc5, 0xca, 0x32, 0x33, 0x8c, 0x90,
422 » 0x64, 0x2b, 0x27, 0x4f, 0x16, 0x06, 0x45, 0x2b, 0x38, 0x99, 0x43, 0xb7, 0xd8, 0x23, 0x99, 0xcf, 452 » 0x17, 0x70, 0xc7, 0x67, 0xcc, 0xa3, 0x44, 0xe0, 0xb6, 0x64, 0xaa, 0x83, 0x86, 0xc5, 0xfb, 0x2e,
423 » 0x13, 0xe6, 0xb4, 0x91, 0xbb, 0x3d, 0xbb, 0x7f, 0xbc, 0x9f, 0x6a, 0x0c, 0x3d, 0x37, 0x2d, 0x26, 453 » 0x30, 0xa9, 0xfc, 0xe4, 0x0d, 0xb4, 0xcb, 0xc5, 0x05, 0x9b, 0xc8, 0xfc, 0x53, 0x60, 0x85, 0x93,
424 » 0xc2, 0x11, 0xc3, 0x62, 0x04, 0xfb, 0xce, 0xfc, 0x2c, 0xbf, 0x0c, 0xae, 0x42, 0x72, 0x22, 0x53, 454 » 0x43, 0xe8, 0xf9, 0x3e, 0x4a, 0xf0, 0x28, 0x13, 0x41, 0xd3, 0x0e, 0xb8, 0x7b, 0x73, 0x3e, 0xb5,
425 » 0x6e, 0xca, 0xfc, 0xd4, 0x39, 0xc5, 0x91, 0x2d, 0x3a, 0x30, 0xa0, 0x55, 0x89, 0xd9, 0x18, 0xc8, 455 » 0x0c, 0xdd, 0x72, 0x29, 0xce, 0xc2, 0x12, 0x7b, 0xbe, 0x84, 0xf8, 0x2e, 0x78, 0x5e, 0x9c, 0x55,
426 » 0x1a, 0x11, 0x83, 0x1f, 0x68, 0x87, 0x19, 0xf6, 0x00, 0x40, 0xb2, 0x44, 0xe0, 0x9d, 0x12, 0xf2, 456 » 0x68, 0x50, 0x9c, 0xcc, 0x4d, 0xa8, 0x05, 0xd7, 0x41, 0x0b, 0x4b, 0xf6, 0xe8, 0xc0, 0x41, 0xd3,
427 » 0xa6, 0x90, 0xb9, 0x96, 0x21, 0x04, 0x2c, 0x6d, 0x80, 0x91, 0x58, 0xff, 0xe7, 0x3d, 0x78, 0x9f, 457 » 0x92, 0x99, 0x39, 0xe4, 0x14, 0x09, 0x32, 0x85, 0x87, 0x86, 0xe9, 0x8b, 0xd0, 0x88, 0x24, 0x8b,
428 » 0x12, 0x26, 0x15, 0x67, 0xa5, 0xa6, 0xb5, 0x0c, 0x79, 0x04, 0xe7, 0xfb, 0xc8, 0xbd, 0x2e, 0x64, 458 » 0x99, 0x11, 0x21, 0x67, 0x29, 0x53, 0x97, 0x61, 0x26, 0x14, 0xc7, 0x1b, 0x60, 0x4b, 0x11, 0xb4,
429 » 0xb4, 0xf7, 0xb9, 0x0f, 0x83, 0x9f, 0x4d, 0x38, 0x2d, 0xc4, 0xa9, 0x56, 0x34, 0x6a, 0x2b, 0xd0, 459 » 0x6d, 0x91, 0xdd, 0x02, 0x9b, 0x79, 0xea, 0xd8, 0x42, 0x9f, 0x2a, 0x66, 0xf0, 0x03, 0xef, 0xc3,
430 » 0x7b, 0xdf, 0x53, 0x2c, 0xc8, 0x49, 0xb5, 0x8d, 0xf7, 0x65, 0x4c, 0x1e, 0x43, 0xf7, 0xd0, 0xd5, 460 » 0x69, 0x7a, 0x00, 0xa0, 0x44, 0x26, 0xf1, 0xc8, 0xa5, 0xba, 0xf4, 0x7b, 0x5f, 0xf3, 0x10, 0x02,
431 » 0xa6, 0x9e, 0x7f, 0x9e, 0xd6, 0xfd, 0x44, 0x8e, 0x35, 0x23, 0x0b, 0x8e, 0xfb, 0x0c, 0x79, 0x05, 461 » 0x0d, 0x7b, 0x11, 0x6e, 0xe7, 0xf6, 0x77, 0x91, 0x83, 0x07, 0x8e, 0x2d, 0x4d, 0x24, 0xca, 0xd5,
432 » 0xed, 0xc2, 0x00, 0xeb, 0x1f, 0x0c, 0x28, 0xb0, 0x39, 0xad, 0x44, 0x72, 0x21, 0xf3, 0xab, 0xde, 462 » 0xac, 0x79, 0xc8, 0x63, 0xd8, 0x5a, 0x59, 0xe1, 0xb9, 0xdf, 0x46, 0x77, 0xe5, 0xfb, 0x30, 0xf8,
433 » 0xd2, 0x2a, 0x57, 0x31, 0x4e, 0xbc, 0xf7, 0x57, 0x3f, 0xfa, 0xec, 0x88, 0x13, 0xa3, 0x0c, 0xda, 463 » 0x55, 0x87, 0x96, 0x7f, 0xe3, 0xaa, 0x45, 0x6d, 0xad, 0x05, 0x1e, 0x23, 0x47, 0xe1, 0xcb, 0x42,
434 » 0x0b, 0xbd, 0xf3, 0xa8, 0x0c, 0x4f, 0xc0, 0xf2, 0xfc, 0xd0, 0x9c, 0xd0, 0x9e, 0xf5, 0x6e, 0xbf, 464 » 0x54, 0xd3, 0x1d, 0x63, 0x69, 0x93, 0x27, 0xd0, 0xbb, 0x7a, 0x1c, 0x75, 0x5b, 0x7f, 0x4b, 0xaf,
435 » 0x4d, 0xaa, 0xab, 0xe4, 0x25, 0x74, 0xca, 0xb3, 0xeb, 0x07, 0x68, 0xdf, 0x7a, 0xc5, 0xe5, 0x69, 465 » 0x9f, 0x05, 0x6a, 0x5c, 0xbb, 0x07, 0xaf, 0x71, 0xe5, 0x21, 0xaf, 0xa1, 0xe9, 0xf7, 0xd8, 0xf8,
436 » 0x68, 0x05, 0x1b, 0xbd, 0x81, 0x8b, 0xc5, 0x1e, 0x71, 0xb9, 0x0b, 0xc8, 0x18, 0x4e, 0x4d, 0x90, 466 » 0x8f, 0x3d, 0x7a, 0xb6, 0x90, 0x95, 0xa9, 0x48, 0xaa, 0xe2, 0x7f, 0x6f, 0xd3, 0xbe, 0x73, 0x65,
437 » 0x22, 0x83, 0x7c, 0xdb, 0x9d, 0x83, 0x19, 0x86, 0x24, 0x2d, 0x31, 0x7f, 0x02, 0x00, 0x00, 0xff, 467 » 0x63, 0xc5, 0xfb, 0x7f, 0x5d, 0xeb, 0x8e, 0xb8, 0x61, 0xa1, 0xc3, 0x1c, 0x9a, 0x47, 0xb6, 0xe7,
438 » 0xff, 0x9e, 0x99, 0x6a, 0xfe, 0x9f, 0x04, 0x00, 0x00, 468 » 0x8d, 0xcf, 0xf0, 0x14, 0x1a, 0x8c, 0xc7, 0x6e, 0xc2, 0xee, 0x41, 0xff, 0xfa, 0xc7, 0x82, 0xda,
469 » 0x28, 0x79, 0x05, 0xed, 0x72, 0x76, 0xfb, 0x45, 0xe8, 0x5e, 0xfb, 0xac, 0x94, 0xd3, 0xd0, 0x0a,
470 » 0x1b, 0xbe, 0x85, 0xed, 0xa3, 0x15, 0x71, 0xbc, 0x58, 0x92, 0x7d, 0x68, 0x39, 0x43, 0xa3, 0x82,
471 » 0xa2, 0xdb, 0xdd, 0x2b, 0x35, 0x9c, 0x48, 0x5a, 0x32, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x69,
472 » 0x62, 0xb7, 0xdd, 0x30, 0x05, 0x00, 0x00,
439 } 473 }
OLDNEW
« no previous file with comments | « go/src/infra/tools/swarming-transition/cmd/swarmbucketbuilders/main.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698