This is an automated email from the ASF dual-hosted git repository.
adelapena pushed a commit to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-3.0 by this push:
new 0770666 Build tests in CircleCI build job
0770666 is described below
commit 07706662104fd7d471379a5ba1155c7e4fb71618
Author: Andrés de la Peña <[email protected]>
AuthorDate: Mon Aug 16 17:48:08 2021 +0100
Build tests in CircleCI build job
patch by Andrés de la Peña; reviewed by Ekaterina Dimitrova for
CASSANDRA-16852
---
.circleci/config-2_1.yml | 2 +-
.circleci/config.yml | 2 +-
.circleci/config.yml.HIGHRES | 2 +-
.circleci/config.yml.LOWRES | 2 +-
.circleci/config.yml.MIDRES | 2 +-
.circleci/license.yml | 1 +
6 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/.circleci/config-2_1.yml b/.circleci/config-2_1.yml
index 03e4ae9..9595495 100644
--- a/.circleci/config-2_1.yml
+++ b/.circleci/config-2_1.yml
@@ -455,7 +455,7 @@ commands:
cd ~/cassandra
# Loop to prevent failure due to maven-ant-tasks not downloading a
jar..
for x in $(seq 1 3); do
- ${ANT_HOME}/bin/ant clean jar
+ ${ANT_HOME}/bin/ant clean jar build-test
RETURN="$?"
if [ "${RETURN}" -eq "0" ]; then
break
diff --git a/.circleci/config.yml b/.circleci/config.yml
index c87c848..d22f8e9 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -581,7 +581,7 @@ jobs:
cd ~/cassandra
# Loop to prevent failure due to maven-ant-tasks not downloading a
jar..
for x in $(seq 1 3); do
- ${ANT_HOME}/bin/ant clean jar
+ ${ANT_HOME}/bin/ant clean jar build-test
RETURN="$?"
if [ "${RETURN}" -eq "0" ]; then
break
diff --git a/.circleci/config.yml.HIGHRES b/.circleci/config.yml.HIGHRES
index 521e6c0..d7396c7 100644
--- a/.circleci/config.yml.HIGHRES
+++ b/.circleci/config.yml.HIGHRES
@@ -581,7 +581,7 @@ jobs:
cd ~/cassandra
# Loop to prevent failure due to maven-ant-tasks not downloading a
jar..
for x in $(seq 1 3); do
- ${ANT_HOME}/bin/ant clean jar
+ ${ANT_HOME}/bin/ant clean jar build-test
RETURN="$?"
if [ "${RETURN}" -eq "0" ]; then
break
diff --git a/.circleci/config.yml.LOWRES b/.circleci/config.yml.LOWRES
index c87c848..d22f8e9 100644
--- a/.circleci/config.yml.LOWRES
+++ b/.circleci/config.yml.LOWRES
@@ -581,7 +581,7 @@ jobs:
cd ~/cassandra
# Loop to prevent failure due to maven-ant-tasks not downloading a
jar..
for x in $(seq 1 3); do
- ${ANT_HOME}/bin/ant clean jar
+ ${ANT_HOME}/bin/ant clean jar build-test
RETURN="$?"
if [ "${RETURN}" -eq "0" ]; then
break
diff --git a/.circleci/config.yml.MIDRES b/.circleci/config.yml.MIDRES
index 4eff27a..1222997 100644
--- a/.circleci/config.yml.MIDRES
+++ b/.circleci/config.yml.MIDRES
@@ -581,7 +581,7 @@ jobs:
cd ~/cassandra
# Loop to prevent failure due to maven-ant-tasks not downloading a
jar..
for x in $(seq 1 3); do
- ${ANT_HOME}/bin/ant clean jar
+ ${ANT_HOME}/bin/ant clean jar build-test
RETURN="$?"
if [ "${RETURN}" -eq "0" ]; then
break
diff --git a/.circleci/license.yml b/.circleci/license.yml
index 3df60b0..01d7057 100644
--- a/.circleci/license.yml
+++ b/.circleci/license.yml
@@ -15,3 +15,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]