ops: Build cleanups#2283
Conversation
|
Codecov Report
@@ Coverage Diff @@
## develop #2283 +/- ##
============================================
+ Coverage 80.08% 96.15% +16.07%
============================================
Files 77 51 -26
Lines 2460 1508 -952
Branches 450 229 -221
============================================
- Hits 1970 1450 -520
+ Misses 490 58 -432
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
b1d58ae to
e3be1fb
Compare
|
Since the builder is being removed, the concept of builder can be taken out of |
|
Can confirm that a simple |
e3be1fb to
b7510ce
Compare
|
Cool! Updated to fix |
|
Also confirming that |
Cleans up a bunch of configuration in `ops/`, in preparation for switching most of our build configuration to CircleCI. Changes include: 1. Removing the "builder image" concept in favor of a single multi-target Dockerfile. Once this goes live on CircleCI, we'll be able to leverage Docker Layer caching more effectively. 2. Fixes the nightly build, which is currently failing on the legacy batch submitter. 3. Removes the legacy rpc-proxy since it isn't used anywhere anymore. 4. Re-enables CODEOWNERS. 5. Removes the `docker-compose-nobuild.yml` file, since the main `docker-compose.yml` file now supports images and builds. Meta: - Fixes ENG-1838
b7510ce to
0fb3050
Compare
Cleans up a bunch of configuration in
ops/, in preparation for switching most of our build configuration to CircleCI. Changes include:docker-compose-nobuild.ymlfile, since the maindocker-compose.ymlfile now supports images and builds.Meta: