Removes unused keys from tost jobs

Change-Id: I719e5ae0d4c323dc3e048d9cc3021cd3917bab20
diff --git a/jjb/pipeline/docker-publish.groovy b/jjb/pipeline/docker-publish.groovy
index 4e9c10b..f0cb8c6 100644
--- a/jjb/pipeline/docker-publish.groovy
+++ b/jjb/pipeline/docker-publish.groovy
@@ -43,7 +43,7 @@
     stage('build'){
       steps {
         script {
-          sshagent(credentials: ['github-onf-bot-ssh-key', 'github-omec-project-ssh-key']) {
+          sshagent(credentials: ['github-onf-bot-ssh-key']) {
             withDockerRegistry([credentialsId: 'docker-artifact-push-credentials']) {
               sh( script: """
                 #!/usr/bin/env bash
diff --git a/jjb/templates/private-make-test.yaml b/jjb/templates/private-make-test.yaml
index c98397a..6860260 100644
--- a/jjb/templates/private-make-test.yaml
+++ b/jjb/templates/private-make-test.yaml
@@ -34,9 +34,7 @@
           build-timeout: "{build-timeout}"
       - ssh-agent-credentials:
           users:
-            - '{jenkins-ssh-credential}'
             - '{github-onf-bot-ssh-credential}'
-            - '{github-omec-project-ssh-credential}'
 
     scm:
       - onf-infra-gerrit-scm: