-
Notifications
You must be signed in to change notification settings - Fork 919
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
Fix karmada-bot /retest #3421
Comments
@RainbowMango Do you have time to repair the karmada-bot |
It's not broken, it's never working~ The robot command |
emmm, I haven't actually used |
+1 |
+1 |
/assign |
I'm going to close this issue for now as we don't have an ideal solution yet. Now we should focus on building a stable testing environment. |
@RainbowMango: Closing this issue. 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. |
After my testing on prow, the current prow already supports the retest operation on github action. here is my config for it: apiVersion: v1
kind: ConfigMap
metadata:
namespace: prow
name: plugins
data:
plugins.yaml: |
triggers:
- repos:
- liangyuanpeng/liangyuanpeng.github.io
- liangyuanpeng/jxline
only_org_members: true
trigger_github_workflows: true
... Just add configuration of Check the PR of prow: kubernetes/test-infra#25736 |
Fantastic! Which image version you are using? By the way, do you know where I can find all available prow images? |
I have tested it with This feature was introduced by this PR kubernetes/test-infra#24726 , and the corresponding prow image version is: There is a known issue with
I just check it in https://console.cloud.google.com/gcr/images/k8s-prow , seems like the prow have not this message about release version. |
Hi @liangyuanpeng I just launched another prow instance with |
/close the command |
@RainbowMango: Closing this issue. 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. |
What would you like to be added:
Fix karmada-bot /retest
Why is this needed:
Accelerated PR test
The text was updated successfully, but these errors were encountered: