This is an automated email from the ASF dual-hosted git repository. frankgh pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-sidecar.git
The following commit(s) were added to refs/heads/trunk by this push: new cef35801 CASSSIDECAR-120: Add additional tests in build pipelines for package completeness (#182) cef35801 is described below commit cef358019a4050bb1c8a82b79a32484c5ad22559 Author: Francisco Guerrero <fran...@apache.org> AuthorDate: Mon Feb 3 13:19:25 2025 -0800 CASSSIDECAR-120: Add additional tests in build pipelines for package completeness (#182) Patch by Francisco Guerrero; reviewed by Yifan Cai for CASSSIDECAR-120 --- .circleci/config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6bf814de..47e509a5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -275,6 +275,12 @@ jobs: - run: ./gradlew --info clean buildDeb - run: DEBIAN_FRONTEND=noninteractive sudo apt install -y ./build/distributions/cassandra-sidecar*.deb - run: test -f /opt/cassandra-sidecar/bin/cassandra-sidecar + - run: test -f /opt/cassandra-sidecar/agents/jolokia-core-*.jar + - run: test -f /opt/cassandra-sidecar/agents/jolokia-jvm-*.jar + - run: test -f /opt/cassandra-sidecar/conf/sidecar.yaml + - run: test -f /opt/cassandra-sidecar/conf/logback.xml + - run: test -f /opt/cassandra-sidecar/LICENSE.txt + - run: test -f /opt/cassandra-sidecar/lib/cassandra-sidecar-*.jar # ensures we can build and install rpm packages rpm_build_install: @@ -286,6 +292,12 @@ jobs: - run: ./gradlew -i buildRpm - run: sudo dnf install -y ./build/distributions/cassandra-sidecar*.rpm - run: test -f /opt/cassandra-sidecar/bin/cassandra-sidecar + - run: test -f /opt/cassandra-sidecar/agents/jolokia-core-*.jar + - run: test -f /opt/cassandra-sidecar/agents/jolokia-jvm-*.jar + - run: test -f /opt/cassandra-sidecar/conf/sidecar.yaml + - run: test -f /opt/cassandra-sidecar/conf/logback.xml + - run: test -f /opt/cassandra-sidecar/LICENSE.txt + - run: test -f /opt/cassandra-sidecar/lib/cassandra-sidecar-*.jar docker_build: docker: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org