Skip to content

Cleanup job should use the HPC account selection logic #2397

@simone99n

Description

@simone99n

What happened?

For the standard train, inference, and eval jobs, the HPC account used follows this logic:
Resolution order:

  1. --account specified via the CLI or pipeline slurm_arg
  2. $BUDGET_ACCOUNTS environment variable (remember to include jutil env activate -p <PROJECT> in your .bashrc)
  3. Default: ""

The cleanup job, however, uses the account hard-coded in paths.yml.

This behavior should be changed so that it follows the same logic already implemented for the other jobs.

What are the steps to reproduce the bug?

No response

Hedgedoc link to logs and more information. This ticket is public, do not attach files directly.

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions