タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

bazeに関するteppeisのブックマーク (1)

  • Continuous integration and deployment with Bazel

    Dropbox server-side software lives in a large monorepo. One lesson we’ve learned scaling the monorepo is to minimize the number of global operations that operate on the repository as a whole. Years ago, it was reasonable to run our entire test corpus on every commit to the repository. This scheme became untenable as we added more tests. One obvious inefficiency is the pointless and wasteful execut

    Continuous integration and deployment with Bazel
    teppeis
    teppeis 2019/12/15
    Dropboxでのmonorepoのテスト削減について。bazel queryで影響範囲の限定、複数コミットをまとめて各影響範囲のテストケースの和集合をまとめて実施して二分探索で原因特定、リリーステストの実施など
  • 1