Skip to content

Commit

Permalink
modify pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mymeiyi committed Nov 29, 2024
1 parent cb2bfbd commit d15cc42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as th
"test_be_inject_publish_txn_fail," + // not a case for cloud mode, no need to run
"test_compaction_uniq_cluster_keys_with_delete," +
"test_compaction_uniq_keys_cluster_key," +
"test_pk_uk_case_cluster," +
"test_point_query_ck," +
"test_rowstore_ck," +
"test_dump_image," +
"test_index_failure_injection," +
"test_information_schema_external," +
"test_pk_uk_case_cluster," +
"test_point_query_cluster_key," +
"test_profile," +
"test_publish_timeout," +
"test_refresh_mtmv," + // not supported yet
Expand Down
3 changes: 3 additions & 0 deletions regression-test/pipeline/p0/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as th
"test_index_failure_injection," +
"test_compaction_uniq_cluster_keys_with_delete," +
"test_compaction_uniq_keys_cluster_key," +
"test_pk_uk_case_cluster," +
"test_point_query_ck," +
"test_rowstore_ck," +
"test_profile," +
"test_refresh_mtmv," +
"test_spark_load," +
Expand Down

0 comments on commit d15cc42

Please sign in to comment.