Skip to content

Commit

Permalink
Remove demo-rfc72 dockerImage from localdb tests (cBioPortal#4805)
Browse files Browse the repository at this point in the history
fix that should have been in original merge of rfc72
  • Loading branch information
haynescd authored Dec 18, 2023
1 parent 26ca790 commit f1ef713
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ version: '3'

services:
cbioportal:
image: cbioportal/cbioportal:demo-rfc72
volumes:
- $E2E_WORKSPACE/cbioportal:/cbioportal
- $TEST_HOME/runtime-config/portal.properties:/cbioportal/application.properties:ro
Expand Down
1 change: 0 additions & 1 deletion end-to-end-test/local/docker_compose/cbioportal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ version: '3'

services:
cbioportal:
image: cbioportal/cbioportal:demo-rfc72
environment:
# TODO: properties need to be in both PORTAL_HOME and
# PORTAL_WEB_HOME. Db connection failes if the properties are not in
Expand Down
2 changes: 0 additions & 2 deletions end-to-end-test/local/docker_compose/initdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ set -e
set -u # unset variables throw error
set -o pipefail # pipes fail when partial command fails

echo export DOCKER_IMAGE_CBIOPORTAL=cbioportal/cbioportal:demo-rfc72

DIR=$PWD

cd $E2E_WORKSPACE/cbioportal-docker-compose
Expand Down
1 change: 0 additions & 1 deletion end-to-end-test/local/docker_compose/keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ version: '3'

services:
cbioportal:
image: cbioportal/cbioportal:demo-rfc72
volumes:
- $TEST_HOME/docker_compose/keycloak/localdb.crt:/cbioportal-webapp/local.crt:ro
- $TEST_HOME/docker_compose/keycloak/localdb.key:/cbioportal-webapp/local.key
Expand Down
2 changes: 0 additions & 2 deletions end-to-end-test/local/docker_compose/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ set -u # unset variables throw error
set -o pipefail # pipes fail when partial command fails
shopt -s nullglob # allows files and dir globs to be null - needed in 'for ... do' loops that should not run when no files/dirs are detected by expansion

echo export DOCKER_IMAGE_CBIOPORTAL=cbioportal/cbioportal:demo-rfc72

DIR=$PWD

cd $E2E_WORKSPACE/cbioportal-docker-compose
Expand Down
1 change: 0 additions & 1 deletion env/custom.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#export CBIOPORTAL_URL="http://localhost:8081"
#export GENOME_NEXUS_URL="https://www.genomenexus.org"
export BACKEND=cbioportal:demo-rfc72
2 changes: 1 addition & 1 deletion scripts/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export DB_DATA_DIR=$E2E_WORKSPACE/cbio_db_data

cd $PORTAL_SOURCE_DIR

export BACKEND=cbioportal:demo-rfc72
export BACKEND=cbioportal:master
export BRANCH_ENV="http://localhost:8080"
export GENOME_NEXUS_URL="https://www.genomenexus.org"

Expand Down

0 comments on commit f1ef713

Please sign in to comment.