frankgh commented on code in PR #181:
URL: https://github.com/apache/cassandra-sidecar/pull/181#discussion_r1938312986
##########
.circleci/config.yml:
##########
@@ -59,127 +60,7 @@ jobs:
- install_common
- setup_remote_docker
- checkout
- - run: ./gradlew build -x integrationTest --stacktrace
-
- - store_artifacts:
- path: build/reports
- destination: test-reports
-
- - store_artifacts:
- path: build/test-results/
- destination: test-results
-
- - store_test_results:
- path: build/test-results/
-
- build-dtest-jdk8:
- docker:
- - image: cimg/openjdk:8.0
- resource_class: large
- steps:
- - install_common
- - checkout
- - run:
- name: Build jvm dtest jars with jdk8
- command: |
- CASSANDRA_USE_JDK11=false BRANCHES="cassandra-4.0 cassandra-4.1"
scripts/build-dtest-jars.sh
- - persist_to_workspace:
- root: dtest-jars
- paths:
- - "*.jar"
-
- integration_cassandra_40_java8:
- docker:
- - image: cimg/openjdk:8.0
- environment:
- INTEGRATION_MAX_PARALLEL_FORKS: 3
- INTEGRATION_MAX_HEAP_SIZE: "2500M"
- resource_class: large
- steps:
- - install_common
- - checkout
- - attach_workspace:
- at: dtest-jars
- - run: ./scripts/install-shaded-dtest-jar-local.sh
- - run: ./gradlew --no-daemon -PdtestVersion=4.1.8
-Dcassandra.sidecar.versions_to_test="4.0" checkstyleIntegrationTest
spotbugsIntegrationTest integrationTestLightWeight --stacktrace
-
- - store_artifacts:
- path: build/reports
- destination: test-reports
-
- - store_artifacts:
- path: build/test-results/
- destination: test-results
-
- - store_test_results:
- path: build/test-results/
-
- integration_heavy_cassandra_40_java8:
- docker:
- - image: cimg/openjdk:8.0
- environment:
- INTEGRATION_MAX_PARALLEL_FORKS: 1
- INTEGRATION_MAX_HEAP_SIZE: "7000M"
- resource_class: large
- steps:
- - install_common
- - checkout
- - attach_workspace:
- at: dtest-jars
- - run: ./scripts/install-shaded-dtest-jar-local.sh
- - run: ./gradlew --no-daemon -PdtestVersion=4.1.8
-Dcassandra.sidecar.versions_to_test="4.0" integrationTestHeavyWeight
--stacktrace
-
- - store_artifacts:
- path: build/reports
- destination: test-reports
-
- - store_artifacts:
- path: build/test-results/
- destination: test-results
-
- - store_test_results:
- path: build/test-results/
-
- integration_cassandra_41_java8:
- docker:
- - image: cimg/openjdk:8.0
- environment:
- INTEGRATION_MAX_PARALLEL_FORKS: 3
- INTEGRATION_MAX_HEAP_SIZE: "2500M"
- resource_class: large
- steps:
- - install_common
- - checkout
- - attach_workspace:
- at: dtest-jars
- - run: ./scripts/install-shaded-dtest-jar-local.sh
- - run: ./gradlew --no-daemon -PdtestVersion=4.1.8
-Dcassandra.sidecar.versions_to_test="4.1" checkstyleIntegrationTest
spotbugsIntegrationTest integrationTestLightWeight --stacktrace
-
- - store_artifacts:
- path: build/reports
- destination: test-reports
-
- - store_artifacts:
- path: build/test-results/
- destination: test-results
-
- - store_test_results:
- path: build/test-results/
-
- integration_heavy_cassandra_41_java8:
- docker:
- - image: cimg/openjdk:8.0
- environment:
- INTEGRATION_MAX_PARALLEL_FORKS: 1
- INTEGRATION_MAX_HEAP_SIZE: "7000M"
- resource_class: large
- steps:
- - install_common
- - checkout
- - attach_workspace:
- at: dtest-jars
- - run: ./scripts/install-shaded-dtest-jar-local.sh
- - run: ./gradlew --no-daemon -PdtestVersion=4.1.8
-Dcassandra.sidecar.versions_to_test="4.1" integrationTestHeavyWeight
--stacktrace
+ - run: ./gradlew build --stacktrace
Review Comment:
there's no integration test support for client so not needed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]