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

samt pushed a commit to branch cassandra-2.2
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-2.2 by this push:
     new 466c65a  Update to latest docker image for CircleCI
466c65a is described below

commit 466c65a6c21d6c74a6a20eafbbf18a2267e83e7f
Author: Sam Tunnicliffe <s...@beobal.com>
AuthorDate: Tue Dec 1 18:52:13 2020 +0000

    Update to latest docker image for CircleCI
    
    Patch by Sam Tunnicliffe; reviewed by Mick Semb Wever for CASSANDRA-16275
---
 .circleci/config-2_1.yml     |  8 ++++----
 .circleci/config.yml         | 34 +++++++++++++++++-----------------
 .circleci/config.yml.HIGHRES | 34 +++++++++++++++++-----------------
 .circleci/config.yml.LOWRES  | 34 +++++++++++++++++-----------------
 4 files changed, 55 insertions(+), 55 deletions(-)

diff --git a/.circleci/config-2_1.yml b/.circleci/config-2_1.yml
index 79332a8..44bf4ca 100644
--- a/.circleci/config-2_1.yml
+++ b/.circleci/config-2_1.yml
@@ -102,7 +102,7 @@ executors:
         type: string
         default: medium
     docker:
-      - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+      - image: 
beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: << parameters.exec_resource_class >>
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -382,7 +382,7 @@ commands:
           # if additional dependencies were added to requirmeents.txt and the 
docker image hasn't been updated
           # we'd have to install it here at runtime -- which will make things 
slow, so do yourself a favor and
           # rebuild the docker image! (it automatically pulls the latest 
requirements.txt on build)
-          source ~/env/bin/activate
+          source ~/env3.6/bin/activate
           export PATH=$JAVA_HOME/bin:$PATH
           pip3 install --upgrade -r ~/cassandra-dtest/requirements.txt
           pip3 freeze
@@ -410,7 +410,7 @@ commands:
           # which we do via the `circleci` cli tool.
 
           cd cassandra-dtest
-          source ~/env/bin/activate
+          source ~/env3.6/bin/activate
           export PATH=$JAVA_HOME/bin:$PATH
 
           if [ -n '<<parameters.extra_env_args>>' ]; then
@@ -446,7 +446,7 @@ commands:
             echo "cat /tmp/split_dtest_tests_<<parameters.file_tag>>_final.txt"
             cat /tmp/split_dtest_tests_<<parameters.file_tag>>_final.txt
 
-            source ~/env/bin/activate
+            source ~/env3.6/bin/activate
             export PATH=$JAVA_HOME/bin:$PATH
             if [ -n '<<parameters.extra_env_args>>' ]; then
               export <<parameters.extra_env_args>>
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 0997d8a..862d4a1 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
 jobs:
   build:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: medium
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -77,7 +77,7 @@ jobs:
     - JDK_HOME: /usr/lib/jvm/java-8-openjdk-amd64
   j8_unit_tests:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: medium
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -166,7 +166,7 @@ jobs:
     - JDK_HOME: /usr/lib/jvm/java-8-openjdk-amd64
   j8_jvm_dtests:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: medium
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -255,7 +255,7 @@ jobs:
     - JDK_HOME: /usr/lib/jvm/java-8-openjdk-amd64
   utests_long:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: medium
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -298,7 +298,7 @@ jobs:
     - JDK_HOME: /usr/lib/jvm/java-8-openjdk-amd64
   utests_compression:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: medium
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -387,7 +387,7 @@ jobs:
     - JDK_HOME: /usr/lib/jvm/java-8-openjdk-amd64
   j8_dtests-with-vnodes:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: medium
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -406,18 +406,18 @@ jobs:
           # if additional dependencies were added to requirmeents.txt and the 
docker image hasn't been updated
           # we'd have to install it here at runtime -- which will make things 
slow, so do yourself a favor and
           # rebuild the docker image! (it automatically pulls the latest 
requirements.txt on build)
-          source ~/env/bin/activate
+          source ~/env3.6/bin/activate
           export PATH=$JAVA_HOME/bin:$PATH
           pip3 install --upgrade -r ~/cassandra-dtest/requirements.txt
           pip3 freeze
     - run:
         name: Determine Tests to Run (j8_with_vnodes)
         no_output_timeout: 5m
-        command: "# reminder: this code (along with all the steps) is 
independently executed on every circle container\n# so the goal here is to get 
the circleci script to return the tests *this* container will run\n# which we 
do via the `circleci` cli tool.\n\ncd cassandra-dtest\nsource 
~/env/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\n\nif [ -n '' ]; then\n  
export \nfi\n\necho \"***Collected DTests (j8_with_vnodes)***\"\nset -eo 
pipefail && ./run_dtests.py --use-vnodes --skip-reso [...]
+        command: "# reminder: this code (along with all the steps) is 
independently executed on every circle container\n# so the goal here is to get 
the circleci script to return the tests *this* container will run\n# which we 
do via the `circleci` cli tool.\n\ncd cassandra-dtest\nsource 
~/env3.6/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\n\nif [ -n '' ]; then\n 
 export \nfi\n\necho \"***Collected DTests (j8_with_vnodes)***\"\nset -eo 
pipefail && ./run_dtests.py --use-vnodes --skip-r [...]
     - run:
         name: Run dtests (j8_with_vnodes)
         no_output_timeout: 15m
-        command: "echo \"cat 
/tmp/split_dtest_tests_j8_with_vnodes_final.txt\"\ncat 
/tmp/split_dtest_tests_j8_with_vnodes_final.txt\n\nsource 
~/env/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\nif [ -n '' ]; then\n  
export \nfi\n\njava -version\ncd ~/cassandra-dtest\nmkdir -p /tmp/dtest\n\necho 
\"env: $(env)\"\necho \"** done env\"\nmkdir -p /tmp/results/dtests\n# we need 
the \"set -o pipefail\" here so that the exit code that circleci will actually 
use is from pytest and not the exit  [...]
+        command: "echo \"cat 
/tmp/split_dtest_tests_j8_with_vnodes_final.txt\"\ncat 
/tmp/split_dtest_tests_j8_with_vnodes_final.txt\n\nsource 
~/env3.6/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\nif [ -n '' ]; then\n  
export \nfi\n\njava -version\ncd ~/cassandra-dtest\nmkdir -p /tmp/dtest\n\necho 
\"env: $(env)\"\necho \"** done env\"\nmkdir -p /tmp/results/dtests\n# we need 
the \"set -o pipefail\" here so that the exit code that circleci will actually 
use is from pytest and not the ex [...]
     - store_test_results:
         path: /tmp/results
     - store_artifacts:
@@ -445,7 +445,7 @@ jobs:
     - JDK_HOME: /usr/lib/jvm/java-8-openjdk-amd64
   j8_dtests-no-vnodes:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: medium
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -464,18 +464,18 @@ jobs:
           # if additional dependencies were added to requirmeents.txt and the 
docker image hasn't been updated
           # we'd have to install it here at runtime -- which will make things 
slow, so do yourself a favor and
           # rebuild the docker image! (it automatically pulls the latest 
requirements.txt on build)
-          source ~/env/bin/activate
+          source ~/env3.6/bin/activate
           export PATH=$JAVA_HOME/bin:$PATH
           pip3 install --upgrade -r ~/cassandra-dtest/requirements.txt
           pip3 freeze
     - run:
         name: Determine Tests to Run (j8_without_vnodes)
         no_output_timeout: 5m
-        command: "# reminder: this code (along with all the steps) is 
independently executed on every circle container\n# so the goal here is to get 
the circleci script to return the tests *this* container will run\n# which we 
do via the `circleci` cli tool.\n\ncd cassandra-dtest\nsource 
~/env/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\n\nif [ -n '' ]; then\n  
export \nfi\n\necho \"***Collected DTests (j8_without_vnodes)***\"\nset -eo 
pipefail && ./run_dtests.py --skip-resource-inten [...]
+        command: "# reminder: this code (along with all the steps) is 
independently executed on every circle container\n# so the goal here is to get 
the circleci script to return the tests *this* container will run\n# which we 
do via the `circleci` cli tool.\n\ncd cassandra-dtest\nsource 
~/env3.6/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\n\nif [ -n '' ]; then\n 
 export \nfi\n\necho \"***Collected DTests (j8_without_vnodes)***\"\nset -eo 
pipefail && ./run_dtests.py --skip-resource-in [...]
     - run:
         name: Run dtests (j8_without_vnodes)
         no_output_timeout: 15m
-        command: "echo \"cat 
/tmp/split_dtest_tests_j8_without_vnodes_final.txt\"\ncat 
/tmp/split_dtest_tests_j8_without_vnodes_final.txt\n\nsource 
~/env/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\nif [ -n '' ]; then\n  
export \nfi\n\njava -version\ncd ~/cassandra-dtest\nmkdir -p /tmp/dtest\n\necho 
\"env: $(env)\"\necho \"** done env\"\nmkdir -p /tmp/results/dtests\n# we need 
the \"set -o pipefail\" here so that the exit code that circleci will actually 
use is from pytest and not the [...]
+        command: "echo \"cat 
/tmp/split_dtest_tests_j8_without_vnodes_final.txt\"\ncat 
/tmp/split_dtest_tests_j8_without_vnodes_final.txt\n\nsource 
~/env3.6/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\nif [ -n '' ]; then\n  
export \nfi\n\njava -version\ncd ~/cassandra-dtest\nmkdir -p /tmp/dtest\n\necho 
\"env: $(env)\"\necho \"** done env\"\nmkdir -p /tmp/results/dtests\n# we need 
the \"set -o pipefail\" here so that the exit code that circleci will actually 
use is from pytest and not  [...]
     - store_test_results:
         path: /tmp/results
     - store_artifacts:
@@ -503,7 +503,7 @@ jobs:
     - JDK_HOME: /usr/lib/jvm/java-8-openjdk-amd64
   j8_upgradetests-no-vnodes:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: medium
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -522,7 +522,7 @@ jobs:
           # if additional dependencies were added to requirmeents.txt and the 
docker image hasn't been updated
           # we'd have to install it here at runtime -- which will make things 
slow, so do yourself a favor and
           # rebuild the docker image! (it automatically pulls the latest 
requirements.txt on build)
-          source ~/env/bin/activate
+          source ~/env3.6/bin/activate
           export PATH=$JAVA_HOME/bin:$PATH
           pip3 install --upgrade -r ~/cassandra-dtest/requirements.txt
           pip3 freeze
@@ -535,7 +535,7 @@ jobs:
           # which we do via the `circleci` cli tool.
 
           cd cassandra-dtest
-          source ~/env/bin/activate
+          source ~/env3.6/bin/activate
           export PATH=$JAVA_HOME/bin:$PATH
 
           if [ -n 'RUN_STATIC_UPGRADE_MATRIX=true' ]; then
@@ -559,7 +559,7 @@ jobs:
           echo "cat 
/tmp/split_dtest_tests_j8_upgradetests_without_vnodes_final.txt"
           cat /tmp/split_dtest_tests_j8_upgradetests_without_vnodes_final.txt
 
-          source ~/env/bin/activate
+          source ~/env3.6/bin/activate
           export PATH=$JAVA_HOME/bin:$PATH
           if [ -n 'RUN_STATIC_UPGRADE_MATRIX=true' ]; then
             export RUN_STATIC_UPGRADE_MATRIX=true
diff --git a/.circleci/config.yml.HIGHRES b/.circleci/config.yml.HIGHRES
index 64e2e74..6e5a50b 100644
--- a/.circleci/config.yml.HIGHRES
+++ b/.circleci/config.yml.HIGHRES
@@ -2,7 +2,7 @@ version: 2
 jobs:
   build:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: medium
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -77,7 +77,7 @@ jobs:
     - JDK_HOME: /usr/lib/jvm/java-8-openjdk-amd64
   j8_unit_tests:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: xlarge
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -166,7 +166,7 @@ jobs:
     - JDK_HOME: /usr/lib/jvm/java-8-openjdk-amd64
   j8_jvm_dtests:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: xlarge
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -255,7 +255,7 @@ jobs:
     - JDK_HOME: /usr/lib/jvm/java-8-openjdk-amd64
   utests_long:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: xlarge
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -298,7 +298,7 @@ jobs:
     - JDK_HOME: /usr/lib/jvm/java-8-openjdk-amd64
   utests_compression:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: xlarge
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -387,7 +387,7 @@ jobs:
     - JDK_HOME: /usr/lib/jvm/java-8-openjdk-amd64
   j8_dtests-with-vnodes:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: xlarge
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -406,18 +406,18 @@ jobs:
           # if additional dependencies were added to requirmeents.txt and the 
docker image hasn't been updated
           # we'd have to install it here at runtime -- which will make things 
