Skip to content

Commit 8061053

Browse files
erock2112Skia Commit-Bot
authored andcommitted
[infra] Flutter bot should sync to origin/skia-master
Bug: skia: Change-Id: I223bef522ff8605674f4ecabcbd0624cfc92cb06 Reviewed-on: https://skia-review.googlesource.com/c/173224 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Eric Boren <borenet@google.com>
1 parent ef4047d commit 8061053

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

infra/bots/recipe_modules/checkout/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def bot_update(self, checkout_root, gclient_cache=None,
9494
if checkout_flutter:
9595
# Skia is a DEP of Flutter; the 'revision' property is a Skia revision,
9696
# and any patch should be applied to Skia, not Flutter.
97-
main.revision = 'origin/master'
97+
main.revision = 'origin/skia-master'
9898
main.managed = True
9999
m[main_name] = 'got_flutter_revision'
100100
if flutter_android:

infra/bots/recipe_modules/checkout/examples/full.expected/flutter_trybot.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"--patch_ref",
4848
"https://skia.googlesource.com/skia.git@refs/changes/89/456789/12",
4949
"--revision",
50-
"src/flutter@origin/master",
50+
"src/flutter@origin/skia-master",
5151
"--revision",
5252
"src/third_party/skia@abc123"
5353
],
@@ -64,7 +64,7 @@
6464
"@@@STEP_LOG_LINE@json.output@{@@@",
6565
"@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
6666
"@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
67-
"@@@STEP_LOG_LINE@json.output@ \"src/flutter\": \"origin/master\", @@@",
67+
"@@@STEP_LOG_LINE@json.output@ \"src/flutter\": \"origin/skia-master\", @@@",
6868
"@@@STEP_LOG_LINE@json.output@ \"src/third_party/skia\": \"abc123\"@@@",
6969
"@@@STEP_LOG_LINE@json.output@ }, @@@",
7070
"@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",

infra/bots/recipes/compile.expected/Build-Debian9-GCC-x86_64-Release-Flutter_Android.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"--output_json",
4646
"/path/to/tmp/json",
4747
"--revision",
48-
"src/flutter@origin/master",
48+
"src/flutter@origin/skia-master",
4949
"--revision",
5050
"src/third_party/skia@abc123"
5151
],
@@ -62,7 +62,7 @@
6262
"@@@STEP_LOG_LINE@json.output@{@@@",
6363
"@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
6464
"@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
65-
"@@@STEP_LOG_LINE@json.output@ \"src/flutter\": \"origin/master\", @@@",
65+
"@@@STEP_LOG_LINE@json.output@ \"src/flutter\": \"origin/skia-master\", @@@",
6666
"@@@STEP_LOG_LINE@json.output@ \"src/third_party/skia\": \"abc123\"@@@",
6767
"@@@STEP_LOG_LINE@json.output@ }, @@@",
6868
"@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",

0 commit comments

Comments
 (0)