Skip to content

Conversation

@godofredoc
Copy link
Contributor

Both cocoon and engine are ready to start running luci presubmit tests
automatically. This add support for cocoon repo and removes the need for
CQ+1 on engine commits.

flutter/flutter#43348

@godofredoc godofredoc added CQ+1 and removed CQ+1 labels Dec 20, 2019
Both cocoon and engine are ready to start running luci presubmit tests
automatically. This add support for cocoon repo and removes the need for
CQ+1 on engine commits.

flutter/flutter#43348
@godofredoc
Copy link
Contributor Author

This is an updated version of #572 which was reverted.

Copy link
Contributor

@digiter digiter left a comment

Choose a reason for hiding this comment

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

LGTM

return response.builds;
} else {
return <Build>[];
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Could be simplified to return response.builds ?? <Build>[];

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

@godofredoc godofredoc merged commit 8c443dd into flutter:master Dec 20, 2019
keyonghan added a commit that referenced this pull request Dec 27, 2019
@godofredoc godofredoc deleted the enable_presubmit_engine_cocoon branch May 9, 2020 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants