diff options
author | Karl Ostmo <kostmo@gmail.com> | 2019-02-22 11:22:14 -0800 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2019-02-22 11:30:49 -0800 |
commit | dd3acbc6d55e8df70fbbf643ec8510c8338c7398 (patch) | |
tree | cab53d9fa172b65c574239a0ad25e80cc8fc214c /.circleci/verbatim-sources/header-section.yml | |
parent | 0c24f3754ba1108e51fb0366ccb70f8c18da6397 (diff) | |
download | pytorch-dd3acbc6d55e8df70fbbf643ec8510c8338c7398.tar.gz pytorch-dd3acbc6d55e8df70fbbf643ec8510c8338c7398.tar.bz2 pytorch-dd3acbc6d55e8df70fbbf643ec8510c8338c7398.zip |
add readme and notice at the top of config.yml (#17323)
Summary:
reorder some envars for consistency
add readme and notice at the top of config.yml
generate more yaml from Python
closes #17322
Pull Request resolved: https://github.com/pytorch/pytorch/pull/17323
Differential Revision: D14186734
Pulled By: kostmo
fbshipit-source-id: 23b2b2c1960df6f387f1730c8df1ec24a30433fd
Diffstat (limited to '.circleci/verbatim-sources/header-section.yml')
-rw-r--r-- | .circleci/verbatim-sources/header-section.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.circleci/verbatim-sources/header-section.yml b/.circleci/verbatim-sources/header-section.yml index e11155c948..294d2a6276 100644 --- a/.circleci/verbatim-sources/header-section.yml +++ b/.circleci/verbatim-sources/header-section.yml @@ -1,10 +1,12 @@ +# WARNING: DO NOT EDIT THIS FILE DIRECTLY!!! +# See the README.md in this directory. + # IMPORTANT: To update Docker image version, please first update # https://github.com/pytorch/ossci-job-dsl/blob/master/src/main/groovy/ossci/pytorch/DockerVersion.groovy and # https://github.com/pytorch/ossci-job-dsl/blob/master/src/main/groovy/ossci/caffe2/DockerVersion.groovy, -# and then search and update ":{previous_version}" in this file to the new version number, -# and **ALSO** update the version number below: -# PyTorchDockerVersion:282 -# Caffe2DockerVersion:248 +# and then update DOCKER_IMAGE_VERSION at the top of the following files: +# * cimodel/pytorch_build_definitions.py +# * cimodel/caffe2_build_definitions.py docker_config_defaults: &docker_config_defaults user: jenkins |