1. 27 Mar, 2017 2 commits
    • Nodir Turakulov's avatar
      Revert "add "generic" infra path config" · 284e34ae
      Nodir Turakulov authored
      This reverts commit 8b5b5941.
      
      Reason for revert: nothing wrong with this CL, but implementing a manual roll to build.git takes more than 20 min. I will reland this CL once my roll to build.git CL is ready
      
      Original change's description:
      > add "generic" infra path config
      > 
      > It proved to be dangerous to introduce conditional logic into recipes
      > and recipe modules to alternate between buildbot and luci modes, namely
      > it touches buildbot code paths, which can be very dangerous.
      > 
      > Instead, introduce "generic" default path config that configures
      > existing base paths from the built-in ones.
      > 
      > Also remove swarmbucket path config because it is not used.
      > 
      > R=​iannucci@chromium.org
      > BUG=660481
      > 
      > Change-Id: Ide0e1f64913fe35766b997ab5b55f01f4c63aa58
      > Reviewed-on: https://chromium-review.googlesource.com/459234
      > Commit-Queue: Nodir Turakulov <nodir@chromium.org>
      > Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
      > 
      
      TBR=iannucci@chromium.org,nodir@chromium.org,chromium-reviews@chromium.org
      NOPRESUBMIT=true
      NOTREECHECKS=true
      NOTRY=true
      BUG=660481
      
      Change-Id: If27a537689dfe3669015bcbc7a5f07ca1f5c10af
      Reviewed-on: https://chromium-review.googlesource.com/461223Reviewed-by: 's avatarNodir Turakulov <nodir@chromium.org>
      Commit-Queue: Nodir Turakulov <nodir@chromium.org>
      284e34ae
    • Nodir Turakulov's avatar
      add "generic" infra path config · 8b5b5941
      Nodir Turakulov authored
      It proved to be dangerous to introduce conditional logic into recipes
      and recipe modules to alternate between buildbot and luci modes, namely
      it touches buildbot code paths, which can be very dangerous.
      
      Instead, introduce "generic" default path config that configures
      existing base paths from the built-in ones.
      
      Also remove swarmbucket path config because it is not used.
      
      R=iannucci@chromium.org
      BUG=660481
      
      Change-Id: Ide0e1f64913fe35766b997ab5b55f01f4c63aa58
      Reviewed-on: https://chromium-review.googlesource.com/459234
      Commit-Queue: Nodir Turakulov <nodir@chromium.org>
      Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
      8b5b5941
  2. 24 Mar, 2017 1 commit
  3. 18 Nov, 2016 1 commit
    • Nodir Turakulov's avatar
      infra_paths: do nothing if path_config is not specified · 7da798be
      Nodir Turakulov authored
      Currently if path_config is not specified, infra_paths
      defaults to buildbot paths. We want to make this behavior explicit,
      so we don't have to introduce a new "luci" path configuration which
      tells infra_paths module to do nothing.
      
      Buildbot now specifies path_config=buildbot since
      https://chromium-review.googlesource.com/c/412029/ ,
      so now we can remove this default.
      
      This also affects all expectation files because this CL switches 
      the default path configuration from Buildbot to LUCI.
      In particular, it changes default git cache dir from [GIT_CACHE]
      to [CACHE]/git.
      Also code paths that work only in Buildbot environment has to 
      have a test with path_config=buildbot.
      
      R=iannucci@chromium.org, martiniss@chromium.org
      BUG=662586
      
      Change-Id: Ifeabe13e69810dd24a6deb4830699f8c9fafafae
      Reviewed-on: https://chromium-review.googlesource.com/411989
      Commit-Queue: Nodir Turakulov <nodir@chromium.org>
      Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
      7da798be
  4. 17 Nov, 2016 1 commit
  5. 29 Apr, 2016 1 commit
  6. 26 Apr, 2016 6 commits