Skip to content

Commit

Permalink
Mark PipelineStage.Predefined as deprecated field (#5236)
Browse files Browse the repository at this point in the history
Signed-off-by: khanhtc1202 <[email protected]>
  • Loading branch information
khanhtc1202 authored Sep 27, 2024
1 parent 4d53574 commit 1689c63
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 79 deletions.
159 changes: 81 additions & 78 deletions pkg/model/deployment.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/model/deployment.proto
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ message PipelineStage {
// Stage index from the stage list in configuration.
int32 index = 4;
// Whether this stage is the predefined one by planner.
bool predefined = 5;
bool predefined = 5 [deprecated=true];
repeated string requires = 6;
// Whether this stage should be rendered or not.
bool visible = 7 [deprecated=true];
Expand Down

0 comments on commit 1689c63

Please sign in to comment.