Skip to content

Commit

Permalink
Merge pull request #10841 from cBioPortal/remove-ref
Browse files Browse the repository at this point in the history
Remove demo-rfc72 reference from integration test
  • Loading branch information
dippindots authored Jun 24, 2024
2 parents 4663662 + d6ac79f commit 211a119
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
uses: actions/checkout@master
with:
repository: cbioportal/cbioportal-docker-compose
ref: demo-rfc72
path: ./cbioportal-docker-compose
- name: 'Initialize cbioportal-docker-compose'
working-directory: ./cbioportal-docker-compose
Expand Down
2 changes: 1 addition & 1 deletion test/integration/docker-compose-localbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: '3'

services:
cbioportal:
command: /bin/sh -c "java -Xms2g -Xmx4g -jar cbioportal/target/cbioportal-exec.jar --spring.config.location=cbioportal/application.properties --authenticate=false"
command: /bin/sh -c "java -Xms2g -Xmx4g -jar cbioportal/target/cbioportal-exec.jar --spring.config.location=cbioportal-webapp/application.properties --authenticate=false"
volumes:
#- $PORTAL_INFO_DIR:/portalinfo/
# make docker compose run the cbioportal version-under-test
Expand Down
2 changes: 1 addition & 1 deletion test/integration/test_update_oncokb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo "Testing update of OncoKB annotations..."
run_in_service cbioportal 'metaImport.py -v -u http://cbioportal-container:8080 -o -s /cbioportal/test/test_data/study_oncokb_update/'

# execute updateOncokb script
run_in_service cbioportal 'python3 /core/scripts/importer/updateOncokbAnnotations.py -s study_es_0 -p /cbioportal/application.properties'
run_in_service cbioportal 'python3 /core/scripts/importer/updateOncokbAnnotations.py -s study_es_0 -p /cbioportal-webapp/application.properties'

# Check that mutation annotations have been updated
# 2 annotations should be changed to "Putative_Driver" (depends on OncoKB version)
Expand Down

0 comments on commit 211a119

Please sign in to comment.