pytorch/.ci/caffe2
Anthony Shoumikhin 7d39e73c57 Fix more URLs (#153277)
Or ignore them.
Found by running the lint_urls.sh script locally with https://github.com/pytorch/pytorch/pull/153246

Pull Request resolved: https://github.com/pytorch/pytorch/pull/153277
Approved by: https://github.com/malfet
2025-05-14 16:23:50 +00:00
..
common.sh [BE][CI] change references from .jenkins to .ci (#92624) 2023-01-30 22:50:07 +00:00
README.md Fix more URLs (#153277) 2025-05-14 16:23:50 +00:00
test.sh [ROCm] Fixes to enable VM-based MI300 CI runners (#152133) 2025-04-25 18:06:48 +00:00

Jenkins

The scripts in this directory are the entrypoint for testing Caffe2.

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.