Skip to content

Commit

Permalink
Update pipeline_spec in oss
Browse files Browse the repository at this point in the history
Signed-off-by: rickyxie0929 <rickyxie@google.com>
  • Loading branch information
rickyxie0929 committed Jun 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 991a610 commit a8d8677
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/v2alpha1/pipeline_spec.proto
Original file line number Diff line number Diff line change
@@ -93,6 +93,7 @@ message ComponentSpec {
DagSpec dag = 3;
string executor_label = 4;
}
repeated PlatformSpec platform_specs = 5;
}

// A DAG contains multiple tasks.
@@ -1040,6 +1041,11 @@ message PipelineStateEnum {
message PlatformSpec {
// Platform key to full platform config
map<string, SinglePlatformSpec> platforms = 1;

string platform = 2;
// Arbitrary configuration, which will be defined by the platform
// protos/libraries.
google.protobuf.Struct config = 3;
}

message SinglePlatformSpec {

0 comments on commit a8d8677

Please sign in to comment.