We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d168a commit f3b0b60Copy full SHA for f3b0b60
tests/integration-tests/tests/cloudwatch_logging/test_cloudwatch_logging.py
@@ -361,6 +361,7 @@ def _populate_head_node_log_existence(self):
361
"/var/log/parallelcluster/slurm_resume.log",
362
"/var/log/parallelcluster/slurm_suspend.log",
363
"/var/log/parallelcluster/slurm_fleet_status_manager.log",
364
+ "/var/log/slurmdbd.log",
365
]
366
if self.scheduler == "slurm"
367
else []
0 commit comments