aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules
diff options
context:
space:
mode:
authorGravatar Ravi Mistry <rmistry@google.com>2018-05-15 15:46:47 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-16 14:36:54 +0000
commitfedc8476cf8e26f7bfb862c93b268431000ee371 (patch)
treec66b8ce2fbf74eeb762acc44193313b516cbf3a9 /infra/bots/recipe_modules
parent510e9e399b3de12e61c98577c32387b61f71accd (diff)
Use Chromium ToT instead of lkcr
https://chromium.googlesource.com/chromium/src/+/lkcr has not been updated in months now. CT uses Chromium ToT and has rarely run into problems because of that. Bug: skia:7917 Change-Id: I007b8f29b2320ffbc45ab5c5a75b081fbb8d7afa Reviewed-on: https://skia-review.googlesource.com/128319 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'infra/bots/recipe_modules')
-rw-r--r--infra/bots/recipe_modules/core/api.py2
-rw-r--r--infra/bots/recipe_modules/core/examples/full.expected/Housekeeper-Weekly-RecreateSKPs.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/infra/bots/recipe_modules/core/api.py b/infra/bots/recipe_modules/core/api.py
index bb1202814c..f7b5113255 100644
--- a/infra/bots/recipe_modules/core/api.py
+++ b/infra/bots/recipe_modules/core/api.py
@@ -54,7 +54,7 @@ class SkiaApi(recipe_api.RecipeApi):
chromium.name = 'src'
chromium.managed = False
chromium.url = 'https://chromium.googlesource.com/chromium/src.git'
- chromium.revision = 'origin/lkcr'
+ chromium.revision = 'origin/master'
main_repo = self.m.properties['repository']
if self.m.vars.need_flutter_checkout:
diff --git a/infra/bots/recipe_modules/core/examples/full.expected/Housekeeper-Weekly-RecreateSKPs.json b/infra/bots/recipe_modules/core/examples/full.expected/Housekeeper-Weekly-RecreateSKPs.json
index f77b023f39..f3980c9d00 100644
--- a/infra/bots/recipe_modules/core/examples/full.expected/Housekeeper-Weekly-RecreateSKPs.json
+++ b/infra/bots/recipe_modules/core/examples/full.expected/Housekeeper-Weekly-RecreateSKPs.json
@@ -47,7 +47,7 @@
"--revision",
"skia@abc123",
"--revision",
- "src@origin/lkcr"
+ "src@origin/master"
],
"cwd": "[START_DIR]/cache/work",
"env_prefixes": {
@@ -63,7 +63,7 @@
"@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
"@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"skia\": \"abc123\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"src\": \"origin/lkcr\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"src\": \"origin/master\"@@@",
"@@@STEP_LOG_LINE@json.output@ }, @@@",
"@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"skia\": {@@@",