test: improve how we set PUBLISH_UI#1233
Conversation
WalkthroughChanged Makefile defaults and a test target: Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (2)📓 Common learnings📚 Learning: 2025-12-11T16:29:29.356ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
|
||
|
|
||
| PUBLISH_UI ?= false | ||
| PUBLISH_UI ?= true |
There was a problem hiding this comment.
Shouldn't it be the other way around? false by default but if CLONEREFS_OPTIONS then set it to true?
There was a problem hiding this comment.
When running in CI (CLONEREFS_OPTIONS set), we want PUBLISH_UI to false. Because we will push it in a GH action through this make target: https://github.com/codeready-toolchain/toolchain-e2e/blob/master/make/test.mk#L295-L304
There was a problem hiding this comment.
ah ok, thanks for the explanation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: MatousJobanek, rsoaresd The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|



Description
Summary by CodeRabbit
Chores
Tests
✏️ Tip: You can customize this high-level summary in your review settings.