Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions regression-test/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ 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" // keep this line as the last line
"cloud_p0/cache," +
"zzz_the_end_sentinel_do_not_touch," +
"dialect_compatible"// keep this line as the last line
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

上面两行差个逗号

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

另外社区p0流水线用的这个conf,regression-test/pipeline/p0/conf/regression-conf.groovy,可能也需要加下


customConf1 = "test_custom_conf_value"

Expand Down
Loading