-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Update Gitea Manifest for Git Resolver test #9007
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
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/kind misc
9fcbdad
to
00153c4
Compare
/retest |
18a972e
to
0e89f70
Compare
Gitea pod isn't coming up. This updates gitea to latest version available to avoid this issue. Also change the test to get pod name using selector because gitea uses deployment instead of statefulset.
This file is generated using helm and used during testing. Added it to ignore.
/retest |
This PR is failing with:
|
@khrm: PR needs rebase. 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. |
// setting up of cache and db. | ||
time.Sleep(5 * time.Second) | ||
if err := WaitForPodState(ctx, c, "gitea-0", namespace, func(r *corev1.Pod) (bool, error) { | ||
labelSelector := "app.kubernetes.io/name=gitea,app.kubernetes.io/instance=gitea" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what about dropping all of that and just use a shell script instead ? ie with installing forgejo with helm https://github.com/chmouel/startpaac/tree/main/lib/forgejo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it makes sense. That's why this issue cropped. We generate template from helm chart using helm and that template got outdated.
Gitea pod isn't coming up. This updates gitea to latest version available to avoid this issue.
Changes
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes