You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2020/08/25 23:50:02 UTC

[cassandra] branch cassandra-3.0 updated: add default wipe action to circle pip3

This is an automated email from the ASF dual-hosted git repository.

brandonwilliams 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 035dc65  add default wipe action to circle pip3
035dc65 is described below

commit 035dc65716865b7314357aa9e2f168e71a815ebb
Author: Brandon Williams <br...@apache.org>
AuthorDate: Tue Aug 25 18:48:46 2020 -0500

    add default wipe action to circle pip3
---
 .circleci/config.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index f8526be..1fb2fcb 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -196,7 +196,7 @@ jobs:
           # rebuild the docker image! (it automatically pulls the latest requirements.txt on build)
           source ~/env/bin/activate
           export PATH=$JAVA_HOME/bin:$PATH
-          pip3 install --upgrade -r ~/cassandra-dtest/requirements.txt
+          pip3 install  --exists-action w --upgrade -r ~/cassandra-dtest/requirements.txt
           pip3 freeze
     - run:
         name: Determine Tests to Run (j8_without_vnodes)
@@ -254,7 +254,7 @@ jobs:
           # rebuild the docker image! (it automatically pulls the latest requirements.txt on build)
           source ~/env/bin/activate
           export PATH=$JAVA_HOME/bin:$PATH
-          pip3 install --upgrade -r ~/cassandra-dtest/requirements.txt
+          pip3 install  --exists-action w --upgrade -r ~/cassandra-dtest/requirements.txt
           pip3 freeze
     - run:
         name: Determine Tests to Run (j8_upgradetests_without_vnodes)
@@ -445,7 +445,7 @@ jobs:
           # rebuild the docker image! (it automatically pulls the latest requirements.txt on build)
           source ~/env/bin/activate
           export PATH=$JAVA_HOME/bin:$PATH
-          pip3 install --upgrade -r ~/cassandra-dtest/requirements.txt
+          pip3 install  --exists-action w --upgrade -r ~/cassandra-dtest/requirements.txt
           pip3 freeze
     - run:
         name: Determine Tests to Run (j8_with_vnodes)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org