osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/39357?usp=email )
Change subject: scripts/repo-install-test: add disconnect hint ......................................................................
scripts/repo-install-test: add disconnect hint
Add a hint that would have been useful when we set up build5.
Change-Id: I208cacaaf4018dc3adf5c4b878147c19769381ff --- M scripts/repo-install-test.sh 1 file changed, 8 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/57/39357/1
diff --git a/scripts/repo-install-test.sh b/scripts/repo-install-test.sh index 66604f6..9345876 100755 --- a/scripts/repo-install-test.sh +++ b/scripts/repo-install-test.sh @@ -173,6 +173,14 @@ echo "Contents of $LOG_FILE:" echo cat "$LOG_FILE" + echo + echo "---" + echo "NOTE: If you have just set up a new jenkins node, and get the" + echo "error 'Could not access KVM kernel module: Permission denied'," + echo "then you probably need to disconnect jenkins, connect it again" + echo "and retry." + echo "---" + echo }
qemu_ssh_wait() {