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

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

commit f90148a344737102994289fa2828939c11ad829b
Merge: 046bedaf55 a9df34c62a
Author: Andrés de la Peña <a.penya.gar...@gmail.com>
AuthorDate: Wed Oct 19 12:50:21 2022 +0100

    Merge branch 'cassandra-4.0' into cassandra-4.1

 .circleci/generate.sh | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --cc .circleci/generate.sh
index f6f63a85fc,fc29fd40a0..1c879927b6
--- a/.circleci/generate.sh
+++ b/.circleci/generate.sh
@@@ -261,19 -254,16 +261,19 @@@ if (! (echo "$env_vars" | grep -q "REPE
    delete_job "utests_compression_repeat"
    delete_job "utests_system_keyspace_directory_repeat"
  fi
- if [[ $env_vars != *"REPEATED_UTESTS_LONG="* ]]; then
+ if (! (echo "$env_vars" | grep -q "REPEATED_UTESTS_LONG=")); then
    delete_job "utests_long_repeat"
  fi
- if [[ $env_vars != *"REPEATED_UTESTS_STRESS="* ]]; then
+ if (! (echo "$env_vars" | grep -q "REPEATED_UTESTS_STRESS=")); then
    delete_job "utests_stress_repeat"
  fi
- if [[ $env_vars != *"REPEATED_UTESTS_FQLTOOL="* ]]; then
+ if (! (echo "$env_vars" | grep -q "REPEATED_UTESTS_FQLTOOL=")); then
    delete_job "utests_fqltool_repeat"
  fi
- if [[ $env_vars != *"REPEATED_SIMULATOR_DTESTS="* ]]; then
++if (! (echo "$env_vars" | grep -q "REPEATED_SIMULATOR_DTESTS=")); then
 +  delete_job "j8_simulator_dtests_repeat"
 +fi
- if [[ $env_vars != *"REPEATED_JVM_DTESTS="* ]]; then
+ if (! (echo "$env_vars" | grep -q "REPEATED_JVM_DTESTS=")); then
    delete_job "j8_jvm_dtests_repeat"
    delete_job "j8_jvm_dtests_vnode_repeat"
    delete_job "j11_jvm_dtests_repeat"


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

Reply via email to