Skip to content

Commit a1c55ed

Browse files
sbryngelsonclaude
andcommitted
Use normal QOS instead of hackathon for Frontier test jobs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 06c0641 commit a1c55ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/frontier/submit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ else
5353
sbatch_account="#SBATCH -A CFD154"
5454
sbatch_time="#SBATCH -t 01:59:00"
5555
sbatch_partition="#SBATCH -p batch"
56-
sbatch_extra="#SBATCH --qos=hackathon"
56+
sbatch_extra="#SBATCH --qos=normal"
5757
fi
5858

5959
shard_suffix=""

.github/workflows/frontier_amd/submit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ else
5353
sbatch_account="#SBATCH -A CFD154"
5454
sbatch_time="#SBATCH -t 01:59:00"
5555
sbatch_partition="#SBATCH -p batch"
56-
sbatch_extra="#SBATCH --qos=hackathon"
56+
sbatch_extra="#SBATCH --qos=normal"
5757
fi
5858

5959
shard_suffix=""

0 commit comments

Comments
 (0)