-
Notifications
You must be signed in to change notification settings - Fork 20
Description
I have been trying to run a cron driven CI setup for psi-j on OLCF Crusher. Looking at the logs, there seems to be a few problems. First, as indicated on the comments, I added a module load statement in the psij-ci-load file. However, I am seeing in the testing.log that the module command is throwing error: psij-ci-load: line 5: module: command not found.
Next, I am seeing that the setup is trying to ssh into localhost and failing because it requires MFA:
DEBUG Output from ['ssh', '-oBatchMode=yes', '-oStrictHostKeyChecking=no', 'localhost', 'true']
Which leads to a credential prompt and error:
ketan2@localhost: Permission denied (publickey,keyboard-interactive,hostbased).
I am seeing more errors further down on tests for slurm but unable to find the cause and suspect that these above issues might be the reason for those.