[
https://issues.apache.org/jira/browse/CASSANDRA-18024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17630385#comment-17630385
]
Andres de la Peña commented on CASSANDRA-18024:
-----------------------------------------------
It seems that the problem is that {{.circleci/generate.sh}} only removes the
repeated jobs in {{config.yml}}, but not in {{config.yml.LOWRES}},
{{config.yml.MIDRES}} and {{config.yml.HIGHRES}}. So manually renaming any of
those to {{config.yml}} instead of using {{generate.sh}} will include all the
empty repeated jobs, which is wrong.
Note that not using {{generate.sh}} will also skip the detection of new or
modified tests. That's not a bug.
Fix for trunk
[here|https://github.com/apache/cassandra/compare/trunk...adelapena:18024-trunk],
I'll add CI and patches for the other branches later today.
> Circle repeat jobs are always triggered even if not necessary
> -------------------------------------------------------------
>
> Key: CASSANDRA-18024
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18024
> Project: Cassandra
> Issue Type: Bug
> Reporter: Berenguer Blasi
> Priority: Normal
>
> It seems that when pushing a PR, the auto multiplexing of new tests triggers
> all multiplexing jobs, even if there are no tests present for that job.
> That is wasteful as it means spinning up many nodes etc for nothing.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]