Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

fix: docker image caching #141

Merged
merged 7 commits into from
Jan 29, 2020
Merged

fix: docker image caching #141

merged 7 commits into from
Jan 29, 2020

Conversation

coryan
Copy link
Contributor

@coryan coryan commented Jan 28, 2020

The ci/kokoro/docker/Dockerfile.ubuntu-install file had a bug that would cause the
image rebuild to fail: it ran with -j <nothing> which launches too many compiler
instances, they crash, and the build would fail.

In addition to making the build too slow, this stopped the Docker image cache from
being refreshed. Which kept the build slow. And for extra fun it caused the CheckAPI
fixes that @mr-salty made in #139 not work.

I think this fixes #137

This change is Reviewable

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 28, 2020
@codecov
Copy link

codecov bot commented Jan 28, 2020

Codecov Report

Merging #141 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #141   +/-   ##
=======================================
  Coverage   96.36%   96.36%           
=======================================
  Files          82       82           
  Lines        3660     3660           
=======================================
  Hits         3527     3527           
  Misses        133      133

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e958617...ac9747a. Read the comment docs.

@coryan coryan changed the title fix: update API baseline fix: docker image caching Jan 29, 2020
@coryan coryan marked this pull request as ready for review January 29, 2020 13:43
Copy link
Contributor

@mr-salty mr-salty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm: thanks for digging into this!

Reviewable status: 0 of 4 files reviewed, all discussions resolved (waiting on @devbww, @devjgm, @mr-salty, and @scotthart)

@coryan coryan merged commit 3e0a7e7 into googleapis:master Jan 29, 2020
@coryan coryan deleted the update-api-baseline branch January 29, 2020 14:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI builds are slow due to long Docker image build times
3 participants