Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(pingcap/tiflow,pingcap/pd): support feature branch #3036

Merged
merged 2 commits into from
Jul 29, 2024
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
18 changes: 18 additions & 0 deletions prow-jobs/pingcap/tidb/latest-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ presubmits:
rerun_command: "/test build"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tidb/ghpr_check
agent: jenkins
decorate: false # need add this.
Expand All @@ -19,6 +20,7 @@ presubmits:
rerun_command: "/test check-dev"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tidb/ghpr_check2
agent: jenkins
decorate: false # need add this.
Expand All @@ -28,6 +30,7 @@ presubmits:
rerun_command: "/test check-dev2"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tidb/ghpr_mysql_test
agent: jenkins
decorate: false # need add this.
Expand All @@ -37,6 +40,7 @@ presubmits:
rerun_command: "/test mysql-test"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tidb/ghpr_unit_test
agent: jenkins
decorate: false # need add this.
Expand All @@ -46,6 +50,7 @@ presubmits:
rerun_command: "/test unit-test"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tidb/pull_integration_mysql_test
agent: jenkins
decorate: false # need add this.
Expand All @@ -56,6 +61,7 @@ presubmits:
rerun_command: "/test pull-integration-mysql-test"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tidb/pull_integration_copr_test
agent: jenkins
decorate: false # need add this.
Expand All @@ -67,6 +73,7 @@ presubmits:
rerun_command: "/test pull-integration-copr-test"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tidb/pull_integration_jdbc_test
agent: jenkins
decorate: false # need add this.
Expand All @@ -78,6 +85,7 @@ presubmits:
rerun_command: "/test pull-integration-jdbc-test"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tidb/pull_e2e_test
agent: jenkins
decorate: false # need add this.
Expand All @@ -89,6 +97,7 @@ presubmits:
rerun_command: "/test pull-e2e-test"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tidb/pull_br_integration_test
agent: jenkins
decorate: false # need add this.
Expand All @@ -100,6 +109,7 @@ presubmits:
rerun_command: "/test pull-br-integration-test"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tidb/pull_lightning_integration_test
agent: jenkins
decorate: false # need add this.
Expand All @@ -111,6 +121,7 @@ presubmits:
rerun_command: "/test pull-lightning-integration-test"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tidb/pull_common_test
agent: jenkins
decorate: false # need add this.
Expand All @@ -122,6 +133,7 @@ presubmits:
rerun_command: "/test pull-common-test"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tidb/pull_integration_common_test
agent: jenkins
decorate: false # need add this.
Expand All @@ -133,6 +145,7 @@ presubmits:
rerun_command: "/test pull-integration-common-test"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tidb/pull_integration_ddl_test
agent: jenkins
decorate: false # need add this.
Expand All @@ -143,6 +156,7 @@ presubmits:
rerun_command: "/test pull-integration-ddl-test"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tidb/pull_sqllogic_test
agent: jenkins
decorate: false # need add this.
Expand All @@ -154,6 +168,7 @@ presubmits:
rerun_command: "/test pull-sqllogic-test"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tidb/pull_tiflash_test
agent: jenkins
decorate: false # need add this.
Expand All @@ -165,6 +180,7 @@ presubmits:
rerun_command: "/test pull-tiflash-test"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tidb/pull_mysql_client_test
agent: jenkins
decorate: false # need add this.
Expand All @@ -175,6 +191,7 @@ presubmits:
rerun_command: "/test pull-mysql-client-test"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tidb/pull_integration_nodejs_test
agent: jenkins
decorate: false # need add this.
Expand All @@ -186,3 +203,4 @@ presubmits:
rerun_command: "/test pull-integration-nodejs-test"
branches:
- ^master$
- ^feature/.+
2 changes: 2 additions & 0 deletions prow-jobs/pingcap/tiflash/latest-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ presubmits:
rerun_command: "/test pull-unit-test"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tiflash/pull_integration_test
agent: jenkins
decorate: false # need add this.
Expand All @@ -23,3 +24,4 @@ presubmits:
rerun_command: "/test pull-integration-test"
branches:
- ^master$
- ^feature/.+
8 changes: 8 additions & 0 deletions prow-jobs/pingcap/tiflow/latest-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ presubmits:
rerun_command: "/test cdc-integration-kafka-test"
branches:
- ^master$
- ^feature/.+
# TODO: combine other CDC integration tests to a single one,
# Currently we keep the Jenkins job name.
- name: pingcap/tiflow/pull_cdc_integration_test
Expand All @@ -27,6 +28,7 @@ presubmits:
rerun_command: "/test cdc-integration-mysql-test"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tiflow/pull_cdc_integration_storage_test
agent: jenkins
decorate: false # need add this.
Expand All @@ -39,6 +41,7 @@ presubmits:
rerun_command: "/test cdc-integration-storage-test"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tiflow/pull_cdc_integration_pulsar_test
agent: jenkins
decorate: false # need add this.
Expand All @@ -51,6 +54,7 @@ presubmits:
rerun_command: "/test cdc-integration-pulsar-test"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tiflow/pull_dm_compatibility_test
agent: jenkins
decorate: false # need add this.
Expand All @@ -63,6 +67,7 @@ presubmits:
rerun_command: "/test dm-compatibility-test"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tiflow/pull_dm_integration_test
agent: jenkins
decorate: false # need add this.
Expand All @@ -75,6 +80,7 @@ presubmits:
rerun_command: "/test dm-integration-test"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tiflow/pull_engine_integration_test
agent: jenkins
decorate: false # need add this.
Expand All @@ -87,6 +93,7 @@ presubmits:
rerun_command: "/test engine-integration-test"
branches:
- ^master$
- ^feature/.+
- name: pingcap/tiflow/ghpr_verify
agent: jenkins
decorate: false # need add this.
Expand All @@ -97,4 +104,5 @@ presubmits:
rerun_command: "/test verify"
branches:
- ^master$
- ^feature/.+

4 changes: 3 additions & 1 deletion prow-jobs/tikv/pd/latest-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ presubmits:
rerun_command: "/test build"
branches:
- ^master$
- ^feature/.+
- ^release-7\.[4-9](\.\d+)?(-\d+)?(-v[\.\d]+)?$
- ^release-8\.[0-9](\.\d+)?(-\d+)?(-v[\.\d]+)?$
- name: tikv/pd/pull_integration_copr_test
Expand All @@ -22,6 +23,7 @@ presubmits:
rerun_command: "/test pull-integration-copr-test"
branches:
- ^master$
- ^feature/.+
- ^release-7\.[4-9](\.\d+)?(-\d+)?(-v[\.\d]+)?$
- ^release-8\.[0-9](\.\d+)?(-\d+)?(-v[\.\d]+)?$
- name: tikv/pd/pull_integration_realcluster_test
Expand All @@ -34,4 +36,4 @@ presubmits:
rerun_command: "/test pull-integration-realcluster-test"
branches:
- ^master$

- ^feature/.+
1 change: 1 addition & 0 deletions prow-jobs/tikv/tikv/latest-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ presubmits:
rerun_command: "/test pull-unit-test"
branches:
- ^master$
- ^feature/.+