Skip to content

Commit

Permalink
build: use a fixed test instance (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite authored Jan 13, 2023
1 parent 3247e96 commit 8bc79cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
steps:
- run:
name: Run Integration and Stress Tests
command: mvn -B -Penable-integration-tests -Pstress-integration-tests -DtrimStackTrace=false -fae verify --settings 'pom.xml'
command: mvn -B -Penable-integration-tests -Pstress-integration-tests -DtrimStackTrace=false -Dspanner.instance=continuous-integration-test -fae verify --settings 'pom.xml'
- unless:
condition: << parameters.run-stress-tests >>
steps:
- run:
name: Run Integration Tests
command: mvn -B -Penable-integration-tests -DtrimStackTrace=false -fae verify
command: mvn -B -Penable-integration-tests -DtrimStackTrace=false -Dspanner.instance=continuous-integration-test -fae verify
- save_cache:
paths:
- ~/.m2
Expand Down

0 comments on commit 8bc79cd

Please sign in to comment.