Skip to content

Commit 16956e2

Browse files
committed
don't log environment for evaluation and building
For nix we don't depend really on interesting environment variables. This reduces some noice from the log.
1 parent 4d7110f commit 16956e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildbot_nix/buildbot_nix/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,6 +1076,7 @@ def nix_eval_config(
10761076
worker_count=worker_count,
10771077
max_memory_size=max_memory_size,
10781078
drv_gcroots_dir=drv_gcroots_dir,
1079+
logEnviron=False,
10791080
),
10801081
)
10811082

@@ -1171,6 +1172,7 @@ def nix_build_steps(
11711172
# We increase this over the default since the build output might end up in a different `nix build`.
11721173
timeout=60 * 60 * 3,
11731174
haltOnFailure=True,
1175+
logEnviron=False,
11741176
),
11751177
*post_build_steps,
11761178
Trigger(

0 commit comments

Comments
 (0)