Skip to content

Commit

Permalink
temporarily switch to use dockerhub as image repo due to quay connect…
Browse files Browse the repository at this point in the history
…ion failures on dnanexus
  • Loading branch information
tomkinsc committed Apr 22, 2019
1 parent 9254e14 commit 76a35c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -13,12 +13,12 @@ env:
- PYTHONIOENCODING=UTF8
- PYTEST_ADDOPTS="-rsxX -n 2 --durations=25 --fixture-durations=10 --junit-xml=pytest.xml --cov-report= --cov broad_utils --cov illumina --cov assembly --cov interhost --cov intrahost --cov metagenomics --cov ncbi --cov read_utils --cov kmer_utils --cov reports --cov taxon_filter --cov tools --cov util --cov file_utils"

- DOCKER_REGISTRY="quay.io"
- DOCKER_REPO_PROD="quay.io/broadinstitute/viral-ngs"
- DOCKER_REGISTRY="docker.io"
- DOCKER_REPO_PROD="broadinstitute/viral-ngs"
- DOCKER_REPO_DEV="quay.io/broadinstitute/viral-ngs-dev"

- DOCKER_REGISTRY_MIRROR="docker.io"
- DOCKER_REPO_PROD_MIRROR="broadinstitute/viral-ngs"
- DOCKER_REGISTRY_MIRROR="quay.io"
- DOCKER_REPO_PROD_MIRROR="quay.io/broadinstitute/viral-ngs"

- BOTO_CONFIG=/dev/null # bogus value to override config on travis
- _JAVA_OPTIONS="-Xmx3g" # overrides jvm opts set elsewhere; see: https://stackoverflow.com/questions/28327620/difference-between-java-options-java-tool-options-and-java-opts
Expand Down

0 comments on commit 76a35c4

Please sign in to comment.