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

[email protected]: Refactor some old pipelines #3334

Open
Tracked by #2192
wuhuizuo opened this issue Jan 24, 2025 · 0 comments
Open
Tracked by #2192

[email protected]: Refactor some old pipelines #3334

wuhuizuo opened this issue Jan 24, 2025 · 0 comments

Comments

@wuhuizuo
Copy link
Collaborator

wuhuizuo commented Jan 24, 2025

- name: tikv/tikv/release-6.1/pull_unit_test
agent: jenkins
decorate: false # need add this.
# skip_if_only_changed: *skip_if_only_changed
always_run: false # update here after test passed
optional: true # update here after test passed
skip_report: true # update here after test passed
context: wip/pull-unit-test
trigger: "(?m)^/debug (?:.*? )?pull-unit-test(?: .*?)?$"
rerun_command: "/debug pull-unit-test"
branches: *branches
- name: tikv/tikv/release-6.1/pull_integration_test
agent: jenkins
decorate: false # need add this.
# skip_if_only_changed: *skip_if_only_changed
always_run: false # update here after test passed
optional: true # update here after test passed
skip_report: true # update here after test passed
context: wip/pull-integration-test
trigger: "(?m)^/debug (?:.*? )?pull-integration-test(?: .*?)?$"
rerun_command: "/debug pull-integration-test"
branches: *branches

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant