Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow job_file_dir_mkdtmp to be path patterns. #185

Merged
merged 2 commits into from
Jul 18, 2024

Conversation

riga
Copy link
Owner

@riga riga commented Jul 18, 2024

Allows the option job::job_file_dir_mkdtemp to be a string containing variables that will be replaced. This string is then used as a postfix for creating temporary directories in the submission directory.

  • More than three X's are replaced by random characters (just like the standard mkdtemp)
  • {{task_id}} -> task.live_task_id
  • {{task_family}} -> task.task_family

Closes #180.

@riga riga merged commit 4a05454 into master Jul 18, 2024
8 checks passed
@riga riga deleted the feature/readable_job_tmp_dirs branch July 18, 2024 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make job_file_dir a parameter of HTCondorWorkflow
1 participant