18 lines
825 B
Markdown
18 lines
825 B
Markdown
# TensorFlow continuous integration
|
|
|
|
> **Warning** This folder is still under construction. It is part of an ongoing
|
|
> effort to improve the structure of CI and build related files within the
|
|
> TensorFlow repo. This warning will be removed when the contents of this
|
|
> directory are stable and appropriate documentation around its usage is in
|
|
> place.
|
|
|
|
Maintainer: TensorFlow DevInfra
|
|
|
|
********************************************************************************
|
|
|
|
The CI folder contains the configuration files and scripts used to build, test,
|
|
and deploy TensorFlow. This folder is typically used by continuous integration
|
|
(CI) tools to build and test TensorFlow whenever there is a change to the
|
|
code. This folder is broken into subfolders that represent the level of support
|
|
and ownership of the files contained within.
|