-
Notifications
You must be signed in to change notification settings - Fork 139
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: on cluster build - workaround for Tekton issue with empty array #1214
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1214 +/- ##
==========================================
- Coverage 45.42% 45.36% -0.06%
==========================================
Files 68 68
Lines 9718 9723 +5
==========================================
- Hits 4414 4411 -3
- Misses 4912 4919 +7
- Partials 392 393 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
4609b7c
to
71a8d65
Compare
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.
just one minor nit. besides that it looks ok to me
e2e test fails because of issue fixed in #1213 |
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.
/lgtm
Assuming the E2Es pass of course
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lkingland, zroubalik The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Zbynek Roubalik <[email protected]>
@lkingland could you please LGTM again, I rebased this and e2e tests are passing. |
/lgtm |
Signed-off-by: Zbynek Roubalik [email protected]
Need to hack empty BuildEnvs array on Tekton v0.39.0+ untill tektoncd/pipeline#5149 is resolved and released.
Withouth this change on-cluster-builds fail on Tekton v0.39.0+ if there is not any Build Env specifed.
Changes
/kind bug