Skip to content

Commit

Permalink
#243 updating to 6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Sizemore committed Sep 18, 2023
1 parent b728191 commit 50ff4e4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions tests/group_vars/vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dataverse:
blocked_endpoints: "admin,test"
blocked_policy: "localhost-only"
location: "http://localhost:8080/api"
test_suite: false
test_suite: true
# possible test values from https://github.com/IQSS/dataverse/blob/develop/conf/docker-aio/run-test-suite.sh#L11
# beware DataversesIT and DatasetsIT at minimum must be run for any other tests to succeed. have fun.
#tests: "DataversesIT,DatasetsIT,AdminIT"
Expand Down Expand Up @@ -157,7 +157,7 @@ dataverse:
home: /tmp/jacoco
version: 0.8.6
language:
enabled: true
enabled: false
languages:
- locale: en_US
title: English
Expand Down Expand Up @@ -240,19 +240,20 @@ dataverse:
service_email: noreply@dataverse.yourinstitution.edu
smtp: localhost
solr:
download_url: https://archive.apache.org/dist/solr/solr/9.3.0/solr-9.3.0.tgz
group: solr
root: /usr/local/solr
user: solr
version: 8.11.1
version: 9.3.0
listen: 127.0.0.1
checksum: sha256:9ec540cbd8e45f3d15a6b615a22939f5e6242ca81099951a47d3c082c79866a9
checksum: sha256:2a924a776d7c06dea561f12bdb17291dbaecc9e9a06f363d4599acb7fb7bfa71
srcdir: /tmp/dataverse
thumbnails: false
unittests:
enabled: true
argument: '-DcompilerArgument=-Xlint:unchecked test -P all-unit-tests'
usermgmtkey: burrito
version: '5.14'
version: '6.0'

build_guides: false

Expand Down Expand Up @@ -293,7 +294,7 @@ grafana:
grafana_password: 'admin'

java:
version: 11
version: 17

maven:
version: 3.8.8
Expand Down

0 comments on commit 50ff4e4

Please sign in to comment.