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