Skip to content

Commit

Permalink
wns report: exclude base, only used for macro placement
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Oct 31, 2024
1 parent 30811e0 commit 9e3c634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ BOOMTILE_VARIABLES = SKIP_REPORT_METRICS | FAST_BUILD_SETTINGS | {
"HOLD_SLACK_MARGIN": "-200",
}

WNS_REPORT_SWEEP = [variant for variant in SWEEP if "naja" not in variant]
WNS_REPORT_SWEEP = [variant for variant in SWEEP if variant not in ["base", "variant"]]

SWEEP_JSON = {
"base": BOOMTILE_VARIABLES,
Expand Down

0 comments on commit 9e3c634

Please sign in to comment.