[Buildbot-commits] [buildbot/buildbot] da6884: Support tagging instances after they have launched...

GitHub noreply at github.com
Mon Apr 7 02:36:58 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: da68844db46523bb330a20e58e3166cb897abfdd
      https://github.com/buildbot/buildbot/commit/da68844db46523bb330a20e58e3166cb897abfdd
  Author: Konstantinos Koukopoulos <kk at longaccess.com>
  Date:   2014-02-14 (Fri, 14 Feb 2014)

  Changed paths:
    M master/buildbot/buildslave/ec2.py

  Log Message:
  -----------
  Support tagging instances after they have launched.


  Commit: f0c4e318f31d8909fbcc5d938a542ea6c43fb359
      https://github.com/buildbot/buildbot/commit/f0c4e318f31d8909fbcc5d938a542ea6c43fb359
  Author: Konstantinos Koukopoulos <koukopoulos at gmail.com>
  Date:   2014-02-24 (Mon, 24 Feb 2014)

  Changed paths:
    A master/buildbot/test/unit/test_buildslave_ec2.py
    M master/setup.py

  Log Message:
  -----------
  add some unit tests for EC2LatentBuildSlave


  Commit: 0d92692207948d84d3addef52a1d7a4ae48fc510
      https://github.com/buildbot/buildbot/commit/0d92692207948d84d3addef52a1d7a4ae48fc510
  Author: Konstantinos Koukopoulos <koukopoulos at gmail.com>
  Date:   2014-02-24 (Mon, 24 Feb 2014)

  Changed paths:
    M master/buildbot/test/unit/test_buildslave_ec2.py

  Log Message:
  -----------
  make botoSetup return connection


  Commit: 17b9fb979dc5a75856db3f14b39b6d3ff8a9133b
      https://github.com/buildbot/buildbot/commit/17b9fb979dc5a75856db3f14b39b6d3ff8a9133b
  Author: Konstantinos Koukopoulos <koukopoulos at gmail.com>
  Date:   2014-02-24 (Mon, 24 Feb 2014)

  Changed paths:
    M master/buildbot/buildslave/ec2.py

  Log Message:
  -----------
  don't call create_tags unecessarily


  Commit: d73c8c9d811155de67fd8a628bc0746f039b1147
      https://github.com/buildbot/buildbot/commit/d73c8c9d811155de67fd8a628bc0746f039b1147
  Author: Konstantinos Koukopoulos <koukopoulos at gmail.com>
  Date:   2014-02-24 (Mon, 24 Feb 2014)

  Changed paths:
    M master/buildbot/test/unit/test_buildslave_ec2.py

  Log Message:
  -----------
  test start_instance with tags


  Commit: aad90eb3869698e9614aa940a8fd39f3441ef28e
      https://github.com/buildbot/buildbot/commit/aad90eb3869698e9614aa940a8fd39f3441ef28e
  Author: Konstantinos Koukopoulos <kk at longaccess.com>
  Date:   2014-02-24 (Mon, 24 Feb 2014)

  Changed paths:
    M master/CREDITS
    M master/docs/manual/cfg-buildslaves.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  document tags parameter for EC2LatentBuildSlave


  Commit: 0c60b083d0965165f277b5c93200b02fb48f4ca9
      https://github.com/buildbot/buildbot/commit/0c60b083d0965165f277b5c93200b02fb48f4ca9
  Author: Konstantinos Koukopoulos <koukopoulos at gmail.com>
  Date:   2014-02-26 (Wed, 26 Feb 2014)

  Changed paths:
    M master/buildbot/test/unit/test_buildslave_ec2.py

  Log Message:
  -----------
  skip ec2 buildslave tests if moto not found


  Commit: fd02b0d77cc7c5a983b6ace9a636c074656febca
      https://github.com/buildbot/buildbot/commit/fd02b0d77cc7c5a983b6ace9a636c074656febca
  Author: Konstantinos Koukopoulos <koukopoulos at gmail.com>
  Date:   2014-02-26 (Wed, 26 Feb 2014)

  Changed paths:
    M master/setup.py

  Log Message:
  -----------
  remove moto dependency from setup.py


  Commit: 4b69155964925c50b5999230099a84e616385263
      https://github.com/buildbot/buildbot/commit/4b69155964925c50b5999230099a84e616385263
  Author: Konstantinos Koukopoulos <koukopoulos at gmail.com>
  Date:   2014-02-26 (Wed, 26 Feb 2014)

  Changed paths:
    M master/buildbot/test/unit/test_buildslave_ec2.py

  Log Message:
  -----------
  skip ec2 buildslave tests if moto version is not up to date


  Commit: a703f2e4543fe0c579457867bbfa6f6d72b6e5dd
      https://github.com/buildbot/buildbot/commit/a703f2e4543fe0c579457867bbfa6f6d72b6e5dd
  Author: Konstantinos Koukopoulos <koukopoulos at gmail.com>
  Date:   2014-02-26 (Wed, 26 Feb 2014)

  Changed paths:
    M master/setup.py

  Log Message:
  -----------
  add lost comma to setup.py


  Commit: 00f32b08fb223a21263612c24a0ce0dc687288cd
      https://github.com/buildbot/buildbot/commit/00f32b08fb223a21263612c24a0ce0dc687288cd
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-04-06 (Sun, 06 Apr 2014)

  Changed paths:
    M master/CREDITS
    M master/buildbot/buildslave/ec2.py
    A master/buildbot/test/unit/test_buildslave_ec2.py
    M master/docs/manual/cfg-buildslaves.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge longaccess/buildbot:tags (PR #1067)


  Commit: dbd19fabbe13bb9a24d7299bda3130d269686a67
      https://github.com/buildbot/buildbot/commit/dbd19fabbe13bb9a24d7299bda3130d269686a67
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-04-06 (Sun, 06 Apr 2014)

  Changed paths:
    M master/buildbot/buildslave/ec2.py
    M master/buildbot/test/unit/test_buildslave_ec2.py

  Log Message:
  -----------
  Actually skip tests when boto's not installed

+autopep8


Compare: https://github.com/buildbot/buildbot/compare/c1652f9725f5...dbd19fabbe13


More information about the Commits mailing list