1. 14 Sep, 2020 2 commits
    • Grzegorz Bizon's avatar
      Make it possible to persist a final build trace chunk · 8970f01f
      Grzegorz Bizon authored
      Build trace chunk is considered to be final (is the last part of a build
      log and we do not expect it to ever become full) when a runner submitted
      a build pending state and there is no chunk with higher index in the
      database.
      8970f01f
    • Grzegorz Bizon's avatar
      Add support for storing build pending state · 62a2b486
      Grzegorz Bizon authored
      Build pending state is a final build state that has been submitted by a
      runner, but because of various tasks that still need to be performed we
      have told the runner that it needs to retry and send the state again.
      We still store the first state submitted in case of a runner failure or
      a runner behaving incorrectly (for example - when it is submitting a
      different state in subsequent requests).
      62a2b486
  2. 10 Sep, 2020 38 commits