-
Notifications
You must be signed in to change notification settings - Fork 6k
Bump goldctl #47391
Bump goldctl #47391
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -206,7 +206,7 @@ After rolling Chrome and/or Firefox, also update the CI dependencies in | |
| [ | ||
| {"dependency": "chrome_and_driver", "version": "version:107.0"}, | ||
| {"dependency": "firefox", "version": "version:83.0"}, | ||
| {"dependency": "goldctl", "version": "git_revision:3a77d0b12c697a840ca0c7705208e8622dc94603"} | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah and this readme is woefully out of date, from before the |
||
| {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} | ||
| ] | ||
| ``` | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -154,7 +154,7 @@ Iterable<dynamic> _getTestStepsForPlatform( | |
| 'test_dependencies': <dynamic>[ | ||
| <String, dynamic>{ | ||
| 'dependency': 'goldctl', | ||
| 'version': 'git_revision:dddc0623e63150cbbafdcb273d4048f329e1dd09', | ||
| 'version': 'git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd', | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @eyebrowsoffire can we get this value from
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah I think it was better when we kept this version in one single source of truth in the recipes. Between here and the ci.yaml in the framework (updated in flutter/flutter#137441), there were more than 7 different version strings. 😕
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Answering the specific question, no, there is not a way to specify these from
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. My recommendation for the engine repo would be to pull the CIPD package with
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think that sounds good. I am not at all familiar with the engine implementation of Gold, maybe @mdebbar can advise on changing it to use |
||
| }, | ||
| if (suite.runConfig.browser == BrowserName.chrome) | ||
| <String, dynamic>{ | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually this one might not be necessary at all. This task is just the
engine_v2orchestrator task (the parent task that spawns the sub-builds). It seems unlikely that any actual tests will run in the orchestrator that use skia gold.