File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,12 @@ This will create jobs to reimage every slurm-rebuildable node to the image
221
221
currently defined in the OpenTofu configuration.
222
222
223
223
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'
225
230
226
231
## Testing
227
232
You can’t perform that action at this time.
0 commit comments