Skip to content

Commit b01af13

Browse files
committed
rebuild docs tweak
1 parent 6d47a66 commit b01af13

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/experimental/slurm-controlled-rebuild.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,12 @@ This will create jobs to reimage every slurm-rebuildable node to the image
221221
currently defined in the OpenTofu configuration.
222222
223223
Note that some of the [rebuild role variables](../../ansible/roles/rebuild/README.md)
224-
may also be useful as extravars, especially for testing or debugging.
224+
may also be useful as extravars, especially for testing or debugging. For
225+
example the following comand will run in a non-default partition and does not
226+
actually reboot/rebuild nodes, which may be useful for testing interactions with
227+
other priority or QOS settings:
228+
229+
ansible-playbook ansible/adhoc/rebuild-via-slurm.yml -e 'rebuild_job_partitions=test rebuild_job_reboot=false'
225230
226231
## Testing
227232

0 commit comments

Comments
 (0)