test_platform: Add parameter to control crash uploads

BUG=chromium:1156826
TEST=./generate.sh

Change-Id: I513cb8cb07bf887ffea0472993228b447cbf62cb
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/infra/proto/+/2604397
Reviewed-by: Miriam Zimmerman <mutexlox@chromium.org>
Reviewed-by: Brigit Rossbach <brigitr@google.com>
Commit-Queue: Prathmesh Prabhu <pprabhu@google.com>
diff --git a/go/test_platform/execution/param.pb.go b/go/test_platform/execution/param.pb.go
new file mode 100644
index 0000000..5f0e3d7
--- /dev/null
+++ b/go/test_platform/execution/param.pb.go
@@ -0,0 +1,87 @@
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// source: test_platform/execution/param.proto
+
+package execution
+
+import (
+	fmt "fmt"
+	proto "github.com/golang/protobuf/proto"
+	math "math"
+)
+
+// Reference imports to suppress errors if they are not otherwise used.
+var _ = proto.Marshal
+var _ = fmt.Errorf
+var _ = math.Inf
+
+// This is a compile-time assertion to ensure that this generated file
+// is compatible with the proto package it is being compiled against.
+// A compilation error at this line likely means your copy of the
+// proto package needs to be updated.
+const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
+
+// Uniformly applied parameters for all test executions in a test platform
+// request.
+type Param struct {
+	// If set, crash reports generated during test execution are uploaded to a
+	// builder-determined crash server (e.g. http://crash or
+	// http://crash-staging)
+	UploadCrashes        bool     `protobuf:"varint,1,opt,name=upload_crashes,json=uploadCrashes,proto3" json:"upload_crashes,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
+}
+
+func (m *Param) Reset()         { *m = Param{} }
+func (m *Param) String() string { return proto.CompactTextString(m) }
+func (*Param) ProtoMessage()    {}
+func (*Param) Descriptor() ([]byte, []int) {
+	return fileDescriptor_fc6ec3ce2d4aaa92, []int{0}
+}
+
+func (m *Param) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_Param.Unmarshal(m, b)
+}
+func (m *Param) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_Param.Marshal(b, m, deterministic)
+}
+func (m *Param) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_Param.Merge(m, src)
+}
+func (m *Param) XXX_Size() int {
+	return xxx_messageInfo_Param.Size(m)
+}
+func (m *Param) XXX_DiscardUnknown() {
+	xxx_messageInfo_Param.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_Param proto.InternalMessageInfo
+
+func (m *Param) GetUploadCrashes() bool {
+	if m != nil {
+		return m.UploadCrashes
+	}
+	return false
+}
+
+func init() {
+	proto.RegisterType((*Param)(nil), "test_platform.execution.Param")
+}
+
+func init() {
+	proto.RegisterFile("test_platform/execution/param.proto", fileDescriptor_fc6ec3ce2d4aaa92)
+}
+
+var fileDescriptor_fc6ec3ce2d4aaa92 = []byte{
+	// 150 bytes of a gzipped FileDescriptorProto
+	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x2e, 0x49, 0x2d, 0x2e,
+	0x89, 0x2f, 0xc8, 0x49, 0x2c, 0x49, 0xcb, 0x2f, 0xca, 0xd5, 0x4f, 0xad, 0x48, 0x4d, 0x2e, 0x2d,
+	0xc9, 0xcc, 0xcf, 0xd3, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17,
+	0x12, 0x47, 0x51, 0xa4, 0x07, 0x57, 0xa4, 0xa4, 0xc7, 0xc5, 0x1a, 0x00, 0x52, 0x27, 0xa4, 0xca,
+	0xc5, 0x57, 0x5a, 0x90, 0x93, 0x9f, 0x98, 0x12, 0x9f, 0x5c, 0x94, 0x58, 0x9c, 0x91, 0x5a, 0x2c,
+	0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x11, 0xc4, 0x0b, 0x11, 0x75, 0x86, 0x08, 0x3a, 0x39, 0x47, 0x39,
+	0xa6, 0xe7, 0xeb, 0x25, 0x67, 0x14, 0xe5, 0xe7, 0x66, 0x96, 0xe6, 0xea, 0xe5, 0x17, 0xa5, 0xeb,
+	0xc3, 0x38, 0xf9, 0xc5, 0xfa, 0x99, 0x79, 0x69, 0x45, 0x89, 0xfa, 0x60, 0x2b, 0xf5, 0xd3, 0xf3,
+	0xf5, 0x71, 0xb8, 0x2c, 0x89, 0x0d, 0xac, 0xc2, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0xa5, 0x7d,
+	0xea, 0xf6, 0xbb, 0x00, 0x00, 0x00,
+}
diff --git a/go/test_platform/phosphorus/common.pb.go b/go/test_platform/phosphorus/common.pb.go
index 2db1f8a..eb6186f 100644
--- a/go/test_platform/phosphorus/common.pb.go
+++ b/go/test_platform/phosphorus/common.pb.go
@@ -172,11 +172,63 @@
 	return 0
 }
 
+type FetchCrashesStep struct {
+	// URL of the crash server where crashes can be uploaded.
+	// e.g.: https://clients2.google.com/cr/report
+	CrashServerReportUrl string `protobuf:"bytes,1,opt,name=crash_server_report_url,json=crashServerReportUrl,proto3" json:"crash_server_report_url,omitempty"`
+	// URL of the crash server where pre-uploaded crashes can be viewed.
+	// e.g.: https://crash.corp.google.com
+	CrashServerViewUrl   string   `protobuf:"bytes,2,opt,name=crash_server_view_url,json=crashServerViewUrl,proto3" json:"crash_server_view_url,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
+}
+
+func (m *FetchCrashesStep) Reset()         { *m = FetchCrashesStep{} }
+func (m *FetchCrashesStep) String() string { return proto.CompactTextString(m) }
+func (*FetchCrashesStep) ProtoMessage()    {}
+func (*FetchCrashesStep) Descriptor() ([]byte, []int) {
+	return fileDescriptor_6d57f1c2e65b1971, []int{3}
+}
+
+func (m *FetchCrashesStep) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_FetchCrashesStep.Unmarshal(m, b)
+}
+func (m *FetchCrashesStep) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_FetchCrashesStep.Marshal(b, m, deterministic)
+}
+func (m *FetchCrashesStep) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_FetchCrashesStep.Merge(m, src)
+}
+func (m *FetchCrashesStep) XXX_Size() int {
+	return xxx_messageInfo_FetchCrashesStep.Size(m)
+}
+func (m *FetchCrashesStep) XXX_DiscardUnknown() {
+	xxx_messageInfo_FetchCrashesStep.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_FetchCrashesStep proto.InternalMessageInfo
+
+func (m *FetchCrashesStep) GetCrashServerReportUrl() string {
+	if m != nil {
+		return m.CrashServerReportUrl
+	}
+	return ""
+}
+
+func (m *FetchCrashesStep) GetCrashServerViewUrl() string {
+	if m != nil {
+		return m.CrashServerViewUrl
+	}
+	return ""
+}
+
 // Config defines configuration parameters common to phosphorus subcommands.
 type Config struct {
 	Bot                  *BotEnvironment    `protobuf:"bytes,1,opt,name=bot,proto3" json:"bot,omitempty"`
 	Task                 *TaskEnvironment   `protobuf:"bytes,2,opt,name=task,proto3" json:"task,omitempty"`
 	LogDataUploadStep    *LogDataUploadStep `protobuf:"bytes,3,opt,name=log_data_upload_step,json=logDataUploadStep,proto3" json:"log_data_upload_step,omitempty"`
+	FetchCrashesStep     *FetchCrashesStep  `protobuf:"bytes,4,opt,name=fetch_crashes_step,json=fetchCrashesStep,proto3" json:"fetch_crashes_step,omitempty"`
 	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
 	XXX_unrecognized     []byte             `json:"-"`
 	XXX_sizecache        int32              `json:"-"`
@@ -186,7 +238,7 @@
 func (m *Config) String() string { return proto.CompactTextString(m) }
 func (*Config) ProtoMessage()    {}
 func (*Config) Descriptor() ([]byte, []int) {
-	return fileDescriptor_6d57f1c2e65b1971, []int{3}
+	return fileDescriptor_6d57f1c2e65b1971, []int{4}
 }
 
 func (m *Config) XXX_Unmarshal(b []byte) error {
@@ -228,10 +280,18 @@
 	return nil
 }
 
+func (m *Config) GetFetchCrashesStep() *FetchCrashesStep {
+	if m != nil {
+		return m.FetchCrashesStep
+	}
+	return nil
+}
+
 func init() {
 	proto.RegisterType((*BotEnvironment)(nil), "test_platform.phosphorus.BotEnvironment")
 	proto.RegisterType((*TaskEnvironment)(nil), "test_platform.phosphorus.TaskEnvironment")
 	proto.RegisterType((*LogDataUploadStep)(nil), "test_platform.phosphorus.LogDataUploadStep")
+	proto.RegisterType((*FetchCrashesStep)(nil), "test_platform.phosphorus.FetchCrashesStep")
 	proto.RegisterType((*Config)(nil), "test_platform.phosphorus.Config")
 }
 
@@ -240,29 +300,35 @@
 }
 
 var fileDescriptor_6d57f1c2e65b1971 = []byte{
-	// 384 bytes of a gzipped FileDescriptorProto
-	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0xcf, 0xaa, 0xd3, 0x40,
-	0x14, 0xc6, 0xc9, 0xbd, 0xf5, 0xa2, 0x13, 0xb9, 0xb6, 0xb1, 0x68, 0x77, 0x6a, 0x40, 0xa8, 0x88,
-	0x09, 0xb4, 0xae, 0x04, 0x37, 0x69, 0x5c, 0x54, 0xc4, 0x45, 0xd4, 0x8d, 0x08, 0xc3, 0x69, 0x3a,
-	0x49, 0x87, 0x66, 0xe6, 0x0c, 0x73, 0x26, 0x52, 0x5f, 0xc9, 0xb7, 0xf2, 0x4d, 0x24, 0x63, 0x6b,
-	0xff, 0x5c, 0xb2, 0xcc, 0x77, 0x7e, 0xbf, 0x93, 0xe4, 0xe3, 0xb0, 0x97, 0x4e, 0x90, 0xe3, 0xa6,
-	0x01, 0x57, 0xa1, 0x55, 0xa9, 0xd9, 0x20, 0x99, 0x0d, 0xda, 0x96, 0xd2, 0x12, 0x95, 0x42, 0x9d,
-	0x18, 0x8b, 0x0e, 0xa3, 0xc9, 0x19, 0x96, 0x1c, 0xb1, 0x78, 0xce, 0x6e, 0x33, 0x74, 0x1f, 0xf4,
-	0x4f, 0x69, 0x51, 0x2b, 0xa1, 0x5d, 0xf4, 0x82, 0x3d, 0x84, 0xd6, 0xa1, 0x37, 0xd6, 0xd2, 0x4e,
-	0x82, 0xe7, 0xc1, 0xf4, 0x41, 0x11, 0x1e, 0xb2, 0x5c, 0xda, 0xf8, 0x77, 0xc0, 0x1e, 0x7d, 0x05,
-	0xda, 0x9e, 0x6a, 0xcf, 0x58, 0x68, 0x05, 0xb5, 0x8d, 0x23, 0x6f, 0x5d, 0x79, 0x8b, 0xed, 0xa3,
-	0x5c, 0xda, 0x68, 0xca, 0x86, 0x7e, 0xe7, 0x29, 0x75, 0xed, 0xa9, 0xdb, 0x2e, 0x2f, 0x8e, 0xe4,
-	0x1b, 0xf6, 0x98, 0xc8, 0xf0, 0x15, 0x90, 0xe0, 0x52, 0x41, 0x2d, 0xb8, 0x06, 0x25, 0x26, 0x03,
-	0x0f, 0x0f, 0x89, 0x4c, 0x06, 0x24, 0x96, 0xdd, 0xe0, 0x33, 0x28, 0xf1, 0x71, 0x70, 0x3f, 0x18,
-	0x5e, 0x15, 0x4f, 0xe9, 0x97, 0x2e, 0x37, 0x16, 0x35, 0xb6, 0xc4, 0xb1, 0xaa, 0x1a, 0x84, 0x75,
-	0xf7, 0x8e, 0x78, 0xc9, 0x46, 0x9f, 0xb0, 0xce, 0xc1, 0xc1, 0x37, 0xd3, 0x85, 0x5f, 0x9c, 0x30,
-	0xd1, 0x5b, 0xf6, 0x44, 0xc1, 0x8e, 0x97, 0xa8, 0xcb, 0xd6, 0x5a, 0xa1, 0x1d, 0x6f, 0xfd, 0x90,
-	0xfc, 0xef, 0xde, 0x2b, 0xc6, 0x0a, 0x76, 0x8b, 0xff, 0xc3, 0x7f, 0x22, 0xc5, 0x7f, 0x02, 0x76,
-	0xb3, 0x40, 0x5d, 0xc9, 0x3a, 0x7a, 0xc7, 0xae, 0x57, 0xe8, 0x3c, 0x1d, 0xce, 0xa6, 0x49, 0x5f,
-	0xbf, 0xc9, 0x79, 0xb9, 0x45, 0x27, 0x45, 0xef, 0xd9, 0xc0, 0x01, 0x6d, 0x7d, 0x47, 0xe1, 0xec,
-	0x55, 0xbf, 0x7c, 0xd1, 0x71, 0xe1, 0xb5, 0xe8, 0x07, 0x1b, 0x37, 0x58, 0xf3, 0x35, 0x38, 0xd8,
-	0x7f, 0x35, 0x27, 0x27, 0x8c, 0x2f, 0x33, 0x9c, 0xbd, 0xee, 0x5f, 0x77, 0xa7, 0x86, 0x62, 0xd4,
-	0x5c, 0x46, 0x59, 0xfe, 0x3d, 0xab, 0x31, 0xe9, 0x9a, 0x54, 0xb2, 0x55, 0x09, 0xda, 0x3a, 0x3d,
-	0x3c, 0x20, 0xa5, 0x52, 0x57, 0x16, 0x52, 0x7f, 0x54, 0x69, 0x8d, 0x69, 0xdf, 0xf5, 0xad, 0x6e,
-	0x3c, 0x32, 0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x24, 0xcc, 0xc7, 0xb7, 0xa0, 0x02, 0x00, 0x00,
+	// 477 bytes of a gzipped FileDescriptorProto
+	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x93, 0x51, 0x6b, 0x13, 0x4f,
+	0x14, 0xc5, 0x49, 0x9a, 0x7f, 0xf9, 0x3b, 0x91, 0x9a, 0xae, 0xd1, 0xe6, 0x4d, 0x0d, 0x08, 0x51,
+	0x71, 0x17, 0x53, 0x7d, 0x11, 0x7c, 0x49, 0xa2, 0x50, 0x11, 0x1f, 0xb6, 0x46, 0x44, 0x84, 0x61,
+	0xb2, 0x99, 0xdd, 0x0c, 0xdd, 0x99, 0x3b, 0xdc, 0x3b, 0x9b, 0x56, 0xf0, 0x13, 0xf9, 0x15, 0xfc,
+	0x72, 0xb2, 0x37, 0xa9, 0x4d, 0x52, 0xf2, 0x38, 0xf7, 0x9c, 0xdf, 0x19, 0xf6, 0x9e, 0x1d, 0xf1,
+	0x34, 0x68, 0x0a, 0xd2, 0x97, 0x2a, 0xe4, 0x80, 0x36, 0xf1, 0x0b, 0x20, 0xbf, 0x00, 0xac, 0x28,
+	0xc9, 0xc0, 0x5a, 0x70, 0xb1, 0x47, 0x08, 0x10, 0xf5, 0xb6, 0x6c, 0xf1, 0x8d, 0xad, 0x7f, 0x2a,
+	0x8e, 0x46, 0x10, 0xde, 0xbb, 0xa5, 0x41, 0x70, 0x56, 0xbb, 0x10, 0x3d, 0x11, 0x77, 0x55, 0x15,
+	0x80, 0x89, 0xb9, 0xc1, 0x5e, 0xe3, 0x71, 0x63, 0x70, 0x27, 0x6d, 0x5f, 0xcf, 0x26, 0x06, 0xfb,
+	0xbf, 0x1b, 0xe2, 0xde, 0x17, 0x45, 0x17, 0x9b, 0xd8, 0x23, 0xd1, 0x46, 0x4d, 0x55, 0x19, 0x88,
+	0xa9, 0x26, 0x53, 0x62, 0x3d, 0x9a, 0x18, 0x8c, 0x06, 0xa2, 0xc3, 0x99, 0x9b, 0xae, 0x03, 0x76,
+	0x1d, 0xd5, 0xf3, 0xf4, 0xc6, 0xf9, 0x52, 0xdc, 0x27, 0xf2, 0x72, 0xa6, 0x48, 0x4b, 0x63, 0x55,
+	0xa1, 0xa5, 0x53, 0x56, 0xf7, 0x5a, 0x6c, 0xee, 0x10, 0xf9, 0x91, 0x22, 0x7d, 0x56, 0x0b, 0x9f,
+	0x95, 0xd5, 0x1f, 0x5b, 0xff, 0x37, 0x3a, 0xcd, 0xf4, 0x84, 0x7e, 0xba, 0x6c, 0x81, 0xe0, 0xa0,
+	0x22, 0x09, 0x79, 0x5e, 0x82, 0x9a, 0xd7, 0x77, 0xf4, 0xcf, 0xc4, 0xf1, 0x27, 0x28, 0x26, 0x2a,
+	0xa8, 0xa9, 0xaf, 0x87, 0xe7, 0x41, 0xfb, 0xe8, 0xb5, 0x78, 0x68, 0xd5, 0x95, 0xcc, 0xc0, 0x65,
+	0x15, 0xa2, 0x76, 0x41, 0x56, 0x2c, 0x12, 0x7f, 0xee, 0x7f, 0x69, 0xd7, 0xaa, 0xab, 0xf1, 0x3f,
+	0x71, 0x05, 0x52, 0xff, 0x97, 0xe8, 0x7c, 0xd0, 0x21, 0x5b, 0x8c, 0x51, 0xd1, 0x42, 0x13, 0x27,
+	0xbd, 0x11, 0x27, 0x59, 0x7d, 0x94, 0xa4, 0x71, 0xa9, 0x51, 0xa2, 0xf6, 0x80, 0x41, 0x56, 0x58,
+	0xae, 0x37, 0xd7, 0x65, 0xf9, 0x9c, 0xd5, 0x94, 0xc5, 0x29, 0x96, 0xd1, 0x2b, 0xf1, 0x60, 0x0b,
+	0x5b, 0x1a, 0x7d, 0xc9, 0xd0, 0x6a, 0x71, 0xd1, 0x06, 0xf4, 0xd5, 0xe8, 0xcb, 0x29, 0x96, 0xfd,
+	0x3f, 0x4d, 0x71, 0x38, 0x06, 0x97, 0x9b, 0x22, 0x7a, 0x2b, 0x0e, 0x66, 0x10, 0xf8, 0x82, 0xf6,
+	0x70, 0x10, 0xef, 0x6b, 0x37, 0xde, 0xae, 0x36, 0xad, 0xa1, 0xe8, 0x9d, 0x68, 0x05, 0x45, 0x17,
+	0x7c, 0x51, 0x7b, 0xf8, 0x6c, 0x3f, 0xbc, 0xd3, 0x70, 0xca, 0x58, 0xf4, 0x43, 0x74, 0x4b, 0x28,
+	0xe4, 0x5c, 0x05, 0xb5, 0xde, 0x99, 0xa4, 0xa0, 0x3d, 0x57, 0xd9, 0x1e, 0xbe, 0xd8, 0x1f, 0x77,
+	0xab, 0x84, 0xf4, 0xb8, 0xbc, 0xd5, 0xcb, 0x37, 0x11, 0xe5, 0xf5, 0x86, 0x65, 0xb6, 0x5a, 0xf1,
+	0x2a, 0xbb, 0xc5, 0xd9, 0xcf, 0xf7, 0x67, 0xef, 0xb6, 0x92, 0x76, 0xf2, 0x9d, 0xc9, 0x68, 0xf2,
+	0x7d, 0x54, 0x40, 0x5c, 0xff, 0x21, 0xd6, 0x54, 0x36, 0x06, 0x2c, 0x92, 0xeb, 0x03, 0x50, 0x62,
+	0x5c, 0x8e, 0x2a, 0xe1, 0xc7, 0x92, 0x14, 0x90, 0xec, 0x7b, 0x55, 0xb3, 0x43, 0xb6, 0x9c, 0xfe,
+	0x0d, 0x00, 0x00, 0xff, 0xff, 0xc6, 0xf4, 0x67, 0xce, 0x78, 0x03, 0x00, 0x00,
 }
diff --git a/go/test_platform/phosphorus/fetchcrashes.pb.go b/go/test_platform/phosphorus/fetchcrashes.pb.go
index 6e7a588..e2dab50 100644
--- a/go/test_platform/phosphorus/fetchcrashes.pb.go
+++ b/go/test_platform/phosphorus/fetchcrashes.pb.go
@@ -75,7 +75,7 @@
 	UploadCrashes bool `protobuf:"varint,4,opt,name=upload_crashes,json=uploadCrashes,proto3" json:"upload_crashes,omitempty"`
 	// If set, upload crashes to http://crash-staging instead of http://crash.
 	// Useful for testing.
-	UseStaging           bool     `protobuf:"varint,5,opt,name=use_staging,json=useStaging,proto3" json:"use_staging,omitempty"`
+	UseStaging           bool     `protobuf:"varint,5,opt,name=use_staging,json=useStaging,proto3" json:"use_staging,omitempty"` // Deprecated: Do not use.
 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 	XXX_unrecognized     []byte   `json:"-"`
 	XXX_sizecache        int32    `json:"-"`
@@ -134,6 +134,7 @@
 	return false
 }
 
+// Deprecated: Do not use.
 func (m *FetchCrashesRequest) GetUseStaging() bool {
 	if m != nil {
 		return m.UseStaging
@@ -304,42 +305,42 @@
 }
 
 var fileDescriptor_8145b7cb95f95596 = []byte{
-	// 579 bytes of a gzipped FileDescriptorProto
-	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0xd1, 0x6e, 0xd3, 0x3e,
-	0x14, 0xc6, 0xff, 0x69, 0xd7, 0x6d, 0x39, 0xdd, 0xa6, 0xfc, 0x0d, 0x48, 0x61, 0x80, 0x56, 0x8a,
-	0x86, 0x2a, 0x21, 0x25, 0xd2, 0x40, 0x88, 0x3b, 0x58, 0x9b, 0x4c, 0x14, 0xc1, 0x36, 0xb9, 0xe9,
-	0x0d, 0x37, 0x96, 0xd7, 0xb8, 0xa9, 0xa5, 0xc4, 0x0e, 0xb6, 0x23, 0xb1, 0xd7, 0xe3, 0x05, 0x78,
-	0x17, 0x9e, 0x00, 0xc5, 0x49, 0xd9, 0x2a, 0x51, 0xee, 0x9c, 0x2f, 0xbf, 0xe3, 0xf3, 0x7d, 0xc7,
-	0x36, 0xbc, 0x32, 0x4c, 0x1b, 0x52, 0xe6, 0xd4, 0x2c, 0xa5, 0x2a, 0xc2, 0x72, 0x25, 0x75, 0xb9,
-	0x92, 0xaa, 0xd2, 0xe1, 0x92, 0x99, 0xc5, 0x6a, 0xa1, 0xa8, 0x5e, 0x31, 0x1d, 0x94, 0x4a, 0x1a,
-	0x89, 0xfc, 0x0d, 0x38, 0xb8, 0x83, 0x8f, 0x4f, 0x32, 0x29, 0xb3, 0x9c, 0x85, 0x96, 0xbb, 0xa9,
-	0x96, 0xa1, 0xe1, 0x05, 0xd3, 0x86, 0x16, 0x65, 0x53, 0x7a, 0x7c, 0xba, 0xb5, 0xcf, 0x42, 0x16,
-	0x85, 0x14, 0x0d, 0x36, 0xfc, 0xe5, 0xc0, 0x83, 0x8b, 0xba, 0xf1, 0xa4, 0x69, 0x8c, 0xd9, 0xb7,
-	0x8a, 0x69, 0x83, 0xde, 0xc1, 0xee, 0x42, 0x8a, 0x25, 0xcf, 0x7c, 0x67, 0xe0, 0x8c, 0xfa, 0x67,
-	0x83, 0x60, 0x9b, 0x95, 0x60, 0x62, 0x39, 0xdc, 0xf2, 0xe8, 0x39, 0x1c, 0xa4, 0x95, 0x21, 0x2b,
-	0xa9, 0x8d, 0xa0, 0x05, 0xf3, 0x3b, 0x03, 0x67, 0xe4, 0xe2, 0x7e, 0x5a, 0x99, 0x8f, 0xad, 0x84,
-	0xde, 0xc2, 0x7e, 0xca, 0x68, 0x9a, 0x73, 0xc1, 0xfc, 0xae, 0xdd, 0xfe, 0x38, 0x68, 0xf2, 0x04,
-	0xeb, 0x3c, 0x41, 0xb2, 0xce, 0x83, 0xff, 0xb0, 0xe8, 0x14, 0x8e, 0xaa, 0x32, 0x97, 0x34, 0x25,
-	0xed, 0x98, 0xfc, 0x9d, 0x81, 0x33, 0xda, 0xc7, 0x87, 0x8d, 0xda, 0x46, 0x40, 0x27, 0xd0, 0xaf,
-	0x34, 0x23, 0xda, 0xd0, 0x8c, 0x8b, 0xcc, 0xef, 0x59, 0x06, 0x2a, 0xcd, 0x66, 0x8d, 0x32, 0xfc,
-	0xe1, 0xc0, 0x81, 0x85, 0x67, 0x55, 0x51, 0x50, 0x75, 0x8b, 0x9e, 0x80, 0xcb, 0xbe, 0xb3, 0x05,
-	0xb1, 0x86, 0x1d, 0x6b, 0x78, 0xbf, 0x16, 0x2e, 0x6b, 0xb7, 0xcf, 0x00, 0xda, 0xae, 0x95, 0xca,
-	0xdb, 0x38, 0x6e, 0xa3, 0xcc, 0x55, 0x8e, 0xde, 0xc3, 0x53, 0x2e, 0x48, 0xa9, 0x64, 0xa6, 0x98,
-	0xd6, 0x84, 0x0b, 0xc3, 0x32, 0x45, 0x0d, 0x97, 0x82, 0xd4, 0x23, 0xb3, 0x01, 0x5d, 0xfc, 0x98,
-	0x8b, 0xeb, 0x16, 0x99, 0xde, 0x11, 0x49, 0x3d, 0x6a, 0x0f, 0xba, 0x9a, 0x67, 0x36, 0x8a, 0x8b,
-	0xeb, 0x25, 0x7a, 0x01, 0x87, 0x4b, 0x9e, 0xb3, 0xda, 0x0d, 0xb9, 0xa1, 0x9a, 0xd9, 0x08, 0x2e,
-	0x3e, 0x58, 0x8b, 0x63, 0xaa, 0xd9, 0xf0, 0x67, 0x07, 0x1e, 0x6e, 0x9e, 0x9c, 0x2e, 0xa5, 0xd0,
-	0x0c, 0x7d, 0x82, 0x9e, 0x36, 0xd4, 0x34, 0x41, 0x8e, 0xce, 0xde, 0x6c, 0x3f, 0xb9, 0xbf, 0x95,
-	0x07, 0xb3, 0xba, 0x16, 0x37, 0x5b, 0xa0, 0x0f, 0xb0, 0xb7, 0x1e, 0x75, 0x67, 0xd0, 0x1d, 0xf5,
-	0xcf, 0x5e, 0xfe, 0xe3, 0x1e, 0xdc, 0x9b, 0x28, 0x5e, 0x97, 0xa1, 0x11, 0x78, 0xed, 0x92, 0x28,
-	0x93, 0x12, 0x29, 0xf2, 0x5b, 0x7f, 0x67, 0xd0, 0x1d, 0xb9, 0xf8, 0xa8, 0xd5, 0xb1, 0x49, 0xaf,
-	0x44, 0x7e, 0x7b, 0x9f, 0x34, 0xb9, 0x6e, 0xc8, 0xde, 0x06, 0x99, 0xe4, 0xba, 0x26, 0x87, 0x73,
-	0xe8, 0x59, 0x97, 0xe8, 0x11, 0xfc, 0x3f, 0x4b, 0xce, 0x93, 0x98, 0xcc, 0x2f, 0x67, 0xd7, 0xf1,
-	0x64, 0x7a, 0x31, 0x8d, 0x23, 0xef, 0x3f, 0x74, 0x08, 0xee, 0x6c, 0x3e, 0x99, 0xc4, 0x71, 0x14,
-	0x47, 0x9e, 0x83, 0x00, 0x76, 0x2f, 0xce, 0xa7, 0x9f, 0xe3, 0xc8, 0xeb, 0xd4, 0xbf, 0x92, 0xe9,
-	0x97, 0x38, 0x22, 0x57, 0xf3, 0xc4, 0xeb, 0xa2, 0x3e, 0xec, 0x9d, 0x8f, 0xaf, 0x70, 0x12, 0x47,
-	0xde, 0xce, 0x38, 0xfa, 0x3a, 0xce, 0x64, 0xb0, 0x58, 0x29, 0x59, 0xf0, 0xaa, 0x08, 0xa4, 0xca,
-	0xc2, 0xf5, 0x87, 0xd4, 0x21, 0x17, 0x4b, 0x45, 0x9b, 0xf7, 0x16, 0x66, 0x32, 0xdc, 0xf6, 0xbc,
-	0x6e, 0x76, 0x2d, 0xf2, 0xfa, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0xbc, 0xc9, 0x19, 0x46, 0xe9,
-	0x03, 0x00, 0x00,
+	// 582 bytes of a gzipped FileDescriptorProto
+	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0x5f, 0x6f, 0xd3, 0x3c,
+	0x14, 0xc6, 0xdf, 0xb4, 0xeb, 0xb6, 0x9c, 0x6e, 0x53, 0x5e, 0x03, 0x52, 0x18, 0x20, 0x4a, 0xa7,
+	0xa1, 0x4a, 0x48, 0x89, 0x34, 0x10, 0xe2, 0x0e, 0xd6, 0x26, 0x13, 0x45, 0xb0, 0x4d, 0x6e, 0x7a,
+	0xc3, 0x8d, 0xe5, 0x35, 0x6e, 0x62, 0x29, 0xb1, 0x83, 0xed, 0x48, 0xec, 0xeb, 0xf1, 0x05, 0xf8,
+	0x36, 0x5c, 0xa3, 0xfc, 0x63, 0xab, 0x44, 0xb9, 0x73, 0x9e, 0xfc, 0x8e, 0xcf, 0xf3, 0x1c, 0xdb,
+	0xf0, 0xca, 0x30, 0x6d, 0x48, 0x91, 0x51, 0xb3, 0x96, 0x2a, 0xf7, 0x8b, 0x54, 0xea, 0x22, 0x95,
+	0xaa, 0xd4, 0xfe, 0x9a, 0x99, 0x55, 0xba, 0x52, 0x54, 0xa7, 0x4c, 0x7b, 0x85, 0x92, 0x46, 0x22,
+	0x77, 0x03, 0xf6, 0xee, 0xe0, 0xe3, 0xe7, 0x89, 0x94, 0x49, 0xc6, 0xfc, 0x9a, 0xbb, 0x29, 0xd7,
+	0xbe, 0xe1, 0x39, 0xd3, 0x86, 0xe6, 0x45, 0x53, 0x7a, 0x7c, 0xba, 0xb5, 0xcf, 0x4a, 0xe6, 0xb9,
+	0x14, 0x0d, 0x36, 0xfe, 0x65, 0xc1, 0x83, 0x8b, 0xaa, 0xf1, 0xac, 0x69, 0x8c, 0xd9, 0xb7, 0x92,
+	0x69, 0x83, 0xde, 0xc1, 0xee, 0x4a, 0x8a, 0x35, 0x4f, 0x5c, 0x6b, 0x64, 0x4d, 0x86, 0x67, 0x23,
+	0x6f, 0x9b, 0x15, 0x6f, 0x56, 0x73, 0xb8, 0xe5, 0xd1, 0x0b, 0x38, 0x88, 0x4b, 0x43, 0x52, 0xa9,
+	0x8d, 0xa0, 0x39, 0x73, 0x7b, 0x23, 0x6b, 0x62, 0xe3, 0x61, 0x5c, 0x9a, 0x8f, 0xad, 0x84, 0xde,
+	0xc2, 0x7e, 0xcc, 0x68, 0x9c, 0x71, 0xc1, 0xdc, 0x7e, 0xbd, 0xfd, 0xb1, 0xd7, 0xe4, 0xf1, 0xba,
+	0x3c, 0x5e, 0xd4, 0xe5, 0xc1, 0x7f, 0x58, 0x74, 0x0a, 0x47, 0x65, 0x91, 0x49, 0x1a, 0x93, 0x76,
+	0x4c, 0xee, 0xce, 0xc8, 0x9a, 0xec, 0xe3, 0xc3, 0x46, 0x6d, 0x23, 0xa0, 0x13, 0x18, 0x96, 0x9a,
+	0x11, 0x6d, 0x68, 0xc2, 0x45, 0xe2, 0x0e, 0x2a, 0x66, 0xda, 0x73, 0x2d, 0x0c, 0xa5, 0x66, 0x8b,
+	0x46, 0x1d, 0xff, 0xb0, 0xe0, 0xa0, 0x2e, 0x58, 0x94, 0x79, 0x4e, 0xd5, 0x2d, 0x7a, 0x02, 0x36,
+	0xfb, 0xce, 0x56, 0xa4, 0x36, 0x6d, 0xd5, 0xa6, 0xf7, 0x2b, 0xe1, 0xb2, 0x72, 0xfc, 0x0c, 0xa0,
+	0xed, 0x5c, 0xaa, 0xac, 0x8d, 0x64, 0x37, 0xca, 0x52, 0x65, 0xe8, 0x3d, 0x3c, 0xe5, 0x82, 0x14,
+	0x4a, 0x26, 0x8a, 0x69, 0x4d, 0xb8, 0x30, 0x2c, 0x51, 0xd4, 0x70, 0x29, 0x48, 0x35, 0xb6, 0x3a,
+	0xa4, 0x8d, 0x1f, 0x73, 0x71, 0xdd, 0x22, 0xf3, 0x3b, 0x22, 0xaa, 0xc6, 0xed, 0x40, 0x5f, 0xf3,
+	0xa4, 0x8e, 0x63, 0xe3, 0x6a, 0x89, 0x4e, 0xe0, 0x70, 0xcd, 0x33, 0x56, 0xb9, 0x21, 0x37, 0x54,
+	0xb3, 0x3a, 0x86, 0x8d, 0x0f, 0x3a, 0x71, 0x4a, 0x35, 0x1b, 0xff, 0xec, 0xc1, 0xc3, 0xcd, 0xd3,
+	0xd3, 0x85, 0x14, 0x9a, 0xa1, 0x4f, 0x30, 0xd0, 0x86, 0x9a, 0x26, 0xc8, 0xd1, 0xd9, 0x9b, 0xed,
+	0xa7, 0xf7, 0xb7, 0x72, 0x6f, 0x51, 0xd5, 0xe2, 0x66, 0x0b, 0xf4, 0x01, 0xf6, 0xba, 0x71, 0xf7,
+	0x46, 0xfd, 0xc9, 0xf0, 0xec, 0xe5, 0x3f, 0xee, 0xc2, 0xbd, 0x89, 0xe2, 0xae, 0x0c, 0x4d, 0xc0,
+	0x69, 0x97, 0x44, 0x99, 0x98, 0x48, 0x91, 0xdd, 0xba, 0x3b, 0xa3, 0xfe, 0xc4, 0xc6, 0x47, 0xad,
+	0x8e, 0x4d, 0x7c, 0x25, 0xb2, 0xdb, 0xfb, 0xa4, 0xc9, 0x74, 0x43, 0x0e, 0x36, 0xc8, 0x28, 0xd3,
+	0x15, 0x39, 0x5e, 0xc2, 0xa0, 0x76, 0x89, 0x1e, 0xc1, 0xff, 0x8b, 0xe8, 0x3c, 0x0a, 0xc9, 0xf2,
+	0x72, 0x71, 0x1d, 0xce, 0xe6, 0x17, 0xf3, 0x30, 0x70, 0xfe, 0x43, 0x87, 0x60, 0x2f, 0x96, 0xb3,
+	0x59, 0x18, 0x06, 0x61, 0xe0, 0x58, 0x08, 0x60, 0xf7, 0xe2, 0x7c, 0xfe, 0x39, 0x0c, 0x9c, 0x5e,
+	0xf5, 0x2b, 0x9a, 0x7f, 0x09, 0x03, 0x72, 0xb5, 0x8c, 0x9c, 0x3e, 0x1a, 0xc2, 0xde, 0xf9, 0xf4,
+	0x0a, 0x47, 0x61, 0xe0, 0xec, 0x4c, 0x83, 0xaf, 0xd3, 0x44, 0x7a, 0xab, 0x54, 0xc9, 0x9c, 0x97,
+	0xb9, 0x27, 0x55, 0xe2, 0x77, 0x1f, 0x52, 0xfb, 0x5c, 0xac, 0x15, 0x6d, 0xde, 0x9c, 0x9f, 0x48,
+	0x7f, 0xdb, 0x13, 0xbb, 0xd9, 0xad, 0x91, 0xd7, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0xbf, 0x2f,
+	0xda, 0xb7, 0xed, 0x03, 0x00, 0x00,
 }
diff --git a/go/test_platform/request.pb.go b/go/test_platform/request.pb.go
index 4046fc2..d0ef14e 100644
--- a/go/test_platform/request.pb.go
+++ b/go/test_platform/request.pb.go
@@ -9,6 +9,7 @@
 	duration "github.com/golang/protobuf/ptypes/duration"
 	api "go.chromium.org/chromiumos/infra/proto/go/chromite/api"
 	chromiumos "go.chromium.org/chromiumos/infra/proto/go/chromiumos"
+	execution "go.chromium.org/chromiumos/infra/proto/go/test_platform/execution"
 	math "math"
 )
 
@@ -138,9 +139,11 @@
 	Decorations          *Request_Params_Decorations          `protobuf:"bytes,8,opt,name=decorations,proto3" json:"decorations,omitempty"`
 	Legacy               *Request_Params_Legacy               `protobuf:"bytes,10,opt,name=legacy,proto3" json:"legacy,omitempty"`
 	Migrations           *Request_Params_Migrations           `protobuf:"bytes,12,opt,name=migrations,proto3" json:"migrations,omitempty"`
-	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
-	XXX_unrecognized     []byte                               `json:"-"`
-	XXX_sizecache        int32                                `json:"-"`
+	// Uniformly applied parameters for all test executions in this request.
+	ExecutionParam       *execution.Param `protobuf:"bytes,13,opt,name=execution_param,json=executionParam,proto3" json:"execution_param,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
+	XXX_unrecognized     []byte           `json:"-"`
+	XXX_sizecache        int32            `json:"-"`
 }
 
 func (m *Request_Params) Reset()         { *m = Request_Params{} }
@@ -245,6 +248,13 @@
 	return nil
 }
 
+func (m *Request_Params) GetExecutionParam() *execution.Param {
+	if m != nil {
+		return m.ExecutionParam
+	}
+	return nil
+}
+
 // HardwareAttributes defines the hardware-bound characteristics
 // of the devices to run tests on.
 type Request_Params_HardwareAttributes struct {
@@ -1255,94 +1265,96 @@
 func init() { proto.RegisterFile("test_platform/request.proto", fileDescriptor_7f5ab0d1581e8f0c) }
 
 var fileDescriptor_7f5ab0d1581e8f0c = []byte{
-	// 1415 bytes of a gzipped FileDescriptorProto
-	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x57, 0xdd, 0x72, 0xdb, 0x36,
-	0x16, 0xb6, 0xac, 0x1f, 0xcb, 0x47, 0xfe, 0x61, 0x60, 0x6f, 0xac, 0xd0, 0x49, 0xd6, 0x9b, 0xcd,
-	0x66, 0xd3, 0x4c, 0x87, 0xea, 0xb8, 0x4d, 0x5b, 0x67, 0x32, 0x9d, 0x4a, 0x96, 0x52, 0x3b, 0xf1,
-	0x8f, 0x02, 0x49, 0x9d, 0x69, 0x2f, 0xca, 0x81, 0x44, 0x88, 0xe6, 0x84, 0x24, 0x64, 0x80, 0xb4,
-	0xa3, 0xb7, 0xe9, 0x0b, 0xf4, 0x22, 0x17, 0x99, 0x3e, 0x46, 0xfb, 0x0e, 0x7d, 0x8a, 0xde, 0x75,
-	0x08, 0x82, 0x14, 0x65, 0xc5, 0xaa, 0xdb, 0xde, 0x11, 0xe7, 0x7c, 0xdf, 0xf9, 0x03, 0xce, 0x01,
-	0x08, 0xdb, 0x01, 0x15, 0x81, 0x39, 0x72, 0x49, 0x30, 0x64, 0xdc, 0xab, 0x71, 0x7a, 0x1e, 0x52,
-	0x11, 0x18, 0x23, 0xce, 0x02, 0x86, 0x56, 0xa7, 0x94, 0xfa, 0xce, 0xe0, 0x8c, 0x33, 0xcf, 0x09,
-	0x68, 0x8d, 0x8c, 0x9c, 0x9a, 0xd4, 0x79, 0x34, 0x20, 0x16, 0x09, 0x48, 0x4c, 0xd0, 0xb7, 0x62,
-	0x44, 0xe8, 0x31, 0x51, 0x1b, 0x30, 0xcf, 0x63, 0xbe, 0x52, 0xdc, 0xb7, 0x19, 0xb3, 0x5d, 0x5a,
-	0x93, 0xab, 0x7e, 0x38, 0xac, 0x59, 0x21, 0x27, 0x81, 0x93, 0xe8, 0x1f, 0xbc, 0xd3, 0x61, 0x09,
-	0xc7, 0xbe, 0xd1, 0x53, 0x28, 0x8d, 0x08, 0x27, 0x9e, 0xa8, 0xe6, 0x76, 0x72, 0x8f, 0x2b, 0xbb,
-	0xf7, 0x8c, 0xa9, 0x30, 0x0c, 0x85, 0x33, 0xda, 0x12, 0x84, 0x15, 0x18, 0x3d, 0x87, 0xe5, 0x04,
-	0xe7, 0x57, 0x8b, 0x92, 0xf9, 0xef, 0x6b, 0x98, 0x5d, 0x2a, 0x82, 0xb6, 0x4b, 0x7c, 0x5c, 0x0e,
-	0xd4, 0x97, 0xfe, 0x1b, 0x82, 0x52, 0x6c, 0x10, 0x11, 0xd8, 0x38, 0x23, 0xdc, 0xba, 0x24, 0x9c,
-	0x9a, 0x24, 0x08, 0xb8, 0xd3, 0x0f, 0x03, 0x9a, 0x04, 0xf3, 0xc9, 0xdc, 0x60, 0x8c, 0x03, 0x45,
-	0xac, 0xa7, 0x3c, 0x8c, 0xce, 0x66, 0x64, 0x91, 0x0b, 0xc1, 0x86, 0xc1, 0x55, 0x17, 0x8b, 0x37,
-	0x71, 0xd1, 0x51, 0xc4, 0xac, 0x0b, 0x31, 0x23, 0x8b, 0x5c, 0x0c, 0x39, 0xa5, 0x91, 0x85, 0xac,
-	0x8b, 0xe5, 0x9b, 0xb8, 0x78, 0xa1, 0x88, 0x59, 0x17, 0xc3, 0x19, 0x19, 0xa2, 0xf0, 0xaf, 0x34,
-	0x0b, 0x8b, 0x8e, 0xa8, 0x6f, 0x51, 0x7f, 0xe0, 0x50, 0x51, 0xcd, 0xef, 0xe4, 0x6f, 0x9e, 0x47,
-	0x33, 0x61, 0x8e, 0xf1, 0xa6, 0xb8, 0x2a, 0x73, 0xa8, 0x40, 0x07, 0x00, 0x62, 0x70, 0x46, 0xad,
-	0xd0, 0x75, 0x7c, 0xbb, 0x5a, 0x90, 0x09, 0x3c, 0xfe, 0x13, 0xdb, 0x29, 0x1e, 0x67, 0xb8, 0x68,
-	0x0f, 0x8a, 0x9c, 0x06, 0x7c, 0xac, 0x8e, 0xc7, 0x7f, 0xe7, 0x1b, 0xc1, 0x11, 0x14, 0xc7, 0x0c,
-	0xd4, 0x80, 0x72, 0x72, 0xd6, 0xab, 0x25, 0xc9, 0x7e, 0x34, 0x9f, 0x7d, 0xac, 0xd0, 0x38, 0xe5,
-	0xa1, 0xcf, 0xa1, 0x10, 0x38, 0x1e, 0xad, 0x2e, 0x49, 0xfe, 0x83, 0xf9, 0xfc, 0xae, 0xe3, 0x51,
-	0x2c, 0xf1, 0xe8, 0x15, 0x54, 0x2c, 0x3a, 0x60, 0x71, 0xc3, 0x88, 0x6a, 0x59, 0xd2, 0x3f, 0x9a,
-	0x4f, 0x6f, 0x4e, 0x08, 0x38, 0xcb, 0x46, 0xcf, 0xa1, 0xe4, 0x52, 0x9b, 0x0c, 0xc6, 0x55, 0x90,
-	0x76, 0x1e, 0xce, 0xb7, 0x73, 0x24, 0xb1, 0x58, 0x71, 0xa2, 0xbd, 0xf0, 0x1c, 0x3b, 0x89, 0x64,
-	0xe5, 0x26, 0x7b, 0x71, 0x9c, 0xe2, 0x71, 0x86, 0xab, 0x3f, 0x01, 0x34, 0xdb, 0x2c, 0x68, 0x13,
-	0x8a, 0x1e, 0xb3, 0xa8, 0x2b, 0xbb, 0x6d, 0x19, 0xc7, 0x0b, 0xbd, 0x0d, 0x68, 0xf6, 0xd4, 0xa3,
-	0x67, 0xb0, 0xd2, 0x0f, 0x1d, 0xd7, 0x32, 0x03, 0xc2, 0x6d, 0x1a, 0xa8, 0xee, 0xd9, 0x32, 0x26,
-	0x33, 0xc8, 0x68, 0x44, 0xfa, 0xae, 0x54, 0xe3, 0x4a, 0x7f, 0xb2, 0xd0, 0x5b, 0x80, 0x66, 0x0f,
-	0x39, 0xaa, 0xc1, 0x86, 0xb8, 0x24, 0xdc, 0x73, 0x7c, 0xdb, 0xb4, 0x1c, 0x8f, 0xfa, 0x42, 0xa6,
-	0x99, 0xdb, 0xc9, 0x3f, 0x5e, 0xc6, 0x28, 0x51, 0x35, 0x53, 0x8d, 0xfe, 0x63, 0x6e, 0x12, 0xd9,
-	0xe4, 0x1c, 0xa3, 0xff, 0xc3, 0x9a, 0x0c, 0x82, 0x32, 0x61, 0x4a, 0xaf, 0xd5, 0x7c, 0x94, 0xce,
-	0xc1, 0x02, 0x5e, 0x4d, 0xe4, 0x32, 0x32, 0xf4, 0x31, 0xdc, 0xe2, 0xcc, 0x1c, 0x3a, 0xdc, 0x93,
-	0x4d, 0x14, 0x63, 0x0b, 0x0a, 0xbb, 0xce, 0xd9, 0x0b, 0xa5, 0x99, 0xa0, 0x2f, 0xaf, 0xa2, 0x8b,
-	0x29, 0xfa, 0x72, 0x0a, 0xdd, 0x28, 0x42, 0xde, 0xa2, 0x23, 0xfd, 0x97, 0x3c, 0xc0, 0xa4, 0x1d,
-	0xd0, 0x77, 0xb0, 0xe2, 0x11, 0x9f, 0xd8, 0xd4, 0x32, 0x47, 0x8c, 0xc5, 0x75, 0x5e, 0xdb, 0xfd,
-	0xec, 0xa6, 0xed, 0x64, 0x1c, 0xc7, 0xe4, 0x36, 0x63, 0xee, 0xc1, 0x02, 0xae, 0x78, 0x93, 0x65,
-	0x94, 0x75, 0xe8, 0x4f, 0x19, 0x5f, 0x4c, 0xb2, 0x4e, 0xe5, 0x12, 0xa8, 0x43, 0x79, 0xc4, 0x1d,
-	0xc6, 0x9d, 0x60, 0x2c, 0x93, 0xcd, 0xe3, 0x74, 0x8d, 0xee, 0x01, 0x9c, 0x0b, 0x93, 0x0c, 0x06,
-	0x2c, 0xf4, 0x83, 0x38, 0x39, 0xbc, 0x7c, 0x2e, 0xea, 0xb1, 0xe0, 0xc1, 0xef, 0x39, 0xa8, 0x64,
-	0x42, 0x40, 0x77, 0xa1, 0x7a, 0x5c, 0x3f, 0xa9, 0x7f, 0xd3, 0x6a, 0x9a, 0xed, 0xd3, 0xd3, 0x23,
-	0xb3, 0x77, 0xd2, 0x69, 0xb7, 0xf6, 0x0f, 0x5f, 0x1c, 0xb6, 0x9a, 0xda, 0x02, 0xda, 0x80, 0xf5,
-	0x29, 0xed, 0xfe, 0x6b, 0x2d, 0x87, 0x36, 0x41, 0x9b, 0x12, 0x36, 0xbe, 0xed, 0x6a, 0x8b, 0x68,
-	0x0b, 0x36, 0xa6, 0xa4, 0x9d, 0xde, 0x61, 0xb7, 0xd5, 0xd1, 0xf2, 0x33, 0xf0, 0xfd, 0x6e, 0x47,
-	0x2b, 0xa0, 0x7b, 0x70, 0xe7, 0xaa, 0xd4, 0x6c, 0xb7, 0x70, 0xa3, 0x77, 0x78, 0xd4, 0xd4, 0x8a,
-	0x68, 0x1b, 0xb6, 0xa6, 0xd5, 0xa7, 0x27, 0xdd, 0xc3, 0x93, 0xde, 0x69, 0xaf, 0xa3, 0x95, 0xd0,
-	0x7d, 0xd0, 0xa7, 0x94, 0x75, 0xbc, 0x6f, 0xb6, 0x71, 0xab, 0xd3, 0x6b, 0x1c, 0x1f, 0x76, 0xb5,
-	0x25, 0x74, 0x1b, 0xd0, 0x94, 0xfe, 0x75, 0xef, 0xb4, 0x5b, 0xd7, 0xca, 0x8d, 0x12, 0x14, 0xa2,
-	0xaa, 0xea, 0x35, 0x28, 0xca, 0xd1, 0x14, 0x35, 0x0b, 0x71, 0x5d, 0x76, 0x29, 0x37, 0xb1, 0x8c,
-	0xe3, 0x05, 0xd2, 0x20, 0xef, 0x91, 0xb7, 0xb2, 0xf6, 0x45, 0x1c, 0x7d, 0xea, 0xe7, 0x50, 0x4e,
-	0xa6, 0x11, 0x7a, 0x02, 0xb7, 0xa6, 0x2e, 0x6e, 0x33, 0xe4, 0x49, 0xb3, 0xad, 0x47, 0x8a, 0x04,
-	0xd8, 0xe3, 0x2e, 0xda, 0x83, 0x3b, 0x16, 0xed, 0x87, 0xb6, 0x29, 0xc6, 0x5e, 0x9f, 0xb9, 0xc2,
-	0x24, 0x7c, 0x70, 0xe6, 0x5c, 0x50, 0xc9, 0x91, 0x7b, 0x8b, 0x6f, 0x4b, 0x40, 0x27, 0xd6, 0xd7,
-	0x63, 0x75, 0x8f, 0xbb, 0xfa, 0x11, 0x14, 0xa2, 0x01, 0x86, 0x9a, 0xa0, 0x79, 0xe4, 0xad, 0xe3,
-	0x85, 0x9e, 0x99, 0xdc, 0xf8, 0xea, 0x22, 0xbd, 0x63, 0xc4, 0x4f, 0x02, 0x23, 0x79, 0x12, 0x18,
-	0x4d, 0x05, 0xc0, 0xeb, 0x8a, 0x92, 0x08, 0xf4, 0x5f, 0x73, 0x50, 0xc9, 0x0c, 0x34, 0xe4, 0x80,
-	0x46, 0xc2, 0x80, 0xc9, 0x44, 0xde, 0xd0, 0xf1, 0x05, 0x71, 0xe3, 0x26, 0xad, 0xec, 0x7e, 0x75,
-	0xe3, 0xa9, 0x68, 0xd4, 0x95, 0x85, 0x57, 0xb1, 0x81, 0x96, 0x1f, 0x4d, 0xfb, 0x75, 0x32, 0x2d,
-	0x45, 0x08, 0x0a, 0x01, 0xb1, 0xa3, 0xab, 0x39, 0x9a, 0x01, 0xf2, 0x5b, 0x6f, 0xc0, 0xe6, 0x87,
-	0xc8, 0x51, 0xe5, 0xdf, 0xd0, 0xb1, 0xaa, 0x66, 0xf4, 0x19, 0xed, 0xd0, 0x05, 0x71, 0x43, 0xaa,
-	0xaa, 0x15, 0x2f, 0x9e, 0x2d, 0x7e, 0x99, 0xd3, 0x6b, 0x50, 0x8a, 0x47, 0x2b, 0xfa, 0x1f, 0xac,
-	0xa5, 0xc9, 0x88, 0xd0, 0x09, 0xa8, 0x32, 0xb0, 0x9a, 0x48, 0x3b, 0x91, 0x50, 0xff, 0x29, 0x07,
-	0x30, 0x19, 0xa5, 0xe8, 0x11, 0xac, 0x87, 0x82, 0x9a, 0x92, 0xc5, 0x43, 0xdf, 0xa7, 0x5c, 0x9d,
-	0x82, 0xd5, 0x50, 0xd0, 0xe8, 0x7d, 0x83, 0xa5, 0x10, 0x3d, 0x07, 0x9d, 0xfa, 0xa4, 0xef, 0x52,
-	0x53, 0x8c, 0xfd, 0x68, 0xf8, 0xf8, 0x2c, 0x14, 0x26, 0x1b, 0x0e, 0x5d, 0x46, 0x2c, 0x19, 0x56,
-	0x19, 0x57, 0x63, 0x44, 0x67, 0x02, 0x38, 0x8d, 0xf5, 0x68, 0x0f, 0xaa, 0x3e, 0x0b, 0x9c, 0xa1,
-	0x33, 0x90, 0x6e, 0x5d, 0x2a, 0x26, 0xdc, 0xbc, 0xe4, 0x6e, 0x5d, 0xd5, 0x2b, 0xea, 0xcb, 0x42,
-	0xb9, 0xa2, 0xad, 0xe0, 0xd5, 0xac, 0x5a, 0xe8, 0xdb, 0x50, 0x94, 0xd9, 0x44, 0x65, 0xf5, 0x89,
-	0x97, 0xa4, 0x2a, 0xbf, 0xf5, 0xf7, 0x39, 0x28, 0x44, 0x91, 0x47, 0x77, 0x6d, 0x92, 0xbb, 0x3a,
-	0x2c, 0x0f, 0xe7, 0x3c, 0xe4, 0xd2, 0x8d, 0x3c, 0x58, 0xc0, 0x29, 0x4f, 0xff, 0x01, 0xca, 0x89,
-	0xfc, 0x43, 0xce, 0xd0, 0xb6, 0x7a, 0x2d, 0x12, 0x6e, 0x0b, 0xb5, 0x3b, 0xf2, 0x31, 0x58, 0xe7,
-	0xb6, 0x40, 0xff, 0x81, 0x15, 0xcb, 0x11, 0x23, 0x97, 0x8c, 0x4d, 0x49, 0x94, 0xd3, 0x1b, 0x57,
-	0x94, 0xec, 0x84, 0x78, 0xb4, 0xb1, 0x0c, 0x4b, 0x67, 0x84, 0xfb, 0x54, 0x08, 0xfd, 0x5d, 0x1e,
-	0x2a, 0x2d, 0x3f, 0xf4, 0x68, 0xbc, 0x37, 0xe8, 0x0c, 0x36, 0xd3, 0x0d, 0x75, 0xfc, 0x0b, 0xa6,
-	0x92, 0x97, 0x47, 0xa8, 0xb2, 0xfb, 0xf4, 0x9a, 0x54, 0x32, 0x16, 0xd2, 0x8c, 0x0e, 0x53, 0x36,
-	0xde, 0x20, 0x33, 0x32, 0xa1, 0xff, 0xbc, 0x08, 0x68, 0x16, 0x8b, 0x0c, 0x28, 0x64, 0x6a, 0xa7,
-	0x1b, 0xc9, 0xb3, 0xdd, 0x20, 0x23, 0x27, 0xb5, 0x2d, 0xcf, 0x88, 0xc4, 0xfd, 0xd3, 0x5a, 0x20,
-	0x06, 0x6b, 0x9c, 0x8a, 0xd0, 0x9d, 0x34, 0x63, 0x41, 0xa6, 0x7a, 0xf0, 0xb7, 0x52, 0x35, 0xb0,
-	0xb4, 0x35, 0xd5, 0x96, 0xab, 0x3c, 0x2b, 0xd3, 0xbf, 0x06, 0x34, 0x0b, 0xfa, 0x4b, 0xed, 0xf7,
-	0x3e, 0x07, 0xe5, 0xe4, 0x2f, 0x00, 0xed, 0x42, 0x31, 0x69, 0xbc, 0x28, 0xec, 0xbb, 0xd7, 0x84,
-	0x2d, 0x4f, 0x2e, 0x8e, 0xa1, 0xa8, 0xa6, 0x6a, 0x1c, 0x6f, 0xea, 0xf6, 0x9c, 0xf3, 0xa9, 0x8a,
-	0xdc, 0x84, 0x0a, 0x9d, 0xe4, 0x2d, 0xcb, 0x78, 0xfd, 0x1b, 0x30, 0x53, 0x21, 0x9c, 0xa5, 0xbd,
-	0x2c, 0x94, 0x4b, 0xda, 0xd2, 0xcb, 0x42, 0x79, 0x49, 0x2b, 0x37, 0xf6, 0xbe, 0xff, 0xc2, 0x66,
-	0xe9, 0x6b, 0xc7, 0x60, 0xdc, 0xae, 0x65, 0x7e, 0xbf, 0x1c, 0x7f, 0xc8, 0x49, 0xfc, 0xbf, 0x55,
-	0xb3, 0x59, 0x6d, 0xca, 0x4f, 0xbf, 0x24, 0xe5, 0x9f, 0xfe, 0x11, 0x00, 0x00, 0xff, 0xff, 0x35,
-	0x7d, 0x3f, 0x54, 0xfe, 0x0d, 0x00, 0x00,
+	// 1450 bytes of a gzipped FileDescriptorProto
+	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x57, 0x5b, 0x73, 0xdb, 0xc4,
+	0x17, 0x8f, 0xe3, 0x4b, 0x9c, 0xe3, 0x5c, 0xd4, 0x4d, 0xfe, 0x8d, 0xab, 0xb4, 0xfd, 0x87, 0xb6,
+	0x94, 0xd2, 0x61, 0x64, 0x26, 0x50, 0x20, 0x9d, 0x0e, 0x83, 0x1d, 0xbb, 0x4d, 0xda, 0x5c, 0xdc,
+	0xb5, 0xcd, 0x0c, 0x3c, 0xa0, 0x59, 0x5b, 0x6b, 0x59, 0x53, 0x49, 0xeb, 0xec, 0x4a, 0x49, 0xfd,
+	0x6d, 0xf8, 0x00, 0xf0, 0xc0, 0x43, 0x87, 0x8f, 0x01, 0x5f, 0x07, 0x9e, 0x18, 0xad, 0x2e, 0x96,
+	0xe2, 0xc6, 0x04, 0x78, 0xdb, 0x3d, 0xe7, 0xf7, 0x3b, 0xb7, 0xdd, 0x73, 0xb4, 0x82, 0x6d, 0x8f,
+	0x0a, 0x4f, 0x1f, 0xdb, 0xc4, 0x1b, 0x32, 0xee, 0xd4, 0x38, 0x3d, 0xf3, 0xa9, 0xf0, 0xb4, 0x31,
+	0x67, 0x1e, 0x43, 0xab, 0x19, 0xa5, 0xba, 0x33, 0x18, 0x71, 0xe6, 0x58, 0x1e, 0xad, 0x91, 0xb1,
+	0x55, 0x93, 0x3a, 0x87, 0x7a, 0xc4, 0x20, 0x1e, 0x09, 0x09, 0xea, 0x56, 0x88, 0xf0, 0x1d, 0x26,
+	0x6a, 0x03, 0xe6, 0x38, 0xcc, 0x8d, 0x14, 0x77, 0x4d, 0xc6, 0x4c, 0x9b, 0xd6, 0xe4, 0xae, 0xef,
+	0x0f, 0x6b, 0x86, 0xcf, 0x89, 0x67, 0x25, 0xfa, 0xfb, 0xd9, 0x30, 0xe8, 0x5b, 0x3a, 0xf0, 0x03,
+	0x75, 0x6d, 0x4c, 0x38, 0x71, 0x42, 0xd0, 0xbd, 0x3f, 0x55, 0x58, 0xc2, 0x61, 0x80, 0xe8, 0x09,
+	0x94, 0xa4, 0x4a, 0x54, 0x73, 0x3b, 0xb9, 0x47, 0x95, 0xdd, 0x3b, 0x5a, 0xc6, 0x82, 0x16, 0xe1,
+	0xb4, 0xb6, 0x04, 0xe1, 0x08, 0x8c, 0x9e, 0xc1, 0x72, 0x8c, 0x73, 0xab, 0x45, 0xc9, 0xfc, 0xff,
+	0x15, 0xcc, 0x2e, 0x15, 0x5e, 0xdb, 0x26, 0x2e, 0x2e, 0x7b, 0xd1, 0x4a, 0xfd, 0x69, 0x03, 0x4a,
+	0xa1, 0x41, 0x44, 0x60, 0x63, 0x44, 0xb8, 0x71, 0x41, 0x38, 0xd5, 0x89, 0xe7, 0x71, 0xab, 0xef,
+	0x7b, 0x34, 0x0e, 0xe6, 0xd3, 0xb9, 0xc1, 0x68, 0x07, 0x11, 0xb1, 0x9e, 0xf0, 0x30, 0x1a, 0xcd,
+	0xc8, 0x02, 0x17, 0x82, 0x0d, 0xbd, 0xcb, 0x2e, 0x16, 0xaf, 0xe3, 0xa2, 0x13, 0x11, 0xd3, 0x2e,
+	0xc4, 0x8c, 0x2c, 0x70, 0x31, 0xe4, 0x94, 0x06, 0x16, 0xd2, 0x2e, 0x96, 0xaf, 0xe3, 0xe2, 0x79,
+	0x44, 0x4c, 0xbb, 0x18, 0xce, 0xc8, 0x10, 0x85, 0xff, 0x25, 0x59, 0x18, 0x74, 0x4c, 0x5d, 0x83,
+	0xba, 0x03, 0x8b, 0x8a, 0x6a, 0x7e, 0x27, 0x7f, 0xfd, 0x3c, 0x9a, 0x31, 0x73, 0x82, 0x37, 0xc5,
+	0x65, 0x99, 0x45, 0x05, 0x3a, 0x00, 0x10, 0x83, 0x11, 0x35, 0x7c, 0xdb, 0x72, 0xcd, 0x6a, 0x41,
+	0x26, 0xf0, 0xe8, 0x6f, 0x6c, 0x27, 0x78, 0x9c, 0xe2, 0xa2, 0x3d, 0x28, 0x72, 0xea, 0xf1, 0x49,
+	0x74, 0x3d, 0xee, 0xcf, 0x37, 0x82, 0x03, 0x28, 0x0e, 0x19, 0xa8, 0x01, 0xe5, 0xb8, 0x21, 0xaa,
+	0x25, 0xc9, 0x7e, 0x38, 0x9f, 0x7d, 0x1c, 0xa1, 0x71, 0xc2, 0x43, 0x5f, 0x40, 0xc1, 0xb3, 0x1c,
+	0x5a, 0x5d, 0x92, 0xfc, 0x7b, 0xf3, 0xf9, 0x5d, 0xcb, 0xa1, 0x58, 0xe2, 0xd1, 0x2b, 0xa8, 0x18,
+	0x74, 0xc0, 0xc2, 0xae, 0x12, 0xd5, 0xb2, 0xa4, 0x7f, 0x3c, 0x9f, 0xde, 0x9c, 0x12, 0x70, 0x9a,
+	0x8d, 0x9e, 0x41, 0xc9, 0xa6, 0x26, 0x19, 0x4c, 0xaa, 0x20, 0xed, 0x3c, 0x98, 0x6f, 0xe7, 0x48,
+	0x62, 0x71, 0xc4, 0x09, 0xce, 0xc2, 0xb1, 0xcc, 0x38, 0x92, 0x95, 0xeb, 0x9c, 0xc5, 0x71, 0x82,
+	0xc7, 0x29, 0x2e, 0x7a, 0x01, 0xeb, 0xc9, 0x28, 0xd0, 0x65, 0x0b, 0x57, 0x57, 0xa5, 0xb9, 0xbb,
+	0x97, 0xcc, 0x25, 0xa8, 0xd0, 0x20, 0x5e, 0x4b, 0x04, 0x72, 0xaf, 0x3e, 0x06, 0x34, 0xdb, 0x75,
+	0x68, 0x13, 0x8a, 0x0e, 0x33, 0xa8, 0x2d, 0xdb, 0x76, 0x19, 0x87, 0x1b, 0xb5, 0x0d, 0x68, 0xb6,
+	0x7d, 0xd0, 0x53, 0x58, 0xe9, 0xfb, 0x96, 0x6d, 0xe8, 0x1e, 0xe1, 0x26, 0xf5, 0xa2, 0x36, 0xdc,
+	0xd2, 0xa6, 0x13, 0x4f, 0x6b, 0x04, 0xfa, 0xae, 0x54, 0xe3, 0x4a, 0x7f, 0xba, 0x51, 0x5b, 0x80,
+	0x66, 0xbb, 0x05, 0xd5, 0x60, 0x43, 0x5c, 0x10, 0xee, 0x58, 0xae, 0xa9, 0x1b, 0x96, 0x43, 0x5d,
+	0x21, 0xeb, 0x95, 0xdb, 0xc9, 0x3f, 0x5a, 0xc6, 0x28, 0x56, 0x35, 0x13, 0x8d, 0xfa, 0x63, 0x6e,
+	0x1a, 0xd9, 0xb4, 0x21, 0xd0, 0x47, 0xb0, 0x26, 0x83, 0xa0, 0x4c, 0xe8, 0xd2, 0x6b, 0x35, 0x1f,
+	0xa4, 0x73, 0xb0, 0x80, 0x57, 0x63, 0xb9, 0x8c, 0x0c, 0x7d, 0x02, 0x37, 0x38, 0xd3, 0x87, 0x16,
+	0x77, 0x64, 0x37, 0x86, 0xd8, 0x42, 0x84, 0x5d, 0xe7, 0xec, 0x79, 0xa4, 0x99, 0xa2, 0x2f, 0x2e,
+	0xa3, 0x8b, 0x09, 0xfa, 0x22, 0x83, 0x6e, 0x14, 0x21, 0x6f, 0xd0, 0xb1, 0xfa, 0x5b, 0x1e, 0x60,
+	0xda, 0x57, 0xe8, 0x3b, 0x58, 0x71, 0x88, 0x4b, 0x4c, 0x6a, 0xe8, 0x63, 0xc6, 0xc2, 0x3a, 0xaf,
+	0xed, 0x7e, 0x7e, 0xdd, 0xbe, 0xd4, 0x8e, 0x43, 0x72, 0x9b, 0x31, 0xfb, 0x60, 0x01, 0x57, 0x9c,
+	0xe9, 0x36, 0xc8, 0xda, 0x77, 0x33, 0xc6, 0x17, 0xe3, 0xac, 0x13, 0xb9, 0x04, 0xaa, 0x50, 0x1e,
+	0x73, 0x8b, 0x71, 0xcb, 0x9b, 0xc8, 0x64, 0xf3, 0x38, 0xd9, 0xa3, 0x3b, 0x00, 0x67, 0x42, 0x27,
+	0x83, 0x01, 0xf3, 0x5d, 0x2f, 0x4c, 0x0e, 0x2f, 0x9f, 0x89, 0x7a, 0x28, 0xb8, 0xf7, 0x47, 0x0e,
+	0x2a, 0xa9, 0x10, 0xd0, 0x6d, 0xa8, 0x1e, 0xd7, 0x4f, 0xea, 0x2f, 0x5a, 0x4d, 0xbd, 0x7d, 0x7a,
+	0x7a, 0xa4, 0xf7, 0x4e, 0x3a, 0xed, 0xd6, 0xfe, 0xe1, 0xf3, 0xc3, 0x56, 0x53, 0x59, 0x40, 0x1b,
+	0xb0, 0x9e, 0xd1, 0xee, 0xbf, 0x56, 0x72, 0x68, 0x13, 0x94, 0x8c, 0xb0, 0xf1, 0x6d, 0x57, 0x59,
+	0x44, 0x5b, 0xb0, 0x91, 0x91, 0x76, 0x7a, 0x87, 0xdd, 0x56, 0x47, 0xc9, 0xcf, 0xc0, 0xf7, 0xbb,
+	0x1d, 0xa5, 0x80, 0xee, 0xc0, 0xad, 0xcb, 0x52, 0xbd, 0xdd, 0xc2, 0x8d, 0xde, 0xe1, 0x51, 0x53,
+	0x29, 0xa2, 0x6d, 0xd8, 0xca, 0xaa, 0x4f, 0x4f, 0xba, 0x87, 0x27, 0xbd, 0xd3, 0x5e, 0x47, 0x29,
+	0xa1, 0xbb, 0xa0, 0x66, 0x94, 0x75, 0xbc, 0xaf, 0xb7, 0x71, 0xab, 0xd3, 0x6b, 0x1c, 0x1f, 0x76,
+	0x95, 0x25, 0x74, 0x13, 0x50, 0x46, 0xff, 0xba, 0x77, 0xda, 0xad, 0x2b, 0xe5, 0x46, 0x09, 0x0a,
+	0x41, 0x55, 0xd5, 0x1a, 0x14, 0xe5, 0x8c, 0x0b, 0x9a, 0x85, 0xd8, 0x36, 0xbb, 0x90, 0x87, 0x58,
+	0xc6, 0xe1, 0x06, 0x29, 0x90, 0x77, 0xc8, 0x5b, 0x59, 0xfb, 0x22, 0x0e, 0x96, 0xea, 0x19, 0x94,
+	0xe3, 0xb1, 0x86, 0x1e, 0xc3, 0x8d, 0xcc, 0x33, 0x41, 0xf7, 0x79, 0xdc, 0x6c, 0xeb, 0x81, 0x22,
+	0x06, 0xf6, 0xb8, 0x8d, 0xf6, 0xe0, 0x96, 0x41, 0xfb, 0xbe, 0xa9, 0x8b, 0x89, 0xd3, 0x67, 0xb6,
+	0xd0, 0x09, 0x1f, 0x8c, 0xac, 0x73, 0x2a, 0x39, 0xf2, 0x6c, 0xf1, 0x4d, 0x09, 0xe8, 0x84, 0xfa,
+	0x7a, 0xa8, 0xee, 0x71, 0x5b, 0x3d, 0x82, 0x42, 0x30, 0x09, 0x51, 0x13, 0x14, 0x87, 0xbc, 0xb5,
+	0x1c, 0xdf, 0xd1, 0xe3, 0xf7, 0x45, 0xf4, 0x45, 0xbe, 0xa5, 0x85, 0x0f, 0x10, 0x2d, 0x7e, 0x80,
+	0x68, 0xcd, 0x08, 0x80, 0xd7, 0x23, 0x4a, 0x2c, 0x50, 0x7f, 0xcf, 0x41, 0x25, 0x35, 0x19, 0x91,
+	0x05, 0x0a, 0xf1, 0x3d, 0x26, 0x13, 0x79, 0x43, 0x27, 0xe7, 0xc4, 0x0e, 0x9b, 0xb4, 0xb2, 0xfb,
+	0xf5, 0xb5, 0xc7, 0xab, 0x56, 0x8f, 0x2c, 0xbc, 0x0a, 0x0d, 0xb4, 0xdc, 0xe0, 0xb3, 0xb1, 0x4e,
+	0xb2, 0x52, 0x84, 0xa0, 0xe0, 0x11, 0x33, 0xf8, 0xc6, 0x07, 0x33, 0x40, 0xae, 0xd5, 0x06, 0x6c,
+	0xbe, 0x8f, 0x1c, 0x54, 0xfe, 0x0d, 0x9d, 0x44, 0xd5, 0x0c, 0x96, 0xc1, 0x09, 0x9d, 0x13, 0xdb,
+	0xa7, 0x51, 0xb5, 0xc2, 0xcd, 0xd3, 0xc5, 0xaf, 0x72, 0x6a, 0x0d, 0x4a, 0xe1, 0x8c, 0x46, 0x1f,
+	0xc2, 0x5a, 0x92, 0x8c, 0xf0, 0x2d, 0x8f, 0x46, 0x06, 0x56, 0x63, 0x69, 0x27, 0x10, 0xaa, 0x3f,
+	0xe7, 0x00, 0xa6, 0x33, 0x19, 0x3d, 0x84, 0x75, 0x5f, 0x50, 0x5d, 0xb2, 0xb8, 0xef, 0xba, 0x94,
+	0x47, 0xb7, 0x60, 0xd5, 0x17, 0x34, 0x78, 0x28, 0x61, 0x29, 0x44, 0xcf, 0x40, 0xa5, 0x2e, 0xe9,
+	0xdb, 0x54, 0x17, 0x13, 0x37, 0x18, 0x3e, 0x2e, 0xf3, 0x85, 0xce, 0x86, 0x43, 0x9b, 0x11, 0x43,
+	0x86, 0x55, 0xc6, 0xd5, 0x10, 0xd1, 0x99, 0x02, 0x4e, 0x43, 0x3d, 0xda, 0x83, 0xaa, 0xcb, 0x3c,
+	0x6b, 0x68, 0x0d, 0xa4, 0x5b, 0x9b, 0x8a, 0x29, 0x37, 0x2f, 0xb9, 0x5b, 0x97, 0xf5, 0x11, 0xf5,
+	0x65, 0xa1, 0x5c, 0x51, 0x56, 0xf0, 0x6a, 0x5a, 0x2d, 0xd4, 0x6d, 0x28, 0xca, 0x6c, 0x82, 0xb2,
+	0xba, 0xc4, 0x89, 0x53, 0x95, 0x6b, 0xf5, 0x5d, 0x0e, 0x0a, 0x41, 0xe4, 0xc1, 0x47, 0x3b, 0xce,
+	0x3d, 0xba, 0x2c, 0x0f, 0xe6, 0xbc, 0x08, 0x93, 0x83, 0x3c, 0x58, 0xc0, 0x09, 0x4f, 0xfd, 0x01,
+	0xca, 0xb1, 0xfc, 0x7d, 0xce, 0xd0, 0x76, 0xf4, 0xec, 0x24, 0xdc, 0x14, 0xd1, 0xe9, 0xc8, 0x57,
+	0x65, 0x9d, 0x9b, 0x02, 0x7d, 0x00, 0x2b, 0x86, 0x25, 0xc6, 0x36, 0x99, 0xe8, 0x92, 0x28, 0xa7,
+	0x37, 0xae, 0x44, 0xb2, 0x13, 0xe2, 0xd0, 0xc6, 0x32, 0x2c, 0x8d, 0x08, 0x77, 0xa9, 0x10, 0xea,
+	0x2f, 0x79, 0xa8, 0xb4, 0x5c, 0xdf, 0xa1, 0xe1, 0xd9, 0xa0, 0x11, 0x6c, 0x26, 0x07, 0x6a, 0xb9,
+	0xe7, 0x2c, 0x4a, 0x5e, 0x5e, 0xa1, 0xca, 0xee, 0x93, 0x2b, 0x52, 0x49, 0x59, 0x48, 0x32, 0x3a,
+	0x4c, 0xd8, 0x78, 0x83, 0xcc, 0xc8, 0x84, 0xfa, 0xeb, 0x22, 0xa0, 0x59, 0x2c, 0xd2, 0xa0, 0x90,
+	0xaa, 0x9d, 0xaa, 0xc5, 0x3f, 0x09, 0x1a, 0x19, 0x5b, 0x89, 0x6d, 0x79, 0x47, 0x24, 0xee, 0xbf,
+	0xd6, 0x02, 0x31, 0x58, 0xe3, 0x54, 0xf8, 0xf6, 0xb4, 0x19, 0x0b, 0x32, 0xd5, 0x83, 0x7f, 0x95,
+	0xaa, 0x86, 0xa5, 0xad, 0x4c, 0x5b, 0xae, 0xf2, 0xb4, 0x4c, 0xfd, 0x06, 0xd0, 0x2c, 0xe8, 0x1f,
+	0xb5, 0xdf, 0xbb, 0x1c, 0x94, 0xe3, 0xdf, 0x09, 0xb4, 0x0b, 0xc5, 0xb8, 0xf1, 0x82, 0xb0, 0x6f,
+	0x5f, 0x11, 0xb6, 0xbc, 0xb9, 0x38, 0x84, 0xa2, 0x5a, 0x54, 0xe3, 0xf0, 0x50, 0xb7, 0xe7, 0xdc,
+	0xcf, 0xa8, 0xc8, 0x4d, 0xa8, 0xd0, 0x69, 0xde, 0xb2, 0x8c, 0x57, 0x3f, 0x26, 0x53, 0x15, 0xc2,
+	0x69, 0xda, 0xcb, 0x42, 0xb9, 0xa4, 0x2c, 0xbd, 0x2c, 0x94, 0x97, 0x94, 0x72, 0x63, 0xef, 0xfb,
+	0x2f, 0x4d, 0x96, 0xbc, 0x76, 0x34, 0xc6, 0xcd, 0x5a, 0xea, 0x67, 0xcf, 0x72, 0x87, 0x9c, 0x84,
+	0x7f, 0x77, 0x35, 0x93, 0xd5, 0x32, 0x7e, 0xfa, 0x25, 0x29, 0xff, 0xec, 0xaf, 0x00, 0x00, 0x00,
+	0xff, 0xff, 0x01, 0x28, 0x40, 0x8a, 0x6c, 0x0e, 0x00, 0x00,
 }
diff --git a/go/test_platform/skylab_test_runner/config.pb.go b/go/test_platform/skylab_test_runner/config.pb.go
index 435c996..214b952 100644
--- a/go/test_platform/skylab_test_runner/config.pb.go
+++ b/go/test_platform/skylab_test_runner/config.pb.go
@@ -32,6 +32,7 @@
 	// pipeline.
 	ResultFlowPubsub     *Config_PubSub                `protobuf:"bytes,4,opt,name=result_flow_pubsub,json=resultFlowPubsub,proto3" json:"result_flow_pubsub,omitempty"`
 	LogDataUploadStep    *phosphorus.LogDataUploadStep `protobuf:"bytes,5,opt,name=log_data_upload_step,json=logDataUploadStep,proto3" json:"log_data_upload_step,omitempty"`
+	FetchCrashesStep     *phosphorus.FetchCrashesStep  `protobuf:"bytes,6,opt,name=fetch_crashes_step,json=fetchCrashesStep,proto3" json:"fetch_crashes_step,omitempty"`
 	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
 	XXX_unrecognized     []byte                        `json:"-"`
 	XXX_sizecache        int32                         `json:"-"`
@@ -97,6 +98,13 @@
 	return nil
 }
 
+func (m *Config) GetFetchCrashesStep() *phosphorus.FetchCrashesStep {
+	if m != nil {
+		return m.FetchCrashesStep
+	}
+	return nil
+}
+
 // Lab defines configuration parameters related to the lab and the lab
 // platform services.
 type Config_Lab struct {
@@ -328,40 +336,42 @@
 }
 
 var fileDescriptor_b2c5f9be4f684081 = []byte{
-	// 552 bytes of a gzipped FileDescriptorProto
-	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0xd1, 0x6e, 0xd3, 0x3e,
-	0x18, 0xc5, 0xd5, 0x76, 0xeb, 0xf6, 0xf7, 0xb6, 0xbf, 0x8a, 0x29, 0x10, 0xf5, 0x6a, 0x80, 0x10,
-	0x93, 0x60, 0x09, 0x02, 0x84, 0xb8, 0xe2, 0x62, 0x54, 0x8c, 0x55, 0x15, 0x4c, 0xa9, 0x76, 0x83,
-	0x40, 0x96, 0x9d, 0x38, 0xa9, 0x47, 0xe2, 0xcf, 0xf2, 0x67, 0x6f, 0xda, 0x2b, 0xf0, 0x32, 0x3c,
-	0x0f, 0x6f, 0x83, 0xea, 0x24, 0x43, 0x1b, 0x17, 0x1b, 0x97, 0xfe, 0xce, 0x39, 0x3f, 0xc7, 0x3e,
-	0x31, 0xd9, 0x77, 0x12, 0x1d, 0x33, 0x15, 0x77, 0x05, 0xd8, 0x3a, 0xc1, 0xef, 0x17, 0x15, 0x17,
-	0x2c, 0x0c, 0xad, 0xd7, 0x5a, 0xda, 0x24, 0x03, 0x5d, 0xa8, 0x32, 0x36, 0x16, 0x1c, 0xd0, 0xdd,
-	0x2b, 0xf6, 0xf8, 0x6f, 0xfb, 0xe4, 0xc9, 0x55, 0xa0, 0x59, 0x02, 0x9a, 0x25, 0x58, 0x8f, 0x49,
-	0x06, 0x75, 0x0d, 0xba, 0x01, 0x3d, 0xfa, 0x35, 0x24, 0xc3, 0xf7, 0x81, 0x4c, 0xdf, 0x91, 0x41,
-	0xc5, 0x45, 0xd4, 0xdb, 0xed, 0xed, 0x6d, 0xbd, 0x7c, 0x1e, 0xdf, 0xb4, 0x43, 0xdc, 0xc4, 0xe2,
-	0x39, 0x17, 0xe9, 0x2a, 0x48, 0x67, 0x64, 0x63, 0xc9, 0xad, 0x96, 0x88, 0x51, 0x3f, 0x30, 0x5e,
-	0xdc, 0x9a, 0xf1, 0xb1, 0xc9, 0xa5, 0x1d, 0x80, 0x1e, 0x92, 0x21, 0x78, 0x67, 0xbc, 0x8b, 0x06,
-	0x01, 0x95, 0xdc, 0x1a, 0xf5, 0x39, 0xc4, 0xd2, 0x36, 0x4e, 0xbf, 0x11, 0x6a, 0x25, 0xfa, 0xca,
-	0xb1, 0xa2, 0x82, 0x73, 0x66, 0xbc, 0x40, 0x2f, 0xa2, 0xb5, 0x7f, 0x84, 0x1e, 0x7b, 0xb1, 0xf0,
-	0x22, 0x1d, 0x35, 0xa8, 0x0f, 0x15, 0x9c, 0x1f, 0x07, 0x10, 0xfd, 0x4a, 0xc6, 0x15, 0x94, 0x2c,
-	0xe7, 0x8e, 0x33, 0x6f, 0x2a, 0xe0, 0x39, 0x43, 0x27, 0x4d, 0xb4, 0x1e, 0x36, 0x78, 0x76, 0x6d,
-	0x83, 0x3f, 0x25, 0xc4, 0x73, 0x28, 0xa7, 0xdc, 0xf1, 0x93, 0x90, 0x59, 0x38, 0x69, 0xd2, 0x3b,
-	0xd5, 0xf5, 0xd1, 0xe4, 0x47, 0x8f, 0x0c, 0xe6, 0x5c, 0xd0, 0xc7, 0x64, 0x87, 0xe7, 0xb5, 0xd2,
-	0x0c, 0xa5, 0x3d, 0x53, 0x99, 0x0c, 0x1d, 0xfd, 0x97, 0x6e, 0x87, 0xe1, 0xa2, 0x99, 0xd1, 0xd7,
-	0xe4, 0x7e, 0x66, 0x01, 0x99, 0xd2, 0x67, 0x52, 0x3b, 0xb0, 0x17, 0x97, 0xee, 0x7e, 0x70, 0x8f,
-	0x57, 0xea, 0x51, 0x27, 0x76, 0xa9, 0x3d, 0x32, 0x0a, 0x29, 0x5f, 0xe0, 0xa5, 0x7f, 0x10, 0xfc,
-	0xff, 0xaf, 0xe6, 0x27, 0x05, 0xb6, 0xce, 0xc9, 0xcf, 0x1e, 0xd9, 0x68, 0x7b, 0xa2, 0x0f, 0xc9,
-	0x36, 0xf7, 0x0e, 0xc2, 0xe9, 0x72, 0x65, 0xdb, 0xef, 0xd9, 0xea, 0x66, 0x53, 0x65, 0xe9, 0x3e,
-	0xb9, 0x8b, 0x68, 0x98, 0xe0, 0x28, 0x99, 0xaa, 0x79, 0x29, 0x99, 0xe6, 0x75, 0xc7, 0x1e, 0x21,
-	0x9a, 0x03, 0x8e, 0xf2, 0x68, 0x25, 0x7c, 0xe2, 0xb5, 0xa4, 0x6f, 0xc8, 0x03, 0x63, 0xe5, 0x29,
-	0x08, 0x96, 0x4b, 0x9e, 0x57, 0x4a, 0x4b, 0x86, 0x32, 0x03, 0x9d, 0x63, 0x28, 0x6b, 0x90, 0xde,
-	0x6b, 0xe4, 0x69, 0xab, 0x2e, 0x1a, 0x71, 0xb6, 0xb6, 0xd9, 0x1f, 0x0d, 0xd2, 0x31, 0x5e, 0xe8,
-	0x6c, 0xc9, 0xa0, 0x28, 0x9a, 0x0a, 0xbc, 0xc8, 0x95, 0x9d, 0x4c, 0xc9, 0xb0, 0xf9, 0x1b, 0xe8,
-	0x53, 0x32, 0xba, 0xac, 0xa9, 0x44, 0x66, 0x01, 0x5c, 0x7b, 0x2b, 0x3b, 0xed, 0xad, 0x1f, 0x62,
-	0x0a, 0xe0, 0x66, 0x6b, 0x9b, 0xbd, 0x51, 0x3f, 0xdd, 0x6a, 0x3d, 0xab, 0xb3, 0x4d, 0xde, 0x92,
-	0x61, 0x53, 0x3f, 0x8d, 0xc8, 0x86, 0xb1, 0x70, 0x2a, 0x33, 0xd7, 0x1e, 0xb8, 0x5b, 0xd2, 0x31,
-	0x59, 0x77, 0x60, 0x54, 0xd6, 0x42, 0x9b, 0xc5, 0xc1, 0xfc, 0xcb, 0xac, 0x84, 0x38, 0x5b, 0x5a,
-	0xa8, 0x95, 0xaf, 0x63, 0xb0, 0x65, 0xd2, 0x2d, 0x00, 0x13, 0xa5, 0x0b, 0xcb, 0x93, 0xf0, 0x0a,
-	0x93, 0x12, 0x92, 0x9b, 0xde, 0xbf, 0x18, 0x06, 0xeb, 0xab, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff,
-	0x57, 0x60, 0x65, 0x37, 0x2a, 0x04, 0x00, 0x00,
+	// 582 bytes of a gzipped FileDescriptorProto
+	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0xdf, 0x6e, 0xd3, 0x30,
+	0x14, 0xc6, 0xd5, 0x76, 0x6b, 0x87, 0xb7, 0xa1, 0x62, 0x0a, 0x54, 0xbd, 0x1a, 0x20, 0xc4, 0x04,
+	0x2c, 0x41, 0x80, 0x10, 0x57, 0x5c, 0x6c, 0xd5, 0xc6, 0xaa, 0x0a, 0xa6, 0x54, 0x93, 0x10, 0x02,
+	0x59, 0x4e, 0xe2, 0xfc, 0x19, 0x89, 0x8f, 0xe5, 0x63, 0x6f, 0xda, 0x2b, 0xf0, 0x32, 0x5c, 0xf0,
+	0x82, 0xa8, 0x76, 0x32, 0xb4, 0x21, 0xb4, 0x71, 0xe9, 0xef, 0x7c, 0xdf, 0xcf, 0x39, 0x39, 0x27,
+	0x21, 0x3b, 0x46, 0xa0, 0x61, 0xaa, 0xe2, 0x26, 0x03, 0x5d, 0x87, 0xf8, 0xfd, 0xbc, 0xe2, 0x31,
+	0x73, 0xa2, 0xb6, 0x52, 0x0a, 0x1d, 0x26, 0x20, 0xb3, 0x32, 0x0f, 0x94, 0x06, 0x03, 0x74, 0xeb,
+	0x92, 0x3d, 0xf8, 0xdb, 0x3e, 0x79, 0x72, 0x19, 0xa8, 0x0a, 0x40, 0x55, 0x80, 0xb6, 0x18, 0x26,
+	0x50, 0xd7, 0x20, 0x3d, 0xe8, 0xd1, 0xaf, 0x01, 0xe9, 0xef, 0x39, 0x32, 0x7d, 0x4f, 0x7a, 0x15,
+	0x8f, 0xc7, 0x9d, 0xad, 0xce, 0xf6, 0xfa, 0xab, 0x17, 0xc1, 0x75, 0x37, 0x04, 0x3e, 0x16, 0xcc,
+	0x79, 0x1c, 0x2d, 0x83, 0x74, 0x46, 0x06, 0x05, 0xd7, 0x52, 0x20, 0x8e, 0xbb, 0x8e, 0xf1, 0xf2,
+	0xc6, 0x8c, 0x0f, 0x3e, 0x17, 0xb5, 0x00, 0x7a, 0x40, 0xfa, 0x60, 0x8d, 0xb2, 0x66, 0xdc, 0x73,
+	0xa8, 0xf0, 0xc6, 0xa8, 0x4f, 0x2e, 0x16, 0x35, 0x71, 0xfa, 0x8d, 0x50, 0x2d, 0xd0, 0x56, 0x86,
+	0x65, 0x15, 0x9c, 0x31, 0x65, 0x63, 0xb4, 0xf1, 0x78, 0xe5, 0x3f, 0xa1, 0x47, 0x36, 0x5e, 0xd8,
+	0x38, 0x1a, 0x7a, 0xd4, 0x7e, 0x05, 0x67, 0x47, 0x0e, 0x44, 0xbf, 0x92, 0x51, 0x05, 0x39, 0x4b,
+	0xb9, 0xe1, 0xcc, 0xaa, 0x0a, 0x78, 0xca, 0xd0, 0x08, 0x35, 0x5e, 0x75, 0x17, 0x3c, 0xbf, 0x72,
+	0xc1, 0x9f, 0x21, 0x04, 0x73, 0xc8, 0xa7, 0xdc, 0xf0, 0x63, 0x97, 0x59, 0x18, 0xa1, 0xa2, 0x3b,
+	0xd5, 0x55, 0x89, 0x7e, 0x26, 0x34, 0x13, 0x26, 0x29, 0x58, 0xa2, 0x39, 0x16, 0x02, 0x3d, 0xbb,
+	0xef, 0xd8, 0xcf, 0xfe, 0xcd, 0xde, 0x5f, 0x66, 0xf6, 0x7c, 0xc4, 0xa1, 0x87, 0xd9, 0x15, 0x65,
+	0xf2, 0xa3, 0x43, 0x7a, 0x73, 0x1e, 0xd3, 0xc7, 0x64, 0x93, 0xa7, 0x75, 0x29, 0x19, 0x0a, 0x7d,
+	0x5a, 0x26, 0xc2, 0x4d, 0xff, 0x56, 0xb4, 0xe1, 0xc4, 0x85, 0xd7, 0xe8, 0x1b, 0x72, 0x3f, 0xd1,
+	0x80, 0xac, 0x94, 0xa7, 0x42, 0x1a, 0xd0, 0xe7, 0x17, 0xee, 0xae, 0x73, 0x8f, 0x96, 0xd5, 0xc3,
+	0xb6, 0xd8, 0xa6, 0xb6, 0xc9, 0xd0, 0xa5, 0x6c, 0x86, 0x17, 0xfe, 0x9e, 0xf3, 0xdf, 0x5e, 0xea,
+	0xc7, 0x19, 0x36, 0xce, 0xc9, 0xcf, 0x0e, 0x19, 0x34, 0x1b, 0x40, 0x1f, 0x92, 0x0d, 0x6e, 0x0d,
+	0xb8, 0xde, 0xd2, 0x52, 0x37, 0xcf, 0xb3, 0xde, 0x6a, 0xd3, 0x52, 0xd3, 0x1d, 0x72, 0x17, 0x51,
+	0xb1, 0x98, 0xa3, 0x60, 0x65, 0xcd, 0x73, 0xc1, 0x24, 0xaf, 0x5b, 0xf6, 0x10, 0x51, 0xed, 0x72,
+	0x14, 0x87, 0xcb, 0xc2, 0x47, 0x5e, 0x0b, 0xfa, 0x96, 0x3c, 0x50, 0x5a, 0x9c, 0x40, 0xcc, 0x52,
+	0xc1, 0xd3, 0xaa, 0x94, 0x82, 0xa1, 0x48, 0x40, 0xa6, 0xe8, 0xd6, 0xa0, 0x17, 0xdd, 0xf3, 0xe5,
+	0x69, 0x53, 0x5d, 0xf8, 0xe2, 0x6c, 0x65, 0xad, 0x3b, 0xec, 0x45, 0x23, 0x3c, 0x97, 0x49, 0xc1,
+	0x20, 0xcb, 0xfc, 0x70, 0x6d, 0x9c, 0x96, 0x7a, 0x32, 0x25, 0x7d, 0xbf, 0x67, 0xf4, 0x29, 0x19,
+	0x5e, 0x2c, 0x40, 0x8e, 0x4c, 0x03, 0x98, 0xe6, 0xad, 0x6c, 0x36, 0xf3, 0x3c, 0xc0, 0x08, 0xc0,
+	0xcc, 0x56, 0xd6, 0x3a, 0xc3, 0x6e, 0xb4, 0xde, 0x78, 0x96, 0xbd, 0x4d, 0xde, 0x91, 0xbe, 0x5f,
+	0x2c, 0x3a, 0x26, 0x03, 0xa5, 0xe1, 0x44, 0x24, 0xa6, 0x69, 0xb8, 0x3d, 0xd2, 0x11, 0x59, 0x35,
+	0xa0, 0xca, 0xa4, 0x81, 0xfa, 0xc3, 0xee, 0xfc, 0xcb, 0x2c, 0x87, 0x20, 0x29, 0x34, 0xd4, 0xa5,
+	0xad, 0x03, 0xd0, 0x79, 0xd8, 0x1e, 0x00, 0xc3, 0x52, 0x66, 0x9a, 0x87, 0xee, 0xfb, 0x0e, 0x73,
+	0x08, 0xaf, 0xfb, 0xb3, 0xc4, 0x7d, 0x67, 0x7d, 0xfd, 0x3b, 0x00, 0x00, 0xff, 0xff, 0x94, 0xd8,
+	0xe2, 0x49, 0x84, 0x04, 0x00, 0x00,
 }
diff --git a/go/test_platform/skylab_test_runner/request.pb.go b/go/test_platform/skylab_test_runner/request.pb.go
index d8b0a30..173d823 100644
--- a/go/test_platform/skylab_test_runner/request.pb.go
+++ b/go/test_platform/skylab_test_runner/request.pb.go
@@ -8,6 +8,7 @@
 	proto "github.com/golang/protobuf/proto"
 	timestamp "github.com/golang/protobuf/ptypes/timestamp"
 	test_platform "go.chromium.org/chromiumos/infra/proto/go/test_platform"
+	execution "go.chromium.org/chromiumos/infra/proto/go/test_platform/execution"
 	math "math"
 )
 
@@ -40,10 +41,13 @@
 	ParentBuildId int64 `protobuf:"varint,5,opt,name=parent_build_id,json=parentBuildId,proto3" json:"parent_build_id,omitempty"`
 	// Set of Tests to run. The string is a UUID provided by the client
 	// and used to identify each test result in the response.
-	Tests                map[string]*Request_Test `protobuf:"bytes,6,rep,name=tests,proto3" json:"tests,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
-	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
-	XXX_unrecognized     []byte                   `json:"-"`
-	XXX_sizecache        int32                    `json:"-"`
+	Tests map[string]*Request_Test `protobuf:"bytes,6,rep,name=tests,proto3" json:"tests,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
+	// Uniformly applied parameters for all test executions in the parent test
+	// platform request.
+	ExecutionParam       *execution.Param `protobuf:"bytes,7,opt,name=execution_param,json=executionParam,proto3" json:"execution_param,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
+	XXX_unrecognized     []byte           `json:"-"`
+	XXX_sizecache        int32            `json:"-"`
 }
 
 func (m *Request) Reset()         { *m = Request{} }
