Skip to content

Commit 03d5bbf

Browse files
authored
ci: exclude faulty Phoenix node atl1-1-01-002-28-0 (#1865)
1 parent dc0aec1 commit 03d5bbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/submit-slurm-job.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ elif [ "$device" = "gpu" ]; then
159159
#SBATCH -p $gpu_partition
160160
#SBATCH --ntasks-per-node=4
161161
#SBATCH -G${gpu_count}"
162-
node_exclude="atl1-1-03-007-29-0,atl1-1-03-007-31-0"
162+
node_exclude="atl1-1-03-007-29-0,atl1-1-03-007-31-0,atl1-1-01-002-28-0"
163163
;;
164164
frontier|frontier_amd)
165165
sbatch_device_opts="\

0 commit comments

Comments
 (0)