adelapena commented on code in PR #1953: URL: https://github.com/apache/cassandra/pull/1953#discussion_r1015303702
########## .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: This line is not needed, the call to `delete_job` right below also deletes the approval job starting with `start_`. -- 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]

