Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions kokoro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ This is the configuration for the `flutter-intellij-kokoro` job. Currently, the
`gcp_windows` config is ignored; when this project was under active development
the Windows support was not adequate. The `macos_external` config is used
to do CI activities. It runs unit tests on presubmit and commit, checks the code
for compilation problems in all supported IDEs, and performs a weekly dev-channel
for compilation problems in all supported IDEs, and performs a daily dev-channel
build (fully automated).

Kokoro jobs run on the internal Google infrastructure. See
https://developers.google.com/marketing/engineering/tools/kokoro
for more about it. It has no special permissions.

It is maintained by the Dart DevTools team. Currently, the primary contacts
are stevemessick and helin24 (GitHub ids).
Loading