Remove references to cirrus, mostly in doc comments. (#161529)

Towards https://github.com/flutter/flutter/issues/161387.
This commit is contained in:
Matan Lurey
2025-01-13 15:49:04 -08:00
committed by GitHub
parent 366ed7f972
commit d102e1197e
6 changed files with 6 additions and 14 deletions

View File

@@ -168,7 +168,7 @@ void main() {
_Comparator.skip,
);
// On Luci, with Gold, post-submit. Flutter root and Cirrus variables should have no effect.
// On Luci, with Gold, post-submit. Flutter root has no effect.
expect(_testRecommendations(os: 'linux', hasGold: true, hasLuci: true), _Comparator.post);
expect(
_testRecommendations(os: 'linux', hasGold: true, hasLuci: true, hasFlutterRoot: true),