@@ -142,7 +142,7 @@ def test_large_package_x86_64_linux(self):
142142 "requiredSystemFeatures" : ["big-parallel" ],
143143 }
144144 result = get_runner_for_package (pkg )
145- assert result == {"labels" : ["blacksmith-32vcpu- ubuntu-2404 " ]}
145+ assert result == {"labels" : ["depot- ubuntu-24.04-32 " ]}
146146
147147 def test_large_package_aarch64_linux (self ):
148148 pkg : NixEvalJobsOutput = {
@@ -161,7 +161,7 @@ def test_large_package_aarch64_linux(self):
161161 "requiredSystemFeatures" : ["big-parallel" ],
162162 }
163163 result = get_runner_for_package (pkg )
164- assert result == {"labels" : ["blacksmith-32vcpu- ubuntu-2404 -arm" ]}
164+ assert result == {"labels" : ["depot- ubuntu-24.04 -arm-32 " ]}
165165
166166 def test_darwin_package (self ):
167167 pkg : NixEvalJobsOutput = {
@@ -194,7 +194,7 @@ def test_default_x86_64_linux(self):
194194 "system" : "x86_64-linux" ,
195195 }
196196 result = get_runner_for_package (pkg )
197- assert result == {"labels" : ["blacksmith-8vcpu- ubuntu-2404 " ]}
197+ assert result == {"labels" : ["depot- ubuntu-24.04-8 " ]}
198198
199199 def test_default_aarch64_linux (self ):
200200 pkg : NixEvalJobsOutput = {
@@ -212,7 +212,7 @@ def test_default_aarch64_linux(self):
212212 "system" : "aarch64-linux" ,
213213 }
214214 result = get_runner_for_package (pkg )
215- assert result == {"labels" : ["blacksmith-4vcpu- ubuntu-2404 -arm" ]}
215+ assert result == {"labels" : ["depot- ubuntu-24.04 -arm-8 " ]}
216216
217217
218218class TestSortPkgsByClosures :
0 commit comments