bereng commented on code in PR #3121:
URL: https://github.com/apache/cassandra/pull/3121#discussion_r1500307161
##########
.circleci/generate.sh:
##########
@@ -332,8 +336,72 @@ delete_repeated_jobs()
fi
}
+# Define function to leave only a single config run for each test group
+# The first and only argument is the file name.
+dedup_jobs()
+{
+ delete_job "$1" "j11_cqlsh_dtests_py311_offheap"
Review Comment:
If you look at the script details we unfortunately don't support that
currently as we don't use any yaml processing tooling but rely on regexps.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]