-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[WIP] Play with #5606 #5767
[WIP] Play with #5606 #5767
Conversation
Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
[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 |
/kind misc |
This seems unexpected failure given the changes, any ideas what they are all about?
|
Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
@vaikas: The following test 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/test-infra repository. I understand the commands that are listed here. |
Most of them are warning, the only error is YAML linting in the new workflow: ./.github/workflows/kind-e2e.yaml
5:16 error too many spaces inside brackets (brackets)
5:21 error too many spaces inside brackets (brackets) |
We should probably fix the warnings as they generate a lot of noise, sorry about that - not in the PR anyways. |
Since we run the full e2e tests on k8s 1.23, we probably don't need to run the smoke tests on that version. |
Perfect! Missed that. Also is that the best pipelinerun to run, I just picked one to see if anything works :) ? Looks like it's got an image baked into it and I reckon that's what's failing:
|
Or just have to configure this:
to point to registry.local:5000 Just need to figure out where to specify that. |
Maybe just run this? |
I think it would be nice to test pipeline, we could use the pipeline getting started and add it to a smoke-test.yaml example. |
@vaikas cleaning up old pull requests, feel free to reopen if you pick this up again 🙏🏾 /close |
@jerop: Closed this PR. 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. |
Signed-off-by: Ville Aikas vaikas@chainguard.dev
Changes
Just playing around for #5606
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes