From: Naveen Naidu Date: Thu, 5 Dec 2024 04:21:21 +0000 (+0530) Subject: qa/workunit: update telemetry quincy/reef workunits with "basic_stretch_cluster... X-Git-Tag: testing/wip-jcollin-testing-20260217.025616-squid~17^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=285152bbd8996974aa12bfcc032820f910b49ab4;p=ceph-ci.git qa/workunit: update telemetry quincy/reef workunits with "basic_stretch_cluster" collection Note, this is not a clean cherry pick. The 4dac20e updated the `test_telemetry_reef_x.sh` and `test_telemetry_squid_x.sh` upgrade workunits. These upgrade workunits test the upgrade of a cluster from reef and squid (X-2) releases to the X version of cluster. Since we are cherry picking the commit to squid (X release), we would instead have to update the workunit files of quicy and reef i,e the (X-2) releases. Signed-off-by: Naveen Naidu (cherry picked from commit 4dac20e8987e271e4d92a649a6812b655097c6e1) --- diff --git a/qa/workunits/test_telemetry_quincy_x.sh b/qa/workunits/test_telemetry_quincy_x.sh index 1ed5f28d55b..0503b292c63 100755 --- a/qa/workunits/test_telemetry_quincy_x.sh +++ b/qa/workunits/test_telemetry_quincy_x.sh @@ -17,7 +17,8 @@ ceph -s COLLECTIONS=$(ceph telemetry collection ls) NEW_COLLECTIONS=("perf_perf" "basic_mds_metadata" "basic_pool_usage" - "basic_rook_v01" "perf_memory_metrics" "basic_pool_options_bluestore") + "basic_rook_v01" "perf_memory_metrics" "basic_pool_options_bluestore" + "basic_stretch_cluster") for col in ${NEW_COLLECTIONS[@]}; do if ! [[ $COLLECTIONS == *$col* ]]; then diff --git a/qa/workunits/test_telemetry_reef_x.sh b/qa/workunits/test_telemetry_reef_x.sh index ced20aea2e4..eab3e963a70 100755 --- a/qa/workunits/test_telemetry_reef_x.sh +++ b/qa/workunits/test_telemetry_reef_x.sh @@ -16,7 +16,7 @@ fi ceph -s COLLECTIONS=$(ceph telemetry collection ls) -NEW_COLLECTIONS=("perf_perf" "basic_mds_metadata" "basic_pool_usage" "basic_rook_v01" "perf_memory_metrics" "basic_pool_flags") +NEW_COLLECTIONS=("perf_perf" "basic_mds_metadata" "basic_pool_usage" "basic_rook_v01" "perf_memory_metrics" "basic_pool_flags" "basic_stretch_cluster") for col in ${NEW_COLLECTIONS[@]}; do if ! [[ $COLLECTIONS == *$col* ]]; then