diff --git a/.circleci/config-2_1.yml b/.circleci/config-2_1.yml index a008ac9489..0d113a08ca 100644 --- a/.circleci/config-2_1.yml +++ b/.circleci/config-2_1.yml @@ -242,8 +242,11 @@ j8_with_dtests_jobs: &j8_with_dtests_jobs requires: - start_utests_fqltool - j8_build + - start_utests_system_keyspace_directory: + type: approval - utests_system_keyspace_directory: requires: + - start_utests_system_keyspace_directory - j8_build - start_j8_dtest_jars_build: type: approval diff --git a/.circleci/config-2_1.yml.high_res.patch b/.circleci/config-2_1.yml.high_res.patch index 3a3518ea7b..56e1ca2dbc 100644 --- a/.circleci/config-2_1.yml.high_res.patch +++ b/.circleci/config-2_1.yml.high_res.patch @@ -1,5 +1,5 @@ ---- config-2_1.yml 2022-05-27 12:30:26.000000000 -0400 -+++ config-2_1.yml.HIGHRES 2022-05-27 12:31:37.000000000 -0400 +--- config-2_1.yml 2022-05-30 12:06:34.000000000 -0400 ++++ config-2_1.yml.HIGHRES 2022-05-30 12:06:59.000000000 -0400 @@ -105,14 +105,14 @@ j8_par_executor: &j8_par_executor executor: diff --git a/.circleci/config-2_1.yml.mid_res.patch b/.circleci/config-2_1.yml.mid_res.patch index ad740c32a8..5a14e3454b 100644 --- a/.circleci/config-2_1.yml.mid_res.patch +++ b/.circleci/config-2_1.yml.mid_res.patch @@ -1,5 +1,5 @@ ---- config-2_1.yml 2022-05-27 12:30:26.000000000 -0400 -+++ config-2_1.yml.MIDRES 2022-05-27 12:31:30.000000000 -0400 +--- config-2_1.yml 2022-05-30 12:06:34.000000000 -0400 ++++ config-2_1.yml.MIDRES 2022-05-30 12:06:52.000000000 -0400 @@ -105,14 +105,14 @@ j8_par_executor: &j8_par_executor executor: @@ -122,7 +122,7 @@ j8_with_dtests_jobs: &j8_with_dtests_jobs jobs: -@@ -870,7 +894,7 @@ +@@ -873,7 +897,7 @@ target: testclasslist-system-keyspace-directory j8_dtests-with-vnodes: @@ -131,7 +131,7 @@ steps: - attach_workspace: at: /home/cassandra -@@ -884,7 +908,7 @@ +@@ -887,7 +911,7 @@ pytest_extra_args: '--use-vnodes --num-tokens=16 --skip-resource-intensive-tests' j11_dtests-with-vnodes: @@ -140,7 +140,7 @@ steps: - attach_workspace: at: /home/cassandra -@@ -899,7 +923,7 @@ +@@ -902,7 +926,7 @@ pytest_extra_args: '--use-vnodes --num-tokens=16 --skip-resource-intensive-tests' j8_dtests-no-vnodes: @@ -149,7 +149,7 @@ steps: - attach_workspace: at: /home/cassandra -@@ -913,7 +937,7 @@ +@@ -916,7 +940,7 @@ pytest_extra_args: '--skip-resource-intensive-tests' j11_dtests-no-vnodes: @@ -158,7 +158,7 @@ steps: - attach_workspace: at: /home/cassandra -@@ -928,7 +952,7 @@ +@@ -931,7 +955,7 @@ pytest_extra_args: '--skip-resource-intensive-tests' j8_upgradetests-no-vnodes: @@ -167,7 +167,7 @@ steps: - attach_workspace: at: /home/cassandra -@@ -942,7 +966,7 @@ +@@ -945,7 +969,7 @@ pytest_extra_args: '--execute-upgrade-tests-only --upgrade-target-version-only --upgrade-version-selection all' j8_cqlsh-dtests-py3-with-vnodes: @@ -176,7 +176,7 @@ steps: - attach_workspace: at: /home/cassandra -@@ -957,7 +981,7 @@ +@@ -960,7 +984,7 @@ extra_env_args: 'CQLSH_PYTHON=/usr/bin/python3.6' j8_cqlsh-dtests-py38-with-vnodes: @@ -185,7 +185,7 @@ steps: - attach_workspace: at: /home/cassandra -@@ -975,7 +999,7 @@ +@@ -978,7 +1002,7 @@ python_version: '3.8' j8_cqlsh-dtests-py3-no-vnodes: @@ -194,7 +194,7 @@ steps: - attach_workspace: at: /home/cassandra -@@ -990,7 +1014,7 @@ +@@ -993,7 +1017,7 @@ extra_env_args: 'CQLSH_PYTHON=/usr/bin/python3.6' j8_cqlsh-dtests-py38-no-vnodes: @@ -203,7 +203,7 @@ steps: - attach_workspace: at: /home/cassandra -@@ -1008,7 +1032,7 @@ +@@ -1011,7 +1035,7 @@ python_version: '3.8' j11_cqlsh-dtests-py3-with-vnodes: @@ -212,7 +212,7 @@ steps: - attach_workspace: at: /home/cassandra -@@ -1023,7 +1047,7 @@ +@@ -1026,7 +1050,7 @@ extra_env_args: 'CQLSH_PYTHON=/usr/bin/python3.6' j11_cqlsh-dtests-py38-with-vnodes: @@ -221,7 +221,7 @@ steps: - attach_workspace: at: /home/cassandra -@@ -1041,7 +1065,7 @@ +@@ -1044,7 +1068,7 @@ python_version: '3.8' j11_cqlsh-dtests-py3-no-vnodes: @@ -230,7 +230,7 @@ steps: - attach_workspace: at: /home/cassandra -@@ -1056,7 +1080,7 @@ +@@ -1059,7 +1083,7 @@ extra_env_args: 'CQLSH_PYTHON=/usr/bin/python3.6' j11_cqlsh-dtests-py38-no-vnodes: diff --git a/.circleci/config.yml b/.circleci/config.yml index 71d6058c67..a82e5d1915 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3812,8 +3812,11 @@ workflows: requires: - start_utests_fqltool - j8_build + - start_utests_system_keyspace_directory: + type: approval - utests_system_keyspace_directory: requires: + - start_utests_system_keyspace_directory - j8_build - start_j8_dtest_jars_build: type: approval diff --git a/.circleci/config.yml.HIGHRES b/.circleci/config.yml.HIGHRES index aa5cf42224..36d51c922c 100644 --- a/.circleci/config.yml.HIGHRES +++ b/.circleci/config.yml.HIGHRES @@ -3812,8 +3812,11 @@ workflows: requires: - start_utests_fqltool - j8_build + - start_utests_system_keyspace_directory: + type: approval - utests_system_keyspace_directory: requires: + - start_utests_system_keyspace_directory - j8_build - start_j8_dtest_jars_build: type: approval diff --git a/.circleci/config.yml.LOWRES b/.circleci/config.yml.LOWRES index 71d6058c67..a82e5d1915 100644 --- a/.circleci/config.yml.LOWRES +++ b/.circleci/config.yml.LOWRES @@ -3812,8 +3812,11 @@ workflows: requires: - start_utests_fqltool - j8_build + - start_utests_system_keyspace_directory: + type: approval - utests_system_keyspace_directory: requires: + - start_utests_system_keyspace_directory - j8_build - start_j8_dtest_jars_build: type: approval diff --git a/.circleci/config.yml.MIDRES b/.circleci/config.yml.MIDRES index 87675536c3..273c109921 100644 --- a/.circleci/config.yml.MIDRES +++ b/.circleci/config.yml.MIDRES @@ -3812,8 +3812,11 @@ workflows: requires: - start_utests_fqltool - j8_build + - start_utests_system_keyspace_directory: + type: approval - utests_system_keyspace_directory: requires: + - start_utests_system_keyspace_directory - j8_build - start_j8_dtest_jars_build: type: approval