Skip to content

Commit 31b5608

Browse files
[chore](test) Update excluded directories in regression-conf.groovy (#59115)
Added 'cold_heat_separation' and 'pipeline_p1' to the list of excluded directories to save costs.
1 parent d1e66aa commit 31b5608

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as th
6666

6767
// this directories will not be executed
6868
excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this line as the first line
69+
"cold_heat_separation," + // Save costs, the case is too time-consuming and not used by users
70+
"pipeline_p1," + // Save costs
6971
"variant_github_events_nonConcurrent_p2," +
7072
"variant_github_events_new_p2," +
7173
"hdfs_vault_p2," +

0 commit comments

Comments
 (0)