Skip to content

make insert-mgmt-pipeline use backend config - #3290

Open
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_958747685
Open

make insert-mgmt-pipeline use backend config#3290
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_958747685

Conversation

@copybara-service

@copybara-service copybara-service Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

make insert-mgmt-pipeline use backend config

This change adds support for the "bootstrap levels consumed" backend config in the secret-insert-mgmt pipeline. This includes:

  • loading the target configuration and computing the absolute budget by adding bootstrapLevelsConsumed to the relative levelBudget
  • updating the unroll factor calculation in doPartialUnroll to account for the starting level after bootstrap
  • Making the bootstrap-waterline flag default to zero (and change its semantics), so it does not need to be set in most cases.

Fixes #2557

@copybara-service
copybara-service Bot force-pushed the test_958747685 branch 4 times, most recently from f463b94 to 28c182c Compare August 4, 2026 15:55
This change adds support for the "bootstrap levels consumed" backend config in the secret-insert-mgmt pipeline. This includes:

- loading the target configuration and computing the absolute budget by adding bootstrapLevelsConsumed to the relative levelBudget
- updating the unroll factor calculation in doPartialUnroll to account for the starting level after bootstrap
- Making the bootstrap-waterline flag default to zero (and change its semantics), so it does not need to be set in most cases.

Fixes #2557

PiperOrigin-RevId: 958747685
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider how many levels a bootstrap op consumes in level analysis calculations

1 participant