Closed MishaZakharchanka closed 1 year ago
Do we want to add Lassen back to the machines that we are testing on?
Do we want to add Lassen back to the machines that we are testing on?
Yes.
And can you please investigate having a list of tags for $RUNNER_TYPE
, since we need to add tag slurm
for Slurm batch-runners (e.g., RUNNER_TYPE: [ "batch", "slurm" ]
?)
And can you please investigate having a list of tags for
$RUNNER_TYPE
, since we need to add tagslurm
for Slurm batch-runners (e.g.,RUNNER_TYPE: [ "batch", "slurm" ]
?)
Its looks like variables are only allowed to be strings, so I would write a comment to change 'batch' to 'slurm' either 6/1 or when the machines change schedulers to flux.
This PR focuses on the pip CI for LLNL machines. The functionality of the tests remains the same, but the jobs will now be listed individually on gitlab. Additionally, there was organizational work done in an attempt to make the file more readable and maintainable.