-
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
Release Pipeline failing #5174
Comments
I tried the failing command |
cc @jerop |
another release pipeline failure reported in #5175 |
Ok, via Lines 97 to 113 in 94055d9
That said, it doesn't even try to build Windows images without that base image override. I'm trying rebuilding the |
Dang, still failed with 1.18.3. |
Ah-ha!
to
definitely breaks compilation. I think we may need to revert #4882, if there isn't a quick fix. |
cc @tektoncd/core-maintainers to see what people's thoughts are as to how we should move forward. |
The windows entrypoint struct has not been changed, so I think an option could be to make the code able to cope with the windows version too, and declare in the release notes that the feature is not available on Windows for now. Alternatively we could revert the change. |
To get this to build, add Then to @afrittoli's point we probably need to add code specific to Windows to fail if these fields are set with a helpful error message indicating they're not supported on Windows. |
closes tektoncd#5174 This fixes the release pipeline issue with building `cmd/entrypoint` on Windows, and returns an error if `StdoutPath` or `StderrPath` are specified in a Windows step. Signed-off-by: Andrew Bayer <[email protected]>
closes #5174 This fixes the release pipeline issue with building `cmd/entrypoint` on Windows, and returns an error if `StdoutPath` or `StderrPath` are specified in a Windows step. Signed-off-by: Andrew Bayer <[email protected]>
Hmmm....I'm surprised we did not catch this in our nightly builds |
I thought the nightly build pipeline and our release pipeline were the exact same..but looks like that's not true Opened #5191 |
Expected Behavior
Release pipeline works
Actual Behavior
Pipeline fails at the run-ko step:
Steps to Reproduce the Problem
Additional Info
Full logs: https://gist.github.com/dibyom/81be5cb43e342cbcb77b9bea0926e0a3
Run: https://dashboard.dogfooding.tekton.dev/#/namespaces/default/pipelineruns/pipeline-release-run-z8vht?pipelineTask=publish-images
Go version: 1.17.8
The text was updated successfully, but these errors were encountered: