Skip to content

Commit

Permalink
feat(api): Add SemaphoreKey and MutexName fields to proto (#11384)
Browse files Browse the repository at this point in the history
Signed-off-by: ddalvi <[email protected]>
  • Loading branch information
DharmitD authored Jan 29, 2025
1 parent ac9b257 commit 915cc55
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 7 deletions.
36 changes: 30 additions & 6 deletions api/v2alpha1/go/pipelinespec/pipeline_spec.pb.go

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

6 changes: 5 additions & 1 deletion api/v2alpha1/pipeline_spec.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1106,5 +1106,9 @@ message PlatformDeploymentConfig {

// Spec for pipeline-level config options. See PipelineConfig DSL class.
message PipelineConfig {
// TODO add pipeline-level configs
// Name of the semaphore key to control pipeline concurrency
string semaphore_key = 1;

// Name of the mutex to ensure mutual exclusion
string mutex_name = 2;
}

0 comments on commit 915cc55

Please sign in to comment.