Skip to content

Commit

Permalink
remove olf placehold sanity test that used grabbing the go-ontology r…
Browse files Browse the repository at this point in the history
…epo; continuing work on #248
  • Loading branch information
kltm committed Dec 18, 2021
1 parent 880a050 commit 1663980
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,8 @@ pipeline {
sh 'scp -o StrictHostKeyChecking=no -o IdentitiesOnly=true -o IdentityFile=$SKYHOOK_IDENTITY [email protected]:/home/skyhook/$BRANCH_NAME/ontology/extensions/go-lego.owl /tmp/go-lego.owl'
}

git 'https://github.com/geneontology/go-ontology.git'

echo "WARNING: this is a sanity test placeholder (old tests never passed)."
// TODO: reactivate once there is a chance of passing.
// sh 'ROBOT_JAVA_ARGS=-Xmx48G robot report --input /tmp/go-lego.owl --tdb true --tdb-directory /tmp/tdb/ -k true -p go-ontology/src/sparql/neo/profile.txt -o neo-violations.report.txt --print 50 -v'
// withCredentials([file(credentialsId: 'skyhook-private-key', variable: 'SKYHOOK_IDENTITY')]) {
Expand Down

0 comments on commit 1663980

Please sign in to comment.