slow, so do yourself a favor and
           # rebuild the docker image! (it automatically pulls the latest 
requirements.txt on build)
-          source ~/env/bin/activate
+          source ~/env3.6/bin/activate
           export PATH=$JAVA_HOME/bin:$PATH
           pip3 install --upgrade -r ~/cassandra-dtest/requirements.txt
           pip3 freeze
     - run:
         name: Determine Tests to Run (j8_with_vnodes)
         no_output_timeout: 5m
-        command: "# reminder: this code (along with all the steps) is 
independently executed on every circle container\n# so the goal here is to get 
the circleci script to return the tests *this* container will run\n# which we 
do via the `circleci` cli tool.\n\ncd cassandra-dtest\nsource 
~/env/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\n\nif [ -n '' ]; then\n  
export \nfi\n\necho \"***Collected DTests (j8_with_vnodes)***\"\nset -eo 
pipefail && ./run_dtests.py --use-vnodes --skip-reso [...]
+        command: "# reminder: this code (along with all the steps) is 
independently executed on every circle container\n# so the goal here is to get 
the circleci script to return the tests *this* container will run\n# which we 
do via the `circleci` cli tool.\n\ncd cassandra-dtest\nsource 
~/env3.6/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\n\nif [ -n '' ]; then\n 
 export \nfi\n\necho \"***Collected DTests (j8_with_vnodes)***\"\nset -eo 
pipefail && ./run_dtests.py --use-vnodes --skip-r [...]
     - run:
         name: Run dtests (j8_with_vnodes)
         no_output_timeout: 15m
-        command: "echo \"cat 
/tmp/split_dtest_tests_j8_with_vnodes_final.txt\"\ncat 
/tmp/split_dtest_tests_j8_with_vnodes_final.txt\n\nsource 
~/env/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\nif [ -n '' ]; then\n  
export \nfi\n\njava -version\ncd ~/cassandra-dtest\nmkdir -p /tmp/dtest\n\necho 
\"env: $(env)\"\necho \"** done env\"\nmkdir -p /tmp/results/dtests\n# we need 
the \"set -o pipefail\" here so that the exit code that circleci will actually 
use is from pytest and not the exit  [...]
+        command: "echo \"cat 
/tmp/split_dtest_tests_j8_with_vnodes_final.txt\"\ncat 
/tmp/split_dtest_tests_j8_with_vnodes_final.txt\n\nsource 
~/env3.6/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\nif [ -n '' ]; then\n  
export \nfi\n\njava -version\ncd ~/cassandra-dtest\nmkdir -p /tmp/dtest\n\necho 
\"env: $(env)\"\necho \"** done env\"\nmkdir -p /tmp/results/dtests\n# we need 
the \"set -o pipefail\" here so that the exit code that circleci will actually 
use is from pytest and not the ex [...]
     - store_test_results:
         path: /tmp/results
     - store_artifacts:
@@ -445,7 +445,7 @@ jobs:
     - JDK_HOME: /usr/lib/jvm/java-8-openjdk-amd64
   j8_dtests-no-vnodes:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: xlarge
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -464,18 +464,18 @@ jobs:
           # if additional dependencies were added to requirmeents.txt and the 
docker image hasn't been updated
           # we'd have to install it here at runtime -- which will make things 
slow, so do yourself a favor and
           # rebuild the docker image! (it automatically pulls the latest 
requirements.txt on build)
-          source ~/env/bin/activate
+          source ~/env3.6/bin/activate
           export PATH=$JAVA_HOME/bin:$PATH
           pip3 install --upgrade -r ~/cassandra-dtest/requirements.txt
           pip3 freeze
     - run:
         name: Determine Tests to Run (j8_without_vnodes)
         no_output_timeout: 5m
-        command: "# reminder: this code (along with all the steps) is 
independently executed on every circle container\n# so the goal here is to get 
the circleci script to return the tests *this* container will run\n# which we 
do via the `circleci` cli tool.\n\ncd cassandra-dtest\nsource 
~/env/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\n\nif [ -n '' ]; then\n  
export \nfi\n\necho \"***Collected DTests (j8_without_vnodes)***\"\nset -eo 
pipefail && ./run_dtests.py --skip-resource-inten [...]
+        command: "# reminder: this code (along with all the steps) is 
independently executed on every circle container\n# so the goal here is to get 
the circleci script to return the tests *this* container will run\n# which we 
do via the `circleci` cli tool.\n\ncd cassandra-dtest\nsource 
~/env3.6/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\n\nif [ -n '' ]; then\n 
 export \nfi\n\necho \"***Collected DTests (j8_without_vnodes)***\"\nset -eo 
pipefail && ./run_dtests.py --skip-resource-in [...]
     - run:
         name: Run dtests (j8_without_vnodes)
         no_output_timeout: 15m
-        command: "echo \"cat 
/tmp/split_dtest_tests_j8_without_vnodes_final.txt\"\ncat 
/tmp/split_dtest_tests_j8_without_vnodes_final.txt\n\nsource 
~/env/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\nif [ -n '' ]; then\n  
export \nfi\n\njava -version\ncd ~/cassandra-dtest\nmkdir -p /tmp/dtest\n\necho 
\"env: $(env)\"\necho \"** done env\"\nmkdir -p /tmp/results/dtests\n# we need 
the \"set -o pipefail\" here so that the exit code that circleci will actually 
use is from pytest and not the [...]
+        command: "echo \"cat 
/tmp/split_dtest_tests_j8_without_vnodes_final.txt\"\ncat 
/tmp/split_dtest_tests_j8_without_vnodes_final.txt\n\nsource 
~/env3.6/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\nif [ -n '' ]; then\n  
export \nfi\n\njava -version\ncd ~/cassandra-dtest\nmkdir -p /tmp/dtest\n\necho 
\"env: $(env)\"\necho \"** done env\"\nmkdir -p /tmp/results/dtests\n# we need 
the \"set -o pipefail\" here so that the exit code that circleci will actually 
use is from pytest and not  [...]
     - store_test_results:
         path: /tmp/results
     - store_artifacts:
@@ -503,7 +503,7 @@ jobs:
     - JDK_HOME: /usr/lib/jvm/java-8-openjdk-amd64
   j8_upgradetests-no-vnodes:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: xlarge
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -522,7 +522,7 @@ jobs:
           # if additional dependencies were added to requirmeents.txt and the 
docker image hasn't been updated
           # we'd have to install it here at runtime -- which will make things 
slow, so do yourself a favor and
           # rebuild the docker image! (it automatically pulls the latest 
requirements.txt on build)
-          source ~/env/bin/activate
+          source ~/env3.6/bin/activate
           export PATH=$JAVA_HOME/bin:$PATH
           pip3 install --upgrade -r ~/cassandra-dtest/requirements.txt
           pip3 freeze
@@ -535,7 +535,7 @@ jobs:
           # which we do via the `circleci` cli tool.
 
           cd cassandra-dtest
-          source ~/env/bin/activate
+          source ~/env3.6/bin/activate
           export PATH=$JAVA_HOME/bin:$PATH
 
           if [ -n 'RUN_STATIC_UPGRADE_MATRIX=true' ]; then
@@ -559,7 +559,7 @@ jobs:
           echo "cat 
/tmp/split_dtest_tests_j8_upgradetests_without_vnodes_final.txt"
           cat /tmp/split_dtest_tests_j8_upgradetests_without_vnodes_final.txt
 
-          source ~/env/bin/activate
+          source ~/env3.6/bin/activate
           export PATH=$JAVA_HOME/bin:$PATH
           if [ -n 'RUN_STATIC_UPGRADE_MATRIX=true' ]; then
             export RUN_STATIC_UPGRADE_MATRIX=true
diff --git a/.circleci/config.yml.LOWRES b/.circleci/config.yml.LOWRES
index 0997d8a..862d4a1 100644
--- a/.circleci/config.yml.LOWRES
+++ b/.circleci/config.yml.LOWRES
@@ -2,7 +2,7 @@ version: 2
 jobs:
   build:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: medium
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -77,7 +77,7 @@ jobs:
     - JDK_HOME: /usr/lib/jvm/java-8-openjdk-amd64
   j8_unit_tests:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: medium
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -166,7 +166,7 @@ jobs:
     - JDK_HOME: /usr/lib/jvm/java-8-openjdk-amd64
   j8_jvm_dtests:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: medium
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -255,7 +255,7 @@ jobs:
     - JDK_HOME: /usr/lib/jvm/java-8-openjdk-amd64
   utests_long:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: medium
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -298,7 +298,7 @@ jobs:
     - JDK_HOME: /usr/lib/jvm/java-8-openjdk-amd64
   utests_compression:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: medium
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -387,7 +387,7 @@ jobs:
     - JDK_HOME: /usr/lib/jvm/java-8-openjdk-amd64
   j8_dtests-with-vnodes:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: medium
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -406,18 +406,18 @@ jobs:
           # if additional dependencies were added to requirmeents.txt and the 
docker image hasn't been updated
           # we'd have to install it here at runtime -- which will make things 
slow, so do yourself a favor and
           # rebuild the docker image! (it automatically pulls the latest 
requirements.txt on build)
-          source ~/env/bin/activate
+          source ~/env3.6/bin/activate
           export PATH=$JAVA_HOME/bin:$PATH
           pip3 install --upgrade -r ~/cassandra-dtest/requirements.txt
           pip3 freeze
     - run:
         name: Determine Tests to Run (j8_with_vnodes)
         no_output_timeout: 5m
-        command: "# reminder: this code (along with all the steps) is 
independently executed on every circle container\n# so the goal here is to get 
the circleci script to return the tests *this* container will run\n# which we 
do via the `circleci` cli tool.\n\ncd cassandra-dtest\nsource 
~/env/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\n\nif [ -n '' ]; then\n  
export \nfi\n\necho \"***Collected DTests (j8_with_vnodes)***\"\nset -eo 
pipefail && ./run_dtests.py --use-vnodes --skip-reso [...]
+        command: "# reminder: this code (along with all the steps) is 
independently executed on every circle container\n# so the goal here is to get 
the circleci script to return the tests *this* container will run\n# which we 
do via the `circleci` cli tool.\n\ncd cassandra-dtest\nsource 
~/env3.6/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\n\nif [ -n '' ]; then\n 
 export \nfi\n\necho \"***Collected DTests (j8_with_vnodes)***\"\nset -eo 
pipefail && ./run_dtests.py --use-vnodes --skip-r [...]
     - run:
         name: Run dtests (j8_with_vnodes)
         no_output_timeout: 15m
-        command: "echo \"cat 
/tmp/split_dtest_tests_j8_with_vnodes_final.txt\"\ncat 
/tmp/split_dtest_tests_j8_with_vnodes_final.txt\n\nsource 
~/env/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\nif [ -n '' ]; then\n  
export \nfi\n\njava -version\ncd ~/cassandra-dtest\nmkdir -p /tmp/dtest\n\necho 
\"env: $(env)\"\necho \"** done env\"\nmkdir -p /tmp/results/dtests\n# we need 
the \"set -o pipefail\" here so that the exit code that circleci will actually 
use is from pytest and not the exit  [...]
+        command: "echo \"cat 
/tmp/split_dtest_tests_j8_with_vnodes_final.txt\"\ncat 
/tmp/split_dtest_tests_j8_with_vnodes_final.txt\n\nsource 
~/env3.6/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\nif [ -n '' ]; then\n  
export \nfi\n\njava -version\ncd ~/cassandra-dtest\nmkdir -p /tmp/dtest\n\necho 
\"env: $(env)\"\necho \"** done env\"\nmkdir -p /tmp/results/dtests\n# we need 
the \"set -o pipefail\" here so that the exit code that circleci will actually 
use is from pytest and not the ex [...]
     - store_test_results:
         path: /tmp/results
     - store_artifacts:
@@ -445,7 +445,7 @@ jobs:
     - JDK_HOME: /usr/lib/jvm/java-8-openjdk-amd64
   j8_dtests-no-vnodes:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: medium
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -464,18 +464,18 @@ jobs:
           # if additional dependencies were added to requirmeents.txt and the 
docker image hasn't been updated
           # we'd have to install it here at runtime -- which will make things 
slow, so do yourself a favor and
           # rebuild the docker image! (it automatically pulls the latest 
requirements.txt on build)
-          source ~/env/bin/activate
+          source ~/env3.6/bin/activate
           export PATH=$JAVA_HOME/bin:$PATH
           pip3 install --upgrade -r ~/cassandra-dtest/requirements.txt
           pip3 freeze
     - run:
         name: Determine Tests to Run (j8_without_vnodes)
         no_output_timeout: 5m
