drtprod: tag scale-test cluster VMs with usage=scale_test#171319
Open
Dev-Kyle wants to merge 1 commit into
Open
drtprod: tag scale-test cluster VMs with usage=scale_test#171319Dev-Kyle wants to merge 1 commit into
Dev-Kyle wants to merge 1 commit into
Conversation
Pass --label=usage=scale_test through to roachprod when creating the cluster and workload VMs for every DRT scale-test config. The label is applied at VM-provisioning time and is used to attribute cloud spend to the scale-test program (which dominates the DRT fleet's cost due to its large, long-lived clusters). This entirely overrides roachprod's default of usage=roachprod for these clusters; it has no effect on existing VMs, only on those created from the next `drtprod execute` onward. Configs touched (CRDB and workload create steps in each): drt_scale.yaml, drt_scale_300.yaml, drt_scale_pcr.yaml, drt_scale_restore.yaml Other DRT configs (chaos, large, pua, upgrade, multi-cloud, remote) are not part of the scale-test program and retain the default usage=roachprod label. Resolves: cockroachdb#160194 Epic: none Release note: None Co-Authored-By: roachdev-claude <roachdev-claude-bot@cockroachlabs.com>
Contributor
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
Member
srosenberg
approved these changes
Jun 2, 2026
cpj2195
approved these changes
Jun 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pass
--label=usage=scale_testthrough to roachprod when creating the cluster and workload VMs for every DRT scale-test config. The label is applied at VM-provisioning time and is used to attribute cloud spend to the scale-test program (which dominates the DRT fleet's cost due to its large, long-lived clusters).Configs touched (CRDB and workload create steps in each):
drt_scale.yaml,drt_scale_300.yaml,drt_scale_pcr.yaml,drt_scale_restore.yaml.Other DRT configs (chaos, large, pua, upgrade, multi-cloud, remote) are not part of the scale-test program and retain the default
usage=roachprodlabel.Resolves: #160194
Epic: none
Release note: None