From 4733e612363e7d3891a12b0edb790a781085dd65 Mon Sep 17 00:00:00 2001 From: Jean Schmidt Date: Wed, 15 Jul 2026 09:20:36 -0700 Subject: [PATCH] Update [ghstack-poisoned] --- osdc/clusters.yaml | 6 ++---- osdc/integration-tests/scripts/python/test_run.py | 6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/osdc/clusters.yaml b/osdc/clusters.yaml index 5e87a711..1f376e49 100644 --- a/osdc/clusters.yaml +++ b/osdc/clusters.yaml @@ -425,15 +425,13 @@ clusters: runner_group: "meta-prod-aws-ue1" capacity_aware_fresh_multiplier: 0.8 scheduler_name: bin-pack-scheduler - arc-runners-opt: - capacity_aware_fresh_multiplier: 0.8 modules: - karpenter - arc - hf-cache # before nodepools: mount must be up before the node-init gate taint - - nodepools-opt + - nodepools - bin-pack-scheduler - - arc-runners-opt + - arc-runners - keda - buildkit - zombie-cleanup diff --git a/osdc/integration-tests/scripts/python/test_run.py b/osdc/integration-tests/scripts/python/test_run.py index 3f350c9d..35decd1d 100644 --- a/osdc/integration-tests/scripts/python/test_run.py +++ b/osdc/integration-tests/scripts/python/test_run.py @@ -390,9 +390,9 @@ def test_no_cache_enforcer_stripped_when_no_arc_runners(self, workflow_template) assert "arc-job" not in result def test_opt_variants_keep_arc_runner_jobs(self, workflow_template): - # meta-prod-aws-ue1 runs the -opt shim modules. arc-runners-opt / nodepools-opt - # must satisfy the base arc-runners / nodepools gates so the runner jobs survive - # instead of degrading to a no-op. B200 stays stripped: no -b200 module is present + # The -opt shim modules (arc-runners-opt / nodepools-opt) must satisfy the + # base arc-runners / nodepools gates so the runner jobs survive instead of + # degrading to a no-op. B200 stays stripped: no -b200 module is present # and removesuffix("-opt") never produces one. result = generate_workflow( workflow_template,