Skip to content
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 indentation of skaffold.yaml #939

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ishan16696
Copy link
Member

How to categorize this PR?

/area testing
/kind bug

What this PR does / why we need it:
This PR fixes the indentation problem of skaffold.yaml to run druid e2e tests with make ci-e2e-kind.

Which issue(s) this PR fixes:
Fixes #938

Special notes for your reviewer:

Release note:

None

@ishan16696 ishan16696 requested a review from a team as a code owner November 26, 2024 11:03
@gardener-robot gardener-robot added needs/review Needs review area/testing Testing related kind/bug Bug size/xs Size of pull request is tiny (see gardener-robot robot/bots/size.py) labels Nov 26, 2024
@gardener-robot-ci-3 gardener-robot-ci-3 added reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) and removed reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) labels Nov 26, 2024
@ishan16696
Copy link
Member Author

/test pull-etcd-druid-e2e-kind

@gardener-robot-ci-3 gardener-robot-ci-3 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Nov 26, 2024
@gardener-robot-ci-1 gardener-robot-ci-1 removed the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Nov 26, 2024
@gardener-robot-ci-1 gardener-robot-ci-1 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Nov 26, 2024
@gardener-robot-ci-2 gardener-robot-ci-2 removed the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Nov 26, 2024
Copy link
Contributor

@seshachalam-yv seshachalam-yv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you tested E2E test with GCP ?

@ishan16696
Copy link
Member Author

Have you tested E2E test with GCP ?

nopes, I run this make ci-e2e-kind and face error

@ishan16696
Copy link
Member Author

There are indentation error, as you also see in your IDE:
Screenshot 2024-11-26 at 11 04 28 PM

@seshachalam-yv
Copy link
Contributor

There is an indentation error, but the actual issue is not fixed. Not able to render the yaml

✗ ./hack/tools/bin/skaffold render -p gcp-setup -m druid-e2e

parsing skaffold config: failed to apply profiles to config "druid-e2e" defined in file "/private/tmp/etcd-druid/skaffold.yaml": applying profile "gcp-setup": invalid path: /manifests/kustomize/hooks/before/-. There's an issue with one of the profiles defined in config "druid-e2e" in file "/private/tmp/etcd-druid/skaffold.yaml"; refer to the documentation on how to author valid profiles: https://skaffold.dev/docs/environment/profiles/.

@ishan16696
Copy link
Member Author

ishan16696 commented Nov 26, 2024

There is an indentation error, but the actual issue is not fixed. Not able to render the yaml

please refer to the issue: #938 which I have mentioned in the PR, I have never mentioned that this PR will fix this gcp thingy which you are referring to ... currently this PR only fixes this issue which this PR is referring to as I was unable to run make ci-e2e-kind locally.
This gcp render issue could be some separate issue, you can open a separate issue for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing Testing related kind/bug Bug needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) needs/review Needs review size/xs Size of pull request is tiny (see gardener-robot robot/bots/size.py)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to run etcd-druid e2e tests locally due to skaffold unable to parse the skaffold.yaml
6 participants