When setting the HTCondor profile "priority", it is not propagated correctly. Example:
- type: job
name: run_sim.sh
id: '0000000'
arguments: ['0', Pmt_neutron, '1000', head, '0', preinit_TPC.mac, preinit_B_none.mac,
setup_optical.mac, run_Pmt_neutron.mac, XENONnT]
uses:
- {lfn: 0_output.tar.bz2, type: output, stageOut: true, registerReplica: true}
profiles:
condor: {priority: '1000000'}
In the job:
priority = 20
- type: job
name: run_sim.sh
id: '0000000'
arguments: ['0', Pmt_neutron, '1000', head, '0', preinit_TPC.mac, preinit_B_none.mac,
setup_optical.mac, run_Pmt_neutron.mac, XENONnT]
uses:
- {lfn: 0_output.tar.bz2, type: output, stageOut: true, registerReplica: true}
profiles:
condor: {priority: '1000000'}
In the job:
priority = 20