Skip to content
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

Return docker build for frontend and backend code outside master in CI #1422

Merged
merged 1 commit into from
Jul 20, 2022

Conversation

paskal
Copy link
Collaborator

@paskal paskal commented Jul 19, 2022

Previously we built a Docker image just for the test, but the introduction of multi-arch build in 9fbf095 build also meant the push of the image, so it was restricted only to the master branch. This change re-introduces the Docker image build outside the master branch, which is helpful in pull requests.

We recently had a few frontend PRs which broke the Docker image build silently, and that change prevents it from happening.

@paskal paskal added this to the v1.10.2 milestone Jul 19, 2022
@paskal paskal requested a review from umputun as a code owner July 19, 2022 19:35
akellbl4
akellbl4 previously approved these changes Jul 19, 2022
@paskal paskal force-pushed the dverhoturov/docker_ci_build branch 2 times, most recently from 17d3e11 to 6593059 Compare July 19, 2022 19:52
@coveralls
Copy link

coveralls commented Jul 19, 2022

Pull Request Test Coverage Report for Build 2701375423

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 84.085%

Totals Coverage Status
Change from base Build 2700908759: 0.0%
Covered Lines: 5743
Relevant Lines: 6830

💛 - Coveralls

@paskal paskal force-pushed the dverhoturov/docker_ci_build branch 7 times, most recently from fd6413b to 167060f Compare July 19, 2022 23:09
@paskal paskal requested a review from akellbl4 July 19, 2022 23:30
@paskal paskal force-pushed the dverhoturov/docker_ci_build branch from 167060f to f9b4373 Compare July 19, 2022 23:30
@paskal paskal marked this pull request as draft July 19, 2022 23:53
@paskal paskal force-pushed the dverhoturov/docker_ci_build branch from f9b4373 to 473e948 Compare July 20, 2022 00:00
@paskal paskal marked this pull request as ready for review July 20, 2022 00:07
Previously we built a Docker image just for the test,
but the introduction of multi-arch build in 9fbf095
build also meant the push of the image, so it was
restricted only to the master branch.
This change re-introduces the Docker image build
outside the master branch, which is helpful
in pull requests.

We recently had a few frontend PRs which broke
the Docker image build silently, and that change
prevents it from happening.
@paskal paskal force-pushed the dverhoturov/docker_ci_build branch from 473e948 to 21550db Compare July 20, 2022 00:09
@paskal paskal mentioned this pull request Jul 20, 2022
@umputun umputun merged commit 2d2f2ab into master Jul 20, 2022
@umputun umputun deleted the dverhoturov/docker_ci_build branch July 20, 2022 00:25
@paskal paskal changed the title Return docker build for frontend and backend code outside in CI Return docker build for frontend and backend code outside master in CI Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants