Create the new CI directory for TensorFlow.

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.

PiperOrigin-RevId: 538283635
This commit is contained in:
Michael Hudgins 2023-06-06 13:56:56 -07:00 committed by TensorFlower Gardener
parent 45e242ad73
commit d6b8a30497
3 changed files with 51 additions and 0 deletions

17
ci/README.md Normal file
View File

@ -0,0 +1,17 @@
# 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.

17
ci/devinfra/README.md Normal file
View File

@ -0,0 +1,17 @@
# DevInfra CI Directory
> **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
Issue Reporting: File an issue against this repo and tag
[@devinfra](https://github.com/orgs/tensorflow/teams/devinfra)
********************************************************************************
A directory for build and CI related scripts and jobs managed by the TensorFlow
DevInfra team but not part of the official build, test, or release process.

17
ci/official/README.md Normal file
View File

@ -0,0 +1,17 @@
# Official CI Directory
> **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 and TensorFlow DevInfra
Issue Reporting: File an issue against this repo and tag
[@devinfra](https://github.com/orgs/tensorflow/teams/devinfra)
********************************************************************************
A directory for build and CI related scripts and jobs that are used and
monitored as part of the official TensorFlow build, test, and release process.