Skip to content

Commit a026b45

Browse files
committed
fix(ci): adjust config to system props
1 parent abb1179 commit a026b45

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

.circleci/config.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
version: 2.1
22

3-
# TODO(DP): lets prune this see #30 #36 #35
4-
# matrix:
5-
# parameters:
6-
# image_tag: ['latest', '5.0.0', '5.2.0', 'nightly', '1.0.0-ALPHA3']
7-
# image_name: ['existdb/existdb', 'evolvedbinary/fusiondb-server']
8-
# image_port: ['4059', '8080']
9-
# repo: ['repo.evolvedbinary.com:9543', 'repo.evolvedbinary.com:9443', 'default']
10-
11-
123
# xenial uses Java 8 by default we need a VM executor for now
134
executors:
145
xenial:
@@ -28,11 +19,11 @@ workflows:
2819
matrix:
2920
parameters:
3021
command:
31-
- 'verify -B -q -Ddocker.test.port=$FS_API_PORT -Ddocker.test.image=existdb/existdb:latest'
32-
- 'verify -B -q -Ddocker.test.port=$FS_API_PORT -Ddocker.test.image=existdb/existdb:5.2.0'
33-
- 'verify -B -q -Ddocker.test.port=$FS_API_PORT -Ddocker.test.image=existdb/existdb:5.0.0'
34-
# - 'verify -B -q -Ddocker.username=$FDB_NIGHTLY_DOCKER_USER -Ddocker.password=$FDB_NIGHTLY_DOCKER_PASS -Ddocker.test.port=4059 -Ddocker.test.image=$repo.evolvedbinary.com:9543/evolvedbinary/fusiondb-server:nightly'
35-
# - 'verify -B -q -Ddocker.username=$FDB_DOCKER_USER -Ddocker.password=$FDB_DOCKER_PASS -Ddocker.test.port=4059 -Ddocker.test.image=$repo.evolvedbinary.com:9443/evolvedbinary/fusiondb-server:1.0.0-ALPHA3'
22+
- 'verify -B -q -Dapi.port=8080 -Ddocker.db.image=existdb/existdb:latest'
23+
- 'verify -B -q -Dapi.port=8080 -Ddocker.db.image=existdb/existdb:5.2.0'
24+
- 'verify -B -q -Dapi.port=8080 -Ddocker.db.image=existdb/existdb:5.0.0'
25+
- 'verify -B -q -Ddocker.username=$FDB_NIGHTLY_DOCKER_USER -Ddocker.password=$FDB_NIGHTLY_DOCKER_PASS'
26+
- 'verify -B -q -Ddocker.username=$FDB_DOCKER_USER -Ddocker.password=$FDB_DOCKER_PASS -Ddocker.db.image=repo.evolvedbinary.com:9443/evolvedbinary/fusiondb-server:latest'
3627
executor: 'xenial'
3728
context: FusionDB_images
3829
test_results_path: target/failsafe-reports

0 commit comments

Comments
 (0)