Created migration to fix vlass_(seci|ql)_envoy.condor's requirements and Rank
2 unresolved threads
Merge request reports
Activity
- Resolved by Daniel Nemergut
added 1 commit
- 1f6e6d46 - Added same fix for ql and coarse *envoy.condor's to above migration
177 178 {{^remote}} 179 environment = "CAPO_PATH=/home/casa/capo" 180 requirements = (VLASS == True) && (HasLustre == True) 181 +partition = "VLASS" 182 {{/remote}} 183 {{#remote}} 184 requirements = (VLASS == True) && (HasLustre =!= True) 185 +partition = "VLASS" 186 Rank = (TARGET.VLASS == True) && (TARGET.VLASSTEST =!= True) 187 {{/remote}} 188 189 queue 190 """ 191 192 old_vlass_coarse_envoy_condor = """executable = vlass_coarse_envoy.sh I don't think so, lines 221 and 223 look like the old version to me.
Edited by Sam Kagan
mentioned in commit cf332042
mentioned in commit ccfaaeec
mentioned in merge request !1573 (merged)
mentioned in commit 9dbf759d
Please register or sign in to reply