-
Notifications
You must be signed in to change notification settings - Fork 0
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
refactor(pkg/jenkins): change the state update logic #5
base: main
Are you sure you want to change the base?
Conversation
- keep the prow job be `triggered` state until the jenkins build is running. - only set the prow job be `pending` state when the jenkins build is running rather then the jenkins build enqueued. Signed-off-by: wuhuizuo <[email protected]>
ea6c20e
to
05175c9
Compare
@wuhuizuo: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
/retest |
/test pull-test |
@wuhuizuo: No presubmit jobs available for ti-community-infra/prow@main 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-sigs/prow repository. |
/test ? |
@wuhuizuo: No presubmit jobs available for ti-community-infra/prow@main 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-sigs/prow repository. |
triggered
state until the jenkins build is running.pending
state when the jenkins build is runningrather then the jenkins build enqueued.
Signed-off-by: wuhuizuo [email protected]