Skip to content

Commit 15c2e92

Browse files
Michal Tichákknopers8
authored andcommitted
[protos] update protos
1 parent 7f75417 commit 15c2e92

File tree

8 files changed

+544
-463
lines changed

8 files changed

+544
-463
lines changed

core/integration/bookkeeping/protos/bkcommon.pb.go

Lines changed: 167 additions & 153 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/integration/bookkeeping/protos/bkcommon.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ message Run {
9393
optional int64 timeTrgStart = 21;
9494
// Trigger value
9595
optional string triggerValue = 22;
96+
optional string rawCtpTriggerConfiguration = 32;
9697
// The full name or file location of the odcTopology
9798
optional string odcTopologyFullName = 23;
9899
optional bool ddFlp = 24;

core/integration/bookkeeping/protos/run.pb.go

Lines changed: 94 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/integration/bookkeeping/protos/run.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ message RunUpdateRequest {
5353
optional int64 timeTrgStart = 5;
5454
optional int64 timeTrgEnd = 6;
5555
optional string triggerValue = 7;
56+
optional string rawCtpTriggerConfiguration = 19;
5657
optional string pdpConfigOption = 8;
5758
optional string pdpTopologyDescriptionLibraryFile = 9;
5859
optional string tfbDdMode = 10;
@@ -65,6 +66,7 @@ message RunUpdateRequest {
6566
// Optional users that stopped or started the run (can also be undefined)
6667
optional User userO2Start = 17;
6768
optional User userO2Stop = 18;
69+
// 19 is trigger raw configuration
6870
}
6971

7072
// Enums

core/integration/bookkeeping/protos/run_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/integration/odc/protos/odc.pb.go

Lines changed: 229 additions & 199 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/integration/odc/protos/odc.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ message GeneralReply {
7373
string state = 7; // If successful and applicable to a request then contains an aggregated FairMQ device state, otherwise UNDEFINED.
7474
uint64 runnr = 8; // Run number from ECS (optional)
7575
repeated string hosts = 9; // Where applicable, provides a list of used hosts (Submit/Run requests)
76+
string rmsjobids = 10; // Where applicable, provides a list of job IDs from the resource management system
7677
}
7778

7879
// Device information
@@ -84,6 +85,8 @@ message Device {
8485
string path = 3; // Runtime task path (same as in DDS)
8586
bool ignored = 4; // Device was stopped and set to be ignored
8687
string host = 5; // Host where the task runs
88+
bool expendable = 6; // Device is expendable
89+
string rmsjobid = 7; // job IDs from the resource management system
8790
}
8891

8992
// Device change/get state request

core/integration/odc/protos/odc_grpc.pb.go

Lines changed: 47 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)