-
Notifications
You must be signed in to change notification settings - Fork 88
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
CI: update CI workflows. #372
Conversation
This pr is used to update the current CI workflow, the relative nightly tests on `ubuntu-latest` env is extracted and deployed on self-defined workflow, maintanined by TiKV-teams. Signed-off-by: lucasliang <[email protected]>
/test rust-nightly |
Signed-off-by: lucasliang <[email protected]>
/test rust-nightly |
/test rust-nightly |
/retest |
@wuhuizuo: adding LGTM is restricted to approvers and reviewers in OWNERS files. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[LGTM Timeline notifier]Timeline:
|
/approve |
@SpadeA-Tang: Your lgtm message is repeated, so it is ignored. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: LykxSassinator, SpadeA-Tang, wuhuizuo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: lucasliang <[email protected]>
Signed-off-by: lucasliang <[email protected]>
Signed-off-by: lucasliang <[email protected]>
Description
This PR is designed to enhance the current CI workflow.
The specific changes involve extracting the relative nightly tests that were previously run on the
ubuntu-latest
environment and deploying them onto a custom workflow, which might be failed because of the limitation of DiskSpace.This new workflow will be maintained by the TiKV team to ensure ongoing stability and reliability of our testing processes.