File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ def testResourceEntry(self):
158158 MaxWallTime = 1440; \
159159 Memory = 4000; \
160160 Name = "red.unl.edu"; \
161+ Queue = "red"; \
161162 Requirements = TARGET.RequestCPUs <= CPUs && TARGET.RequestMemory <= Memory && member(TARGET.VO, AllowedVOs) && TARGET.VOTag == "ANALYSIS"; \
162163 Transform = [ set_MaxMemory = RequestMemory; set_VOTag = "ANALYSIS"; set_remote_queue = "red"; set_xcount = RequestCPUs; ]; \
163164 VOTag = "ANALYSIS"; \
@@ -217,6 +218,7 @@ def testFullWithExtraTransforms(self):
217218 MaxWallTime = 1440; \
218219 Memory = 4000; \
219220 Name = "glow.chtc.wisc.edu"; \
221+ Queue = "blue"; \
220222 Requirements = TARGET.RequestCPUs <= CPUs && TARGET.RequestMemory <= Memory && member(TARGET.VO, AllowedVOs); \
221223 Transform = [ set_MaxMemory = RequestMemory; set_WantRHEL6 = 1; set_remote_queue = "blue"; set_xcount = RequestCPUs; ]; \
222224 ] \
@@ -247,6 +249,7 @@ def testResourceEntryWithPilot(self):
247249 Memory = 2500; \
248250 Name = "glow.chtc.wisc.edu"; \
249251 OS = "rhel8"; \
252+ Queue = ""; \
250253 RequireSingularity = True; \
251254 SendTests = True; \
252255 WholeNode = False; \
@@ -308,6 +311,7 @@ def testPilotExample(self):
308311 MaxWallTime = 2880; \
309312 Memory = 8192; \
310313 Name = "GPU"; \
314+ Queue = "gpu_queue_name"; \
311315 RequireSingularity = True; \
312316 SendTests = True; \
313317 WholeNode = False; \
You can’t perform that action at this time.
0 commit comments