ekaterinadimitrova2 commented on code in PR #1953: URL: https://github.com/apache/cassandra/pull/1953#discussion_r1015752022
########## .circleci/generate.sh: ########## @@ -268,6 +268,8 @@ fi if (! (echo "$env_vars" | grep -q "REPEATED_DTESTS=")); then delete_job "j8_dtests_repeat" delete_job "j8_dtests_vnode_repeat" + delete_job "start_j8_dtests_offheap_repeat" Review Comment: Btw we have j11 jobs in 3.11 branch to be deleted? It is a noop though.... -- 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]

