1. 31 Aug, 2023 1 commit
    • Evan W. Patton's avatar
      Move Resources back to using static map · a14551e4
      Evan W. Patton authored
      Earlier versions of the build server used a shared map of resources
      names to files on disk. Those files only ever got deleted when the
      server was shut down and otherwise were just reused between
      builds. After refactoring, the map was changed to a per build
      resource, but the resulting files were not appropriately cleaned up at
      the end of a build. This would eventually lead to the buildserver
      running out of disk space and silently failing builds.
      
      This commit reverts the semantics of the resource map to be a single
      shared resource across all build threads, with the resources only
      being cleaned up at server shutdown.
      
      Change-Id: I374e88c5a08a81e7904f072b42b89f4468c9f646
      a14551e4
  2. 29 Aug, 2023 9 commits
  3. 22 Aug, 2023 1 commit
  4. 21 Aug, 2023 4 commits
  5. 19 Aug, 2023 1 commit
  6. 18 Aug, 2023 4 commits
  7. 17 Aug, 2023 1 commit
  8. 16 Aug, 2023 2 commits
  9. 14 Aug, 2023 1 commit
  10. 11 Aug, 2023 6 commits
  11. 10 Aug, 2023 2 commits
  12. 08 Aug, 2023 1 commit
  13. 04 Aug, 2023 1 commit
  14. 27 Jul, 2023 1 commit
  15. 10 Jul, 2023 1 commit
  16. 30 Jun, 2023 2 commits
  17. 29 Jun, 2023 1 commit
  18. 20 Jun, 2023 1 commit