[Buildbot-commits] [buildbot/buildbot] 8be2ec: oldsource:repo: fix failure cases

noreply at github.com noreply at github.com
Thu Dec 15 02:27:55 UTC 2011


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot

  Commit: 8be2ecd070caf8f561e645ad9db1419e583ec4fc
      https://github.com/buildbot/buildbot/commit/8be2ecd070caf8f561e645ad9db1419e583ec4fc
  Author: Pierre Tardy <tardyp at gmail.com>
  Date:   2011-12-14 (Wed, 14 Dec 2011)

  Changed paths:
    M master/buildbot/steps/source/oldsource.py

  Log Message:
  -----------
  oldsource:repo: fix failure cases

interrupt + failure was not making buildbot happy
we just need to fail, not also to interrupt..

Signed-off-by: Pierre Tardy <tardyp at gmail.com>


  Commit: 8c1376ada06b6c5b74ddad28dc1d5d2c5c5193ee
      https://github.com/buildbot/buildbot/commit/8c1376ada06b6c5b74ddad28dc1d5d2c5c5193ee
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2011-12-14 (Wed, 14 Dec 2011)

  Changed paths:
    M master/buildbot/steps/source/oldsource.py

  Log Message:
  -----------
  oldsource:repo: put a specific status when failed to repo download

So that it is easier for statistic scripting.
We can differenciate from patches that dont apply failure
against other infrastructure related failure

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


  Commit: 6205898b273bd470f3c1eb2316f2c0c26bebe608
      https://github.com/buildbot/buildbot/commit/6205898b273bd470f3c1eb2316f2c0c26bebe608
  Author: Pierre Tardy <tardyp at gmail.com>
  Date:   2011-12-14 (Wed, 14 Dec 2011)

  Changed paths:
    M slave/buildslave/commands/repo.py

  Log Message:
  -----------
  slave:repo: error recovery cleanup fixes

    We try our best to recover from previous build
    error. This leaded to several cleanups steps
    It is more simple to merge all those steps into
    one shell script
    The resulting code is more readable, and there is
    less polution (envvar dump and co) in the stdio log.

    part of this commit was wrongly squashed into:
    3b3ed8d3bf450b943b687281c5acc3c441761ddb
    and merged. this commit is the rest of the error
    recovery cleanup

Signed-off-by: Pierre Tardy <tardyp at gmail.com>


  Commit: a1aeb88063f6696714f1dfa0db7fcbec9f3e66ca
      https://github.com/buildbot/buildbot/commit/a1aeb88063f6696714f1dfa0db7fcbec9f3e66ca
  Author: Pierre Tardy <tardyp at gmail.com>
  Date:   2011-12-14 (Wed, 14 Dec 2011)

  Changed paths:
    M slave/buildslave/commands/repo.py

  Log Message:
  -----------
  slave:repo: simplify the external cmd call

We had one method per external cmd call
Now we only have one generic method, that can call several
different cmds.

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


  Commit: dca4d67453dffc7776f57fb15ddbfcd9cdb9a7ce
      https://github.com/buildbot/buildbot/commit/dca4d67453dffc7776f57fb15ddbfcd9cdb9a7ce
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2011-12-14 (Wed, 14 Dec 2011)

  Changed paths:
    M master/buildbot/status/status_gerrit.py
  M master/docs/manual/cfg-statustargets.rst
  M master/docs/release-notes.rst

  Log Message:
  -----------
  status_gerrit: add global status in the callback

to be able to send some logs to gerrit

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


Compare: https://github.com/buildbot/buildbot/compare/f1c1361...dca4d67




More information about the Commits mailing list