New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 630815 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Jul 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Consolidate recipe rollers to internal one only

Project Member Reported by martiniss@chromium.org, Jul 23 2016

Issue description

This allows for the autoroller to know more about the world, so that it doesn't complain about unrolled projects which are actually in the process of being rolled.

Now that I think about it, I'm not actually sure this will end up working; let me do some tests.
 
Actually, this wouldn't solve the problem. 

https://build.chromium.org/p/chromium.infra.cron/builders/recipe-autoroller-public/builds/15864 fails with the same kinds of errors that the internal one is failing with.

{
  "picked_roll_details": null, 
  "rejected_candidates_details": [
    {
      "commit_infos": {
        "depot_tools": [
          {
            "author": "machenbach@chromium.org", 
            "message": "Enable testing ICU CLs on chromium trybots\n\nBUG=631575\n\nReview-Url: https://codereview.chromium.org/2183393002", 
            "repo_id": "depot_tools", 
            "revision": "1278dbd127a620c8bdc96f258bf5ead4031c444b"
          }
        ]
      }, 
      "spec": "api_version: 1\nproject_id: \"infra\"\nrecipes_path: \"recipes\"\ndeps {\n  project_id: \"build\"\n  url: \"https://chromium.googlesource.com/chromium/tools/build.git\"\n  branch: \"master\"\n  revision: \"958c3a0b228a26aa853c9a6ae421a48da11947a0\"\n}\ndeps {\n  project_id: \"depot_tools\"\n  url: \"https://chromium.googlesource.com/chromium/tools/depot_tools.git\"\n  branch: \"master\"\n  revision: \"1278dbd127a620c8bdc96f258bf5ead4031c444b\"\n}\ndeps {\n  project_id: \"recipe_engine\"\n  url: \"https://chromium.googlesource.com/external/github.com/luci/recipes-py.git\"\n  branch: \"master\"\n  revision: \"7f3ae3a4fae4e71019d3434f8c1aa786bccb0e06\"\n}\n"
    }
  ], 
  "roll_details": [], 
  "success": false, 
  "trivial": null
}
Status: WontFix (was: Started)

Sign in to add a comment