Skip to content

Commit 28e5ba9

Browse files
committed
feat(api): Add SemaphoreKey and MutexName fields to proto
Signed-off-by: ddalvi <[email protected]>
1 parent 634aadf commit 28e5ba9

File tree

2 files changed

+35
-7
lines changed

2 files changed

+35
-7
lines changed

api/v2alpha1/go/pipelinespec/pipeline_spec.pb.go

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

api/v2alpha1/pipeline_spec.proto

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,5 +1103,9 @@ message PlatformDeploymentConfig {
11031103

11041104
// Spec for pipeline-level config options. See PipelineConfig DSL class.
11051105
message PipelineConfig {
1106-
// TODO add pipeline-level configs
1106+
// Name of the semaphore key to control pipeline concurrency
1107+
string semaphore_key = 1;
1108+
1109+
// Name of the mutex to ensure mutual exclusion
1110+
string mutex_name = 2;
11071111
}

0 commit comments

Comments
 (0)