@@ -113,6 +117,13 @@
 	return nil
 }
 
+func (m *Request) GetExecutionParam() *execution.Param {
+	if m != nil {
+		return m.ExecutionParam
+	}
+	return nil
+}
+
 // Prejob defines parameters that affect the steps before the actual test
 // (e.g. provision).
 type Request_Prejob struct {
@@ -392,48 +403,51 @@
 }
 
 var fileDescriptor_0203b6078e3ef1f3 = []byte{
-	// 682 bytes of a gzipped FileDescriptorProto
-	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x95, 0xcf, 0x6e, 0xd3, 0x4e,
-	0x10, 0xc7, 0x7f, 0xf9, 0x9f, 0x4c, 0xfb, 0x2b, 0xd5, 0xb6, 0x15, 0x96, 0x7b, 0x20, 0x20, 0x84,
-	0x72, 0x40, 0x6b, 0x54, 0x10, 0xa0, 0x4a, 0x1c, 0x1a, 0x52, 0x68, 0x4b, 0x45, 0x2b, 0xd3, 0x0a,
-	0x89, 0x03, 0xd6, 0xa6, 0x9e, 0xb8, 0x4b, 0x6d, 0xaf, 0xd9, 0xb1, 0x8b, 0x22, 0xf1, 0x30, 0x9c,
-	0x79, 0x1c, 0xee, 0xbc, 0x0b, 0xf2, 0xda, 0x69, 0x93, 0x16, 0x54, 0xc2, 0xcd, 0x9e, 0x9d, 0xf9,
-	0xcc, 0x7c, 0x67, 0xc6, 0x6b, 0xe0, 0x29, 0x52, 0xea, 0x25, 0xa1, 0x48, 0x47, 0x4a, 0x47, 0x0e,
-	0x9d, 0x8d, 0x43, 0x31, 0xf4, 0x8c, 0x51, 0x67, 0x71, 0x8c, 0xda, 0xd1, 0xf8, 0x39, 0x43, 0x4a,
-	0x79, 0xa2, 0x55, 0xaa, 0x58, 0x77, 0xc6, 0x9f, 0x5f, 0xf7, 0xb7, 0xef, 0x04, 0x4a, 0x05, 0x21,
-	0x3a, 0xc6, 0x7f, 0x98, 0x8d, 0x9c, 0x54, 0x46, 0x48, 0xa9, 0x88, 0x92, 0x02, 0x61, 0xaf, 0xcf,
-	0xa6, 0x9c, 0xe1, 0xdf, 0xfb, 0x09, 0xd0, 0x72, 0x0b, 0x0b, 0xdb, 0x81, 0x66, 0xa2, 0xf1, 0x93,
-	0x1a, 0x5a, 0x95, 0x6e, 0xa5, 0xb7, 0xb0, 0xf1, 0x88, 0xdf, 0x94, 0x9c, 0x97, 0xa1, 0xfc, 0xd0,
-	0xc4, 0xb9, 0x65, 0x3c, 0xeb, 0x43, 0x3d, 0xf7, 0xb2, 0xaa, 0x86, 0xc3, 0xff, 0x9e, 0x73, 0x84,
-	0x94, 0xba, 0x26, 0x96, 0x3d, 0x85, 0xb6, 0x8f, 0xc2, 0x0f, 0x65, 0x8c, 0x56, 0xcd, 0x70, 0x6c,
-	0x5e, 0x48, 0xe5, 0x13, 0xa9, 0xfc, 0x68, 0x22, 0xd5, 0xbd, 0xf0, 0x65, 0x0f, 0x81, 0x25, 0x42,
-	0x63, 0x9c, 0x7a, 0xa5, 0x52, 0x2f, 0x93, 0xbe, 0x55, 0xef, 0x56, 0x7a, 0x1d, 0x77, 0xb9, 0x38,
-	0x29, 0xb3, 0x1d, 0x4b, 0x9f, 0x3d, 0x80, 0x5b, 0xa5, 0xf7, 0x30, 0x93, 0xa1, 0xef, 0x49, 0xdf,
-	0x6a, 0x74, 0x2b, 0xbd, 0x9a, 0xfb, 0x7f, 0x61, 0xee, 0xe7, 0xd6, 0x5d, 0x9f, 0xed, 0x41, 0x23,
-	0xaf, 0x8a, 0xac, 0x66, 0xb7, 0xd6, 0x5b, 0xd8, 0x78, 0x32, 0x9f, 0x24, 0xda, 0x8e, 0x53, 0x3d,
-	0x76, 0x0b, 0x84, 0xfd, 0xa3, 0x0a, 0xcd, 0xa2, 0x61, 0x4c, 0xc2, 0x1a, 0xa9, 0x51, 0xfa, 0x45,
-	0x68, 0xf4, 0x7c, 0x4c, 0x30, 0xf6, 0x31, 0x3e, 0x91, 0x48, 0x56, 0xc5, 0xa4, 0xb9, 0x3a, 0x81,
-	0x8b, 0x76, 0x0b, 0x2d, 0x22, 0xe2, 0xef, 0xca, 0xd0, 0xc1, 0x24, 0x72, 0xdc, 0xaf, 0x5a, 0x15,
-	0x77, 0x95, 0xae, 0xda, 0x25, 0x12, 0xfb, 0x0a, 0xab, 0x89, 0x56, 0xe7, 0x92, 0xa4, 0x8a, 0xc5,
-	0x30, 0x44, 0x2f, 0x14, 0x43, 0x0c, 0xc9, 0xaa, 0x9a, 0x4c, 0xbb, 0xf3, 0xce, 0x9a, 0x1f, 0x4e,
-	0xc3, 0xf6, 0x0d, 0xab, 0x50, 0xb9, 0x92, 0x5c, 0x3f, 0x61, 0xb7, 0xa1, 0x95, 0x11, 0x7a, 0x69,
-	0x48, 0x66, 0x98, 0x6d, 0xb7, 0x99, 0x11, 0x1e, 0x85, 0x64, 0xbf, 0x02, 0xeb, 0x4f, 0x24, 0xb6,
-	0x0c, 0xb5, 0x33, 0x1c, 0x9b, 0x6d, 0xec, 0xb8, 0xf9, 0x23, 0x5b, 0x85, 0xc6, 0xb9, 0x08, 0x33,
-	0x34, 0x9b, 0xd5, 0x71, 0x8b, 0x97, 0xcd, 0xea, 0xf3, 0x8a, 0xfd, 0xbd, 0x0e, 0xf5, 0xbc, 0xd5,
-	0xec, 0x18, 0xda, 0x22, 0x4b, 0x95, 0xd9, 0xbf, 0x62, 0x8f, 0x9f, 0xcd, 0x37, 0x2c, 0xbe, 0x55,
-	0x86, 0xef, 0xfc, 0xe7, 0x5e, 0xa0, 0xd8, 0x7b, 0x68, 0xa9, 0xd1, 0x28, 0x54, 0xc2, 0x2f, 0xb7,
-	0xfa, 0xc5, 0x9c, 0xd4, 0x83, 0x22, 0xfa, 0x20, 0x49, 0xa5, 0x8a, 0xc9, 0x9d, 0xd0, 0xec, 0x6f,
-	0x55, 0x68, 0x4f, 0x32, 0x32, 0x06, 0xf5, 0x58, 0x44, 0x58, 0x4a, 0x36, 0xcf, 0x6c, 0x1d, 0x3a,
-	0x06, 0x2a, 0x74, 0x40, 0xa5, 0xee, 0x76, 0x6e, 0xd8, 0xd2, 0x01, 0xb1, 0x8f, 0xd0, 0x3a, 0xc3,
-	0xf1, 0xb9, 0x30, 0x7d, 0xcd, 0x07, 0x39, 0xf8, 0x47, 0xb1, 0xfc, 0x4d, 0x81, 0x29, 0x66, 0x38,
-	0x81, 0xb2, 0xfb, 0xb0, 0x24, 0xc9, 0x3b, 0x09, 0x65, 0xfe, 0x89, 0x98, 0x9e, 0xd6, 0xcd, 0xf8,
-	0x16, 0x25, 0xbd, 0x34, 0x46, 0xd3, 0xf3, 0xbb, 0xb0, 0xe8, 0x4b, 0x4a, 0x42, 0x31, 0xf6, 0x4c,
-	0xf9, 0x0d, 0x53, 0xe5, 0x42, 0x69, 0x7b, 0x2b, 0x22, 0xb4, 0x37, 0x61, 0x71, 0x3a, 0xc3, 0x5c,
-	0xb3, 0x1d, 0xc0, 0xd2, 0x6c, 0xf7, 0xd8, 0x06, 0xac, 0xd1, 0x38, 0x3e, 0x39, 0xd5, 0x2a, 0x56,
-	0x19, 0x79, 0x01, 0x79, 0x68, 0xb6, 0xc7, 0xf0, 0xda, 0xee, 0xca, 0xd4, 0xe1, 0x6b, 0xda, 0x36,
-	0x47, 0xfd, 0x0e, 0xb4, 0x4e, 0x85, 0x8e, 0x91, 0xc8, 0x3e, 0x05, 0xb8, 0xfc, 0x2c, 0x7f, 0x53,
-	0xca, 0x60, 0xba, 0x94, 0xf9, 0x2f, 0xb0, 0xcb, 0xd2, 0xfb, 0xfb, 0x1f, 0xf6, 0x02, 0xc5, 0xf3,
-	0x5a, 0x22, 0x99, 0x45, 0x5c, 0xe9, 0xc0, 0x99, 0xbc, 0x28, 0x72, 0x64, 0x3c, 0xd2, 0xa2, 0xb8,
-	0xb9, 0x9d, 0x40, 0x39, 0x37, 0xfd, 0x1b, 0x86, 0x4d, 0xe3, 0xfa, 0xf8, 0x57, 0x00, 0x00, 0x00,
-	0xff, 0xff, 0xdd, 0xa7, 0x99, 0x1b, 0x46, 0x06, 0x00, 0x00,
+	// 725 bytes of a gzipped FileDescriptorProto
+	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x55, 0x5d, 0x6f, 0xd3, 0x48,
+	0x14, 0xdd, 0x7c, 0x27, 0x37, 0xdd, 0xb6, 0x9a, 0xb6, 0x5a, 0xcb, 0x95, 0x76, 0xb3, 0xbb, 0x08,
+	0xe5, 0x01, 0x8d, 0x51, 0x41, 0x80, 0x2a, 0xf1, 0xd0, 0x90, 0xd2, 0x0f, 0x2a, 0x5a, 0x0d, 0xad,
+	0x90, 0x78, 0xc0, 0x9a, 0xc4, 0x13, 0x77, 0xa8, 0xed, 0x31, 0x73, 0xed, 0x42, 0x24, 0x7e, 0x0c,
+	0x4f, 0x3c, 0xf0, 0x73, 0xf8, 0x45, 0xc8, 0x63, 0x27, 0x4d, 0x5a, 0x50, 0x09, 0x6f, 0x99, 0x3b,
+	0xe7, 0x9e, 0x7b, 0xee, 0x3d, 0x77, 0x62, 0xa0, 0x89, 0xc0, 0xc4, 0x8d, 0x03, 0x9e, 0x8c, 0x94,
+	0x0e, 0x1d, 0xbc, 0x18, 0x07, 0x7c, 0xe0, 0x9a, 0xa0, 0x4e, 0xa3, 0x48, 0x68, 0x47, 0x8b, 0xf7,
+	0xa9, 0xc0, 0x84, 0xc6, 0x5a, 0x25, 0x8a, 0x74, 0xe6, 0xf0, 0xf4, 0x26, 0xde, 0xfe, 0xc7, 0x57,
+	0xca, 0x0f, 0x84, 0x63, 0xf0, 0x83, 0x74, 0xe4, 0x24, 0x32, 0x14, 0x98, 0xf0, 0x30, 0xce, 0x29,
+	0xec, 0xff, 0xe7, 0x4b, 0x8a, 0x8f, 0x62, 0x98, 0x26, 0x52, 0x45, 0x4e, 0xcc, 0x35, 0x0f, 0x0b,
+	0xd0, 0xe6, 0x3c, 0x68, 0x4e, 0xc4, 0x7f, 0x5f, 0xda, 0xd0, 0x60, 0x79, 0x84, 0xec, 0x43, 0x3d,
+	0xd6, 0xe2, 0x9d, 0x1a, 0x58, 0xa5, 0x4e, 0xa9, 0xdb, 0xde, 0xba, 0x4f, 0x6f, 0x53, 0x48, 0x8b,
+	0x54, 0x7a, 0x62, 0xf2, 0x58, 0x91, 0x4f, 0x7a, 0x50, 0xcd, 0x50, 0x56, 0xd9, 0xf0, 0xd0, 0x5f,
+	0xe7, 0x39, 0x15, 0x98, 0x30, 0x93, 0x4b, 0x1e, 0x41, 0xd3, 0x13, 0xdc, 0x0b, 0x64, 0x24, 0xac,
+	0x8a, 0xe1, 0xb1, 0x69, 0x3e, 0x0f, 0x3a, 0x99, 0x07, 0x3d, 0x9d, 0xcc, 0x83, 0x4d, 0xb1, 0xe4,
+	0x1e, 0x90, 0x98, 0x6b, 0x11, 0x25, 0x6e, 0xd1, 0xa9, 0x9b, 0x4a, 0xcf, 0xaa, 0x76, 0x4a, 0xdd,
+	0x16, 0x5b, 0xcd, 0x6f, 0x8a, 0x6a, 0x67, 0xd2, 0x23, 0x77, 0x61, 0xa5, 0x40, 0x0f, 0x52, 0x19,
+	0x78, 0xae, 0xf4, 0xac, 0x5a, 0xa7, 0xd4, 0xad, 0xb0, 0x3f, 0xf3, 0x70, 0x2f, 0x8b, 0x1e, 0x78,
+	0xe4, 0x10, 0x6a, 0x99, 0x2a, 0xb4, 0xea, 0x9d, 0x4a, 0xb7, 0xbd, 0xf5, 0x70, 0xb1, 0x96, 0x70,
+	0x37, 0x4a, 0xf4, 0x98, 0xe5, 0x14, 0x64, 0x0f, 0x56, 0xa6, 0x4e, 0xb9, 0xc6, 0x29, 0xab, 0x61,
+	0x1a, 0xfc, 0xfb, 0x1a, 0xeb, 0x14, 0x45, 0x4f, 0x32, 0x14, 0x5b, 0x9e, 0x06, 0xcc, 0xd9, 0xfe,
+	0x56, 0x86, 0x7a, 0x3e, 0x79, 0x22, 0x61, 0x03, 0xd5, 0x28, 0xf9, 0xc0, 0xb5, 0x70, 0x3d, 0x11,
+	0x8b, 0xc8, 0x13, 0xd1, 0x50, 0x0a, 0xb4, 0x4a, 0x46, 0xef, 0x75, 0x2b, 0xa7, 0xbe, 0x65, 0x3c,
+	0x48, 0x5f, 0x15, 0xa9, 0xfd, 0x49, 0xe6, 0xb8, 0x57, 0xb6, 0x4a, 0x6c, 0x1d, 0xaf, 0xc7, 0xa5,
+	0x40, 0xf2, 0x09, 0xd6, 0x63, 0xad, 0x2e, 0x25, 0x4a, 0x15, 0xf1, 0x41, 0x20, 0xdc, 0x80, 0x0f,
+	0x44, 0x80, 0x56, 0xd9, 0x54, 0x3a, 0x58, 0x74, 0x69, 0xe8, 0xc9, 0x2c, 0xd9, 0x91, 0xe1, 0xca,
+	0xc7, 0xb5, 0x16, 0xdf, 0xbc, 0x21, 0x7f, 0x41, 0x23, 0x45, 0xe1, 0x26, 0x01, 0x9a, 0xad, 0x68,
+	0xb2, 0x7a, 0x8a, 0xe2, 0x34, 0x40, 0xfb, 0x39, 0x58, 0x3f, 0x63, 0x22, 0xab, 0x50, 0xb9, 0x10,
+	0x63, 0xb3, 0xd6, 0x2d, 0x96, 0xfd, 0x24, 0xeb, 0x50, 0xbb, 0xe4, 0x41, 0x2a, 0xcc, 0x8a, 0xb6,
+	0x58, 0x7e, 0xd8, 0x2e, 0x3f, 0x29, 0xd9, 0x5f, 0xab, 0x50, 0xcd, 0x3c, 0x23, 0x67, 0xd0, 0xe4,
+	0x69, 0xa2, 0xcc, 0x22, 0xe7, 0x0f, 0xe2, 0xf1, 0x62, 0xae, 0xd3, 0x9d, 0x22, 0x7d, 0xff, 0x0f,
+	0x36, 0xa5, 0x22, 0xaf, 0xa1, 0xa1, 0x46, 0xa3, 0x40, 0x71, 0xaf, 0x78, 0x1e, 0x4f, 0x17, 0x64,
+	0x3d, 0xce, 0xb3, 0x8f, 0xe3, 0x6c, 0x11, 0x90, 0x4d, 0xd8, 0xec, 0xcf, 0x65, 0x68, 0x4e, 0x2a,
+	0x12, 0x02, 0xd5, 0x88, 0x87, 0xa2, 0x68, 0xd9, 0xfc, 0x26, 0x9b, 0xd0, 0x32, 0xa4, 0x5c, 0xfb,
+	0x58, 0xf4, 0xdd, 0xcc, 0x02, 0x3b, 0xda, 0x47, 0xf2, 0x16, 0x1a, 0x17, 0x62, 0x7c, 0xc9, 0xcd,
+	0x5c, 0x33, 0x23, 0xfb, 0xbf, 0xd9, 0x2c, 0x7d, 0x91, 0xd3, 0xe4, 0x1e, 0x4e, 0x48, 0xc9, 0x1d,
+	0x58, 0x96, 0xe8, 0x0e, 0x03, 0x99, 0xbd, 0x35, 0x33, 0xd3, 0xaa, 0xb1, 0x6f, 0x49, 0xe2, 0x33,
+	0x13, 0x34, 0x33, 0xff, 0x17, 0x96, 0x3c, 0x89, 0x71, 0xc0, 0xc7, 0xae, 0x91, 0x5f, 0x33, 0x2a,
+	0xdb, 0x45, 0xec, 0x25, 0x0f, 0x85, 0xbd, 0x0d, 0x4b, 0xb3, 0x15, 0x16, 0xf2, 0xb6, 0x0f, 0xcb,
+	0xf3, 0xd3, 0x23, 0x5b, 0xb0, 0x81, 0xe3, 0x68, 0x78, 0xae, 0x55, 0xa4, 0x52, 0x74, 0x7d, 0x74,
+	0x85, 0xd9, 0x1e, 0xc3, 0xd7, 0x64, 0x6b, 0x33, 0x97, 0x7b, 0xb8, 0x6b, 0xae, 0x7a, 0x2d, 0x68,
+	0x9c, 0x73, 0x1d, 0x09, 0x44, 0xfb, 0x1c, 0xe0, 0xea, 0x7d, 0xff, 0x40, 0x4a, 0x7f, 0x56, 0xca,
+	0xe2, 0xff, 0x84, 0x57, 0xd2, 0x7b, 0x47, 0x6f, 0x0e, 0x7d, 0x45, 0x33, 0x2d, 0xa1, 0x4c, 0x43,
+	0xaa, 0xb4, 0xef, 0x4c, 0x0e, 0x0a, 0x1d, 0x19, 0x8d, 0x34, 0xcf, 0xbf, 0x13, 0x8e, 0xaf, 0x9c,
+	0xdb, 0xbe, 0x44, 0x83, 0xba, 0x81, 0x3e, 0xf8, 0x1e, 0x00, 0x00, 0xff, 0xff, 0xae, 0x5b, 0x0b,
+	0x27, 0xb4, 0x06, 0x00, 0x00,
 }
