Commit graph

7 commits

Author SHA1 Message Date
Esun Kim
4b55bf790e
[CI] Updated the doc & labler. (#3427)
* Updated CI 2

* Updated

* Updated 2
2026-02-09 23:07:36 -08:00
Pauline Sho
7578727ce8
Improve documentation for testing with Docker (#1154)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-05-24 17:39:01 +00:00
jwithers
842768675c
updating docs to include merge queue details (#1063)
Co-authored-by: Pauline Sho <psho@google.com>
2022-04-20 19:33:02 +00:00
Ryan Kuester
1d43008368
Small fix to broken link in CI doc (#746) 2021-11-29 19:46:05 +00:00
Advait Jain
6cb1580846
Update to the latest buildifier release. (#633)
* Update to the latest buildifier release.

For the previous buildifier version, the exit code would always be 0
(regardless of whether files needed formatting or not).

Manually confirmed that with version 4.2.3 the test_code_style.sh script
correctly errors out when a BUILD file has formatting errors (and that
it doesn't with the previous version).

Also,
 * Updated the docker container and pointing to the new container.
 * Fix the formatting errors in .bzl file that crept in because this check was not working in OSS.

BUG=http://b/203803273

* Exclude the downloads directory.

* Updated docs based on review comments.
2021-10-27 22:46:49 +00:00
Advait Jain
762ff80073
Groundwork to enable python format checks (via yapf) as part of the CI. (#314)
With this change:
 * we are set up to use yapf as part of the docker container
 * pigweed patch is updated to use the google Python style (pep8 with indent of 2 spaces)
 * some documentation updates.

The code still needs to be formatted, and then the Python formatting check will be turned on as part of ci.

BUG=http://b/194404216
2021-07-22 21:21:00 +00:00
Advait Jain
6c7bd6436f
Workflow to sync code from github.com/tensorflow/tensorflow (#35) 2021-04-29 20:10:20 +00:00