pytorch/.ci/onnx
2023-03-09 00:00:44 +00:00
..
common.sh [BE][CI] rename .jenkins (#92845) 2023-01-25 23:47:38 +00:00
README.md [BE][CI] rename .jenkins (#92845) 2023-01-25 23:47:38 +00:00
test.sh [ONNX] Bump onnx submodule to release 1.13.1 from rc2 (#96325) 2023-03-09 00:00:44 +00:00

Jenkins

The scripts in this directory are the entrypoint for testing ONNX exporter.

The environment variable BUILD_ENVIRONMENT is expected to be set to the build environment you intend to test. It is a hint for the build and test scripts to configure Caffe2 a certain way and include/exclude tests. Docker images, they equal the name of the image itself. For example: py2-cuda9.0-cudnn7-ubuntu16.04. The Docker images that are built on Jenkins and are used in triggered builds already have this environment variable set in their manifest. Also see ./docker/jenkins/*/Dockerfile and search for BUILD_ENVIRONMENT.

Our Jenkins installation is located at https://ci.pytorch.org/jenkins/.