Skip to content

Commit c587d70

Browse files
committed
SCHED-785: Add spank_pyxis.so to SPANK plugin CI test
1 parent 75279a5 commit c587d70

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/one_job.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,11 @@ jobs:
338338
test_plugin "${image}" "spanknccldebug.so" || ((++failed))
339339
done
340340
341+
# Test spank_pyxis.so in all slurm images
342+
for image in slurm_check_job login_sshd worker_slurmd; do
343+
test_plugin "${image}" "spank_pyxis.so" || ((++failed))
344+
done
345+
341346
echo ""
342347
if [[ $failed -gt 0 ]]; then
343348
echo "FAILED: $failed plugin check(s) failed"

0 commit comments

Comments
 (0)