diff --git a/src/test_platform/execution/param.proto b/src/test_platform/execution/param.proto
new file mode 100644
index 0000000..a548246
--- /dev/null
+++ b/src/test_platform/execution/param.proto
@@ -0,0 +1,18 @@
+// Copyright 2020 The Chromium OS Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+syntax = "proto3";
+
+package test_platform.execution;
+
+option go_package = "go.chromium.org/chromiumos/infra/proto/go/test_platform/execution";
+
+// Uniformly applied parameters for all test executions in a test platform
+// request.
+message Param {
+    // If set, crash reports generated during test execution are uploaded to a
+    // builder-determined crash server (e.g. http://crash or
+    // http://crash-staging)
+    bool upload_crashes = 1;
+}
diff --git a/src/test_platform/phosphorus/common.proto b/src/test_platform/phosphorus/common.proto
index e8ca8b3..96ded25 100644
--- a/src/test_platform/phosphorus/common.proto
+++ b/src/test_platform/phosphorus/common.proto
@@ -46,9 +46,20 @@
   int32 max_concurrent_uploads = 1;
 }
 
+message FetchCrashesStep {
+  // URL of the crash server where crashes can be uploaded.
+  // e.g.: https://clients2.google.com/cr/report
+  string crash_server_report_url = 1;
+
+  // URL of the crash server where pre-uploaded crashes can be viewed.
+  // e.g.: https://crash.corp.google.com
+  string crash_server_view_url = 2;
+}
+
 // Config defines configuration parameters common to phosphorus subcommands.
 message Config {
   BotEnvironment bot = 1;
   TaskEnvironment task = 2;
   LogDataUploadStep log_data_upload_step = 3;
+  FetchCrashesStep fetch_crashes_step = 4;
 }
