Skip to content

Commit 915cc55

Browse files
authored
feat(api): Add SemaphoreKey and MutexName fields to proto (kubeflow#11384)
Signed-off-by: ddalvi <[email protected]>
1 parent ac9b257 commit 915cc55

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
@@ -1106,5 +1106,9 @@ message PlatformDeploymentConfig {
11061106

11071107
// Spec for pipeline-level config options. See PipelineConfig DSL class.
11081108
message PipelineConfig {
1109-
// TODO add pipeline-level configs
1109+
// Name of the semaphore key to control pipeline concurrency
1110+
string semaphore_key = 1;
1111+
1112+
// Name of the mutex to ensure mutual exclusion
1113+
string mutex_name = 2;
11101114
}

0 commit comments

Comments
 (0)