-        command: "# reminder: this code (along with all the steps) is 
independently executed on every circle container\n# so the goal here is to get 
the circleci script to return the tests *this* container will run\n# which we 
do via the `circleci` cli tool.\n\ncd cassandra-dtest\nsource 
~/env/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\n\nif [ -n '' ]; then\n  
export \nfi\n\necho \"***Collected DTests (j8_without_vnodes)***\"\nset -eo 
pipefail && ./run_dtests.py --skip-resource-inten [...]
+        command: "# reminder: this code (along with all the steps) is 
independently executed on every circle container\n# so the goal here is to get 
the circleci script to return the tests *this* container will run\n# which we 
do via the `circleci` cli tool.\n\ncd cassandra-dtest\nsource 
~/env3.6/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\n\nif [ -n '' ]; then\n 
 export \nfi\n\necho \"***Collected DTests (j8_without_vnodes)***\"\nset -eo 
pipefail && ./run_dtests.py --skip-resource-in [...]
     - run:
         name: Run dtests (j8_without_vnodes)
         no_output_timeout: 15m
-        command: "echo \"cat 
/tmp/split_dtest_tests_j8_without_vnodes_final.txt\"\ncat 
/tmp/split_dtest_tests_j8_without_vnodes_final.txt\n\nsource 
~/env/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\nif [ -n '' ]; then\n  
export \nfi\n\njava -version\ncd ~/cassandra-dtest\nmkdir -p /tmp/dtest\n\necho 
\"env: $(env)\"\necho \"** done env\"\nmkdir -p /tmp/results/dtests\n# we need 
the \"set -o pipefail\" here so that the exit code that circleci will actually 
use is from pytest and not the [...]
+        command: "echo \"cat 
/tmp/split_dtest_tests_j8_without_vnodes_final.txt\"\ncat 
/tmp/split_dtest_tests_j8_without_vnodes_final.txt\n\nsource 
~/env3.6/bin/activate\nexport PATH=$JAVA_HOME/bin:$PATH\nif [ -n '' ]; then\n  
export \nfi\n\njava -version\ncd ~/cassandra-dtest\nmkdir -p /tmp/dtest\n\necho 
\"env: $(env)\"\necho \"** done env\"\nmkdir -p /tmp/results/dtests\n# we need 
the \"set -o pipefail\" here so that the exit code that circleci will actually 
use is from pytest and not  [...]
     - store_test_results:
         path: /tmp/results
     - store_artifacts:
@@ -503,7 +503,7 @@ jobs:
     - JDK_HOME: /usr/lib/jvm/java-8-openjdk-amd64
   j8_upgradetests-no-vnodes:
     docker:
-    - image: spod/cassandra-testing-ubuntu1810-java11-w-dependencies:20190306
+    - image: beobal/cassandra-testing-ubuntu1910-java11-w-dependencies:20201130
     resource_class: medium
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
@@ -522,7 +522,7 @@ jobs:
           # if additional dependencies were added to requirmeents.txt and the 
docker image hasn't been updated
           # we'd have to install it here at runtime -- which will make things 
slow, so do yourself a favor and
           # rebuild the docker image! (it automatically pulls the latest 
requirements.txt on build)
-          source ~/env/bin/activate
+          source ~/env3.6/bin/activate
           export PATH=$JAVA_HOME/bin:$PATH
           pip3 install --upgrade -r ~/cassandra-dtest/requirements.txt
           pip3 freeze
@@ -535,7 +535,7 @@ jobs:
           # which we do via the `circleci` cli tool.
 
           cd cassandra-dtest
-          source ~/env/bin/activate
+          source ~/env3.6/bin/activate
           export PATH=$JAVA_HOME/bin:$PATH
 
           if [ -n 'RUN_STATIC_UPGRADE_MATRIX=true' ]; then
@@ -559,7 +559,7 @@ jobs:
           echo "cat 
/tmp/split_dtest_tests_j8_upgradetests_without_vnodes_final.txt"
           cat /tmp/split_dtest_tests_j8_upgradetests_without_vnodes_final.txt
 
-          source ~/env/bin/activate
+          source ~/env3.6/bin/activate
           export PATH=$JAVA_HOME/bin:$PATH
           if [ -n 'RUN_STATIC_UPGRADE_MATRIX=true' ]; then
             export RUN_STATIC_UPGRADE_MATRIX=true


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

Reply via email to