Skip to content

Commit

Permalink
fix regression-conf
Browse files Browse the repository at this point in the history
  • Loading branch information
liujiwen-up authored and zhangstar333 committed Jun 11, 2024
1 parent 9f7e69f commit 880bee4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions regression-test/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ excludeSuites = "test_broker_load"
excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this line as the first line
"segcompaction_p2," +
"workload_manager_p1," +
"cloud_p0/cache" +
"zzz_the_end_sentinel_do_not_touch" +
"cloud_p0/cache," +
"zzz_the_end_sentinel_do_not_touch," +
"dialect_compatible"// keep this line as the last line

customConf1 = "test_custom_conf_value"
Expand Down
3 changes: 2 additions & 1 deletion regression-test/pipeline/p0/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this line
"cloud_p0," +
"nereids_rules_p0/subquery," +
"workload_manager_p1," +
"zzz_the_end_sentinel_do_not_touch" // keep this line as the last line
"zzz_the_end_sentinel_do_not_touch," +
"dialect_compatible"// keep this line as the last line

customConf1 = "test_custom_conf_value"

Expand Down

0 comments on commit 880bee4

Please sign in to comment.