fix the auto testgrid generator tool to use the correct flags and upstream branch#4987
Conversation
…tream branch Signed-off-by: Nikolaos Moraitis <nmoraiti@redhat.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe main.go file's initialization logic was refactored: upstream branch default changed from a named constant to "master", flag setup switched from GitHubOptions to PRCreationOptions, and validation simplified to only check GitAuthorOptions, with minor formatting adjustments. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deepsm007, droslean The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/override ci/prow/e2e |
|
@droslean: Overrode contexts on behalf of droslean: ci/prow/e2e DetailsIn 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. |
| fs.StringVar(&o.allowList, "allow-list", "", "File containing release-type information to override the defaults") | ||
| fs.StringVar(&o.githubOrg, "github-org", githubOrg, "The github org to use for testing with a dummy repository.") | ||
| fs.StringVar(&o.upstreamBranch, "upstream-branch", upstreamBranch, "The repository branch name where the PR will be created.") | ||
| fs.StringVar(&o.upstreamBranch, "upstream-branch", "master", "The repository branch name where the PR will be created.") |
There was a problem hiding this comment.
@droslean nvm, just saw the thread in the channel...please ignore.
There was a problem hiding this comment.
This corresponds to the kubernetes/test-infra repo. The master branch is the default one, and there are no migration plans.
|
/override ci/prow/integration |
|
@droslean: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. DetailsIn 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. |
|
@droslean: Overrode contexts on behalf of droslean: ci/prow/integration DetailsIn 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. |
|
@droslean: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
76ec796
into
openshift:main
/cc @openshift/test-platform @hector-vido
Summary by CodeRabbit