diff --git a/src/test_platform/phosphorus/fetchcrashes.proto b/src/test_platform/phosphorus/fetchcrashes.proto
index ba5b2ed..0ac9055 100644
--- a/src/test_platform/phosphorus/fetchcrashes.proto
+++ b/src/test_platform/phosphorus/fetchcrashes.proto
@@ -29,7 +29,7 @@
 
   // If set, upload crashes to http://crash-staging instead of http://crash.
   // Useful for testing.
-  bool use_staging = 5;
+  bool use_staging = 5 [deprecated = true];
 }
 
 // CrashSummary defines details of crashes that will be easily accessible to
diff --git a/src/test_platform/request.proto b/src/test_platform/request.proto
index 639fedf..74dc645 100644
--- a/src/test_platform/request.proto
+++ b/src/test_platform/request.proto
@@ -9,6 +9,7 @@
 import "chromite/api/test_metadata.proto";
 import "chromiumos/common.proto";
 import "google/protobuf/duration.proto";
+import "test_platform/execution/param.proto";
 
 option go_package = "go.chromium.org/chromiumos/infra/proto/go/test_platform";
 
@@ -206,6 +207,9 @@
 
     Migrations migrations = 12;
 
+    // Uniformly applied parameters for all test executions in this request.
+    test_platform.execution.Param execution_param = 13;
+
     reserved "notifications";
     reserved 11;
   }
diff --git a/src/test_platform/skylab_test_runner/config.proto b/src/test_platform/skylab_test_runner/config.proto
index 0497c1a..03e316f 100644
--- a/src/test_platform/skylab_test_runner/config.proto
+++ b/src/test_platform/skylab_test_runner/config.proto
@@ -76,4 +76,5 @@
   PubSub result_flow_pubsub = 4;
 
   test_platform.phosphorus.LogDataUploadStep log_data_upload_step = 5;
+  test_platform.phosphorus.FetchCrashesStep fetch_crashes_step = 6;
 }
diff --git a/src/test_platform/skylab_test_runner/request.proto b/src/test_platform/skylab_test_runner/request.proto
index 7b9d6b5..0d79a1e 100644
--- a/src/test_platform/skylab_test_runner/request.proto
+++ b/src/test_platform/skylab_test_runner/request.proto
@@ -9,6 +9,7 @@
 option go_package = "go.chromium.org/chromiumos/infra/proto/go/test_platform/skylab_test_runner";
 
 import "google/protobuf/timestamp.proto";
+import "test_platform/execution/param.proto";
 import "test_platform/request.proto";
 
 // Request represents a request for running an individual test via the
@@ -90,4 +91,8 @@
   // Set of Tests to run. The string is a UUID provided by the client
   // and used to identify each test result in the response.
   map<string, Test> tests = 6;
+
+  // Uniformly applied parameters for all test executions in the parent test
+  // platform request.
+  test_platform.execution.Param execution_param = 7;
 }