bereng commented on code in PR #1891:
URL: https://github.com/apache/cassandra/pull/1891#discussion_r1205042939


##########
.circleci/config_template.yml:
##########
@@ -257,6 +257,10 @@ j8_separate_jobs: &j8_separate_jobs
         requires:
           - start_j8_unit_tests
           - j8_build
+    - j8_unit_tests-oa:

Review Comment:
   No I didn't mean to remove the auto detection at all. Just to have a single 
ant_repeat job but that doesn't allow to run multiple repeats in a single push 
as you say...
   
   One problem I hit, iiuc, is that when specifying a test to repeat the auto 
detection would still kick in and add lots of tests I didn't want to repeat at 
the time. I thought it would be useful to add a flag to skip auto detection so 
I have a way to repeat only what I want. I added -s 
[wdyt](https://github.com/bereng/cassandra/commit/03842aa1b8dfd6149f08dbfdb52c3eeabe5d9330)?
   
   As per the job renames and repeats here is an 
[example](https://app.circleci.com/pipelines/github/bereng/cassandra/946/workflows/baf437ce-7198-4c4c-9530-9d59b42760f8)
 on my drafts branch. I think all is ready now and we only need to wait for 
sstable tries to merge and rebase.



-- 
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]

Reply via email to