SamBarker commented on PR #893: URL: https://github.com/apache/flink-kubernetes-operator/pull/893#issuecomment-2450957960
I think I've finally got the excludes to align with main. *sigh* That was a lot more fuss than I wanted and doesn't end up as clean as I was hoping. However I think this represents a much cleaner way to setup test matrices. The tests are still very slow to run as each test has to build its own copies of the containers. I think thats resolvable without publishing temporary artefacts to a container registry. Some combination of [docker advice](https://docs.docker.com/build/ci/github-actions/share-image-jobs/) and GitHub [sharing data docs](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/storing-and-sharing-data-from-a-workflow) along with this [discussion](https://github.com/docker/build-push-action/issues/225). That feels like a separate PR. @gyfora could you trigger another run of the PR please (its gone green on my fork) -- 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]
