mumrah commented on PR #17397: URL: https://github.com/apache/kafka/pull/17397#issuecomment-2405350969
> Do you mean we'll have a specific test-catalog branch containing only YAML files? Yes, exactly. The branch will only have the test catalog files and no history otherwise (i.e., an orphaned branch). This is the same approach the GitHub Pages uses with the `gh-pages` branch. Here is an outdated example from my fork: https://github.com/mumrah/kafka/tree/test-metrics/ > How, when, and who is allowed to push commits to test-catalog? My plan is to have the trunk CI build run an additional job after "test" which checks out this branch, copies in the newly generated YAML files, commits changes (if any), and pushes. I don't anticipate committers needing to deal with this file directly. Since it's a regular branch, any committer _can_ modify it, but probably shouldn't. > should we add prefix to those connect modules? Hm, seems the upload-artifact action is doing something weird to our paths. I'll investigate. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
