Closed sjd78 closed 6 months ago
Note: This PR should be backported to release-0.3 and release-0.4 to help protect the active release branches.
Example of the action run against test PRs in my fork:
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 41.22%. Comparing base (
b654645
) to head (655deda
). Report is 138 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In the future it would be nice to include this capability into
konveyor/release-tools/.github/workflows/build-push-images.yaml@main
.
If you could document what you mean in an issue against the repo (because it isn't immediately obvious how I could put this into the reusable workflow in a way that benefits everyone) that would be supremely helpful to me.
If the workflow is run from a PR, and the PR includes a change to the
Dockerfile
orpackage-lock.json
, then run image builds for all of our target platforms.The images are built but not pushed to any repository.
We want to be reasonably sure that any major build file changes will not cause the image-build-and-push on PR merge workflow to break. Doing the image build here should reveal most problems much earlier. For example, a npm version update in the build container could break github action
nofiles
or network access capabilities for the npm install.See #1742, #1746, and #1781 for some other examples of when this check could have caught issues before a PR merge.
Supports: #1883