RELOPS-2375: tear down SP3 GPU perf dedicated host - #338
Merged
Conversation
The gecko-t/win11-64-25h2-gpu-perf-experiment dedicated host was added as a temporary Speedometer 3 GPU placement experiment (tagged lifecycle=temporary-test, ttl=destroy-after-experiment). It has been billing ~$172/day (~$5.2k/mo) continuously since May, including weekends, because a dedicated host bills 24/7 by reservation regardless of task load. Remove the host group and host to stop the spend. The reusable taskcluster-arm-template-dedicated-host template spec is left intact.
jwmossmoz
added a commit
to mozilla-releng/fxci-config
that referenced
this pull request
Sep 14, 2026
…1211) The SP3 GPU perf experiment dedicated host has been torn down in relops_infra_as_code (mozilla-platform-ops/relops_infra_as_code#338). Remove the corresponding worker pool so worker-manager stops attempting to provision onto the now-deleted dedicated host.
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.
Summary
Removes the
gecko-t/win11-64-25h2-gpu-perf-experimentdedicated host (host group + host) that was added as a temporary Speedometer 3 GPU placement experiment.Why
The resource is tagged
lifecycle=temporary-test,ttl=destroy-after-experiment,purpose=speedometer3-dedicated-host-placement-test, but it was never torn down after the experiment concluded. This removes the leftover dedicated host (singleNVadsA10v5_Type1host inRG-WEST-US-3-GECKO-T), which continues to run 24/7 by reservation regardless of task load.Changes
terraform/azure_fxci/gecko-t/dedicated-host-sp3-perf.tf(host group, host, and outputs). No other references to these resources/outputs exist.taskcluster-arm-template-dedicated-hosttemplate spec intemplate_specs.tfis intentionally left intact.Landing order
Land the companion fxci-config change (removing the
gpu-perf-experimentworker pool) first so worker-manager stops placing VMs on the host, thenterraform applyhere to destroy the host.