Skip to content

Commit 7631a20

Browse files
mortenmjEdSchouten
authored andcommitted
Add build_directory_owner_user_id/build_directory_owner_group_id to RunnerConfiguration
1 parent d1a53c8 commit 7631a20

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

pkg/proto/configuration/bb_worker/bb_worker.pb.go

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

pkg/proto/configuration/bb_worker/bb_worker.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,16 @@ message RunnerConfiguration {
380380
// You may need to implement a custom ActionRouter for bb_scheduler to
381381
// enforce this.
382382
uint32 maximum_consecutive_test_infrastructure_failures = 14;
383+
384+
// The ID of the user that owns directories contained in the build
385+
// directory. This should typically be set to the user that is used by
386+
// bb_runner to run actions.
387+
uint32 build_directory_owner_user_id = 15;
388+
389+
// The ID of the group that owns directories contained in the build
390+
// directory. This should typically be set to the primary group of the
391+
// user that is used by bb_runner to run actions.
392+
uint32 build_directory_owner_group_id = 16;
383393
}
384394

385395
message CompletedActionLoggingConfiguration {

0 commit comments

Comments
 (0)