README.md
1# Jenkins
2
3The scripts in this directory are the entrypoint for testing ONNX exporter.
4
5The environment variable `BUILD_ENVIRONMENT` is expected to be set to
6the build environment you intend to test. It is a hint for the build
7and test scripts to configure Caffe2 a certain way and include/exclude
8tests. Docker images, they equal the name of the image itself. For
9example: `py2-cuda9.0-cudnn7-ubuntu16.04`. The Docker images that are
10built on Jenkins and are used in triggered builds already have this
11environment variable set in their manifest. Also see
12`./docker/jenkins/*/Dockerfile` and search for `BUILD_ENVIRONMENT`.
13
14Our Jenkins installation is located at https://ci.pytorch.org/jenkins/.
15