Skip to content

Commit

Permalink
K8s: issues with pilot -t flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarreir committed Jun 12, 2020
1 parent 55a8c48 commit b725374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandaharvester/harvestercloud/pilots_starter.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def get_configuration():
# and therefore the pilot cannot execute in the same directory
copy_files_in_dir(CONFIG_DIR, WORK_DIR)

command = "/tmp/runpilot2-wrapper.sh {0} -t False -i PR -w generic --pilot-user=ATLAS --url=https://pandaserver.cern.ch -d --harvester-submit-mode={1} --allow-same-user=False | tee /tmp/wrapper-wid.log". \
command = "/tmp/runpilot2-wrapper.sh {0} -i PR -w generic --pilot-user=ATLAS --url=https://pandaserver.cern.ch -d --harvester-submit-mode={1} --allow-same-user=False | tee /tmp/wrapper-wid.log". \
format(wrapper_params, submit_mode)
try:
subprocess.call(command, shell=True)
Expand Down

0 comments on commit b725374

Please sign in to comment.