Skip to content

Re-land Luci Support for Gold#52760

Merged
fluttergithubbot merged 36 commits intoflutter:masterfrom
Piinks:relandLuci
Mar 18, 2020
Merged

Re-land Luci Support for Gold#52760
fluttergithubbot merged 36 commits intoflutter:masterfrom
Piinks:relandLuci

Conversation

@Piinks
Copy link
Copy Markdown
Contributor

@Piinks Piinks commented Mar 17, 2020

Description

This will re-land Luci support for Gold, which was reverted after it broke the dart build bot. The bot was running flutter framework tests on luci, so the change to re-land just factors in whether goldctl is available to restrict the golden test execution.

Tests

Updated luci tests.

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I signed the CLA.
  • I read and followed the Flutter Style Guide, including Features we expect every widget to implement.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I updated/added relevant documentation (doc comments with ///).
  • All existing and new tests are passing.
  • The analyzer (flutter analyze --flutter-repo) does not report any problems on my PR.
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

Did any tests fail when you ran them? Please read Handling breaking changes.

  • No, no existing tests failed, so this is not a breaking change.

@Piinks Piinks added a: tests "flutter test", flutter_test, or one of our tests c: contributor-productivity Team-specific productivity, code health, technical debt. framework flutter/packages/flutter repository. See also f: labels. CQ+1 will affect goldens Changes to golden files team-infra Owned by Infrastructure team labels Mar 17, 2020
@fluttergithubbot fluttergithubbot added the f: cupertino flutter/packages/flutter/cupertino repository label Mar 17, 2020
&& platform.environment.containsKey('GOLD_SERVICE_ACCOUNT');

final bool luciPostSubmit = platform.environment.containsKey('SWARMING_TASK_ID')
&& platform.environment.containsKey('GOLDCTL')
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was added.

&& platform.environment.containsKey('GOLD_SERVICE_ACCOUNT');

final bool luciPreSubmit = platform.environment.containsKey('SWARMING_TASK_ID')
&& platform.environment.containsKey('GOLDCTL')
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was added.

@Piinks Piinks requested a review from goderbauer March 17, 2020 20:13
@Piinks
Copy link
Copy Markdown
Contributor Author

Piinks commented Mar 17, 2020

fyi @cyanglaz @blasten @kjlubick

@kjlubick
Copy link
Copy Markdown
Contributor

:shipit:

Copy link
Copy Markdown
Member

@goderbauer goderbauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lock
Copy link
Copy Markdown

lock Bot commented Apr 2, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@lock lock Bot locked and limited conversation to collaborators Apr 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

a: tests "flutter test", flutter_test, or one of our tests c: contributor-productivity Team-specific productivity, code health, technical debt. f: cupertino flutter/packages/flutter/cupertino repository framework flutter/packages/flutter repository. See also f: labels. team-infra Owned by Infrastructure team will affect goldens Changes to golden files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants