summaryrefslogtreecommitdiff
path: root/.circleci
AgeCommit message (Collapse)AuthorFilesLines
2019-04-15produce diagram for caffe2 build matrix (#18517)Karl Ostmo6-222/+315
Summary: This PR splits the configuration tree data from the logic used to construct the tree, for both `pytorch` and `caffe2` build configs. Caffe2 configs are also now illustrated in a diagram. Pull Request resolved: https://github.com/pytorch/pytorch/pull/18517 Differential Revision: D14936170 Pulled By: kostmo fbshipit-source-id: 7b40a88512627377c5ea0f24765dabfef76ca279
2019-04-13Update docker images to use ROCm 2.3 (#19231)Junjie Bai2-22/+22
Summary: xw285cornell petrex iotamudelta https://ci.pytorch.org/jenkins/job/caffe2-builds/job/py2-clang7-rocmdeb-ubuntu16.04-trigger-test/24676/ https://ci.pytorch.org/jenkins/job/caffe2-builds/job/py2-devtoolset7-rocmrpm-centos7.5-trigger-test/17679/ https://ci.pytorch.org/jenkins/job/pytorch-builds/job/py2-clang7-rocmdeb-ubuntu16.04-trigger/24652/ https://ci.pytorch.org/jenkins/job/pytorch-builds/job/py2-devtoolset7-rocmrpm-centos7.5-trigger/9943/ Pull Request resolved: https://github.com/pytorch/pytorch/pull/19231 Differential Revision: D14928580 Pulled By: bddppq fbshipit-source-id: 025b0affa6bcda6ee9f823dfc6c2cf8b92e71027
2019-04-12Pin nvidia-container-runtime version (#19195)Will Feng2-0/+2
Summary: This PR is to fix the CI error: ``` nvidia-docker2 : Depends: nvidia-container-runtime (= 2.0.0+docker18.09.4-1) but 2.0.0+docker18.09.5-1 is to be installed E: Unable to correct problems, you have held broken packages. Exited with code 100 ``` Pull Request resolved: https://github.com/pytorch/pytorch/pull/19195 Differential Revision: D14913104 Pulled By: yf225 fbshipit-source-id: d151205f5ffe9cac7320ded3c25baa7e051c3623
2019-04-09Debugging: Increase process reporting for apt/dpkg. (#18880)Edward Yang2-4/+4
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/18880 ghimport-source-id: b43a33c12df379ec75c1fd4c713c1fc723a763e1 Differential Revision: D14856296 Pulled By: ezyang fbshipit-source-id: 30691eb14dddfe998b2605b416aaa1b14d1b6ad5
2019-04-09move nightlies to 1.1.0xxxSoumith Chintala2-4/+4
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/19069 Differential Revision: D14854600 Pulled By: soumith fbshipit-source-id: 85c703bddbd47c1b3914d58ab9521ed22ddeb62a
2019-04-08add android build workflow to pytorch CI jobs (#18919)Jiakai Liu3-43/+62
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/18919 ghimport-source-id: 3f0ce4334c899d262403d88bd8bd7513e99570f0 Reviewed By: kostmo Differential Revision: D14800728 Pulled By: ljk53 fbshipit-source-id: fec2e34c192181b8fa31c9a30f60c9bf7388f083
2019-04-03Switch our Linux machine AMI to a newer image. (#18433)Edward Yang7-86/+110
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/18433 ghimport-source-id: 1c92f98b091232c0045a2e1db75d19c1f258ac1f Differential Revision: D14748827 Pulled By: ezyang fbshipit-source-id: a459451058cf5560811403bafb96c6ff083d7e3a
2019-04-02Emergency workaround for apt-get failure. (#18733)Edward Yang2-4/+24
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/18733 ghimport-source-id: b56766fb4b1084d8a7947cf622275d44e325141b Stack from [ghstack](https://github.com/ezyang/ghstack): * **#18733 Emergency workaround for apt-get failure.** Signed-off-by: Edward Z. Yang <ezyang@fb.com> Reviewed By: dreiss Differential Revision: D14725779 fbshipit-source-id: 6855347853a3f13461ca267ed563e2db5815166e
2019-03-30Turn on F401: Unused import warning. (#18598)Edward Yang1-1/+1
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/18598 ghimport-source-id: c74597e5e7437e94a43c163cee0639b20d0d0c6a Stack from [ghstack](https://github.com/ezyang/ghstack): * **#18598 Turn on F401: Unused import warning.** This was requested by someone at Facebook; this lint is turned on for Facebook by default. "Sure, why not." I had to noqa a number of imports in __init__. Hypothetically we're supposed to use __all__ in this case, but I was too lazy to fix it. Left for future work. Be careful! flake8-2 and flake8-3 behave differently with respect to import resolution for # type: comments. flake8-3 will report an import unused; flake8-2 will not. For now, I just noqa'd all these sites. All the changes were done by hand. Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: D14687478 fbshipit-source-id: 30d532381e914091aadfa0d2a5a89404819663e3
2019-03-26Test running a CUDA build on CPU machine. (#18242)Edward Yang2-1/+13
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/18242 ghimport-source-id: b949d312a48226a34f90304162e910acee7c95cd Stack from [ghstack](https://github.com/ezyang/ghstack): * **#18242 Test running a CUDA build on CPU machine.** * #18362 Add ability to query if built with CUDA and MKL-DNN. Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: D14584429 fbshipit-source-id: b54de5b33f0c795a7d9605d30576cdf9b74050fd
2019-03-25Don't require pygraphviz for regenerate.sh (#17485)Karl Ostmo24-255/+252
Summary: closes #17336 Do not overwrite config.yml if script throws an error Pull Request resolved: https://github.com/pytorch/pytorch/pull/17485 Differential Revision: D14604388 Pulled By: kostmo fbshipit-source-id: 5024545e3a8711abdbc0800911c766929dbca196
2019-03-22Make it possible to trigger XLA/slow tests via commit message. (#18345)Edward Yang3-20/+54
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/18345 ghimport-source-id: 9649d76bb194866859d62e6ba2a3a265c96ebba5 Stack from [ghstack](https://github.com/ezyang/ghstack): * **#18345 Make it possible to trigger XLA/slow tests via commit message.** Four variants are supported: `[xla ci] [ci xla] [xla test] [test xla]`; substitute xla with slow for slow tests. Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: D14584557 fbshipit-source-id: fcbfdfb28246823135bb3d3910baae073d16e81d
2019-03-21Enable running of slow tests in CI. (#18236)Edward Yang2-1/+18
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/18236 ghimport-source-id: 2bb80d017c2ea833669a2d55b340a922b2d44685 Stack from [ghstack](https://github.com/ezyang/ghstack): * **#18236 Enable running of slow tests in CI.** * #18231 Add a decorator for marking slow tests. These tests only run on master, as they are slow. Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: D14563115 fbshipit-source-id: f54ddef4abedc7e872e58657fc9ac537952773d0
2019-03-14Update caffe2 docker images tag to 253 (#18031)Junjie Bai2-22/+22
Summary: To use ROCm 2.2 Pull Request resolved: https://github.com/pytorch/pytorch/pull/18031 Reviewed By: ezyang Differential Revision: D14469242 Pulled By: bddppq fbshipit-source-id: c969bcf95dabe067d7b1a2cf6e07209e11148ec1
2019-03-04bump docker build to upgrade magma to 2.5.0 (#17674)Soumith Chintala3-35/+35
Summary: upgrades magma in docker build. vishwakftw Pull Request resolved: https://github.com/pytorch/pytorch/pull/17674 Differential Revision: D14320187 Pulled By: soumith fbshipit-source-id: 7887f65fb703b802fc6231408b55ad9c4039882b
2019-02-27Forcing UTC on Mac circleci jobs (#17516)Jesse Hellemn3-10/+58
Summary: And adding timestamps to linux build jobs Pull Request resolved: https://github.com/pytorch/pytorch/pull/17516 Differential Revision: D14244533 Pulled By: pjh5 fbshipit-source-id: 26c38f59e0284c99f987d69ce6a2c2af9116c3c2
2019-02-22order caffe2 ubuntu configs contiguously (#17427)Karl Ostmo9-203/+279
Summary: This involves another purely cosmetic (ordering) change to the `config.yml` to facilitate simpler logic. Other changes: * add some review feedback as comments * exit with nonzero status on config.yml mismatch * produce a diagram for pytorch builds Pull Request resolved: https://github.com/pytorch/pytorch/pull/17427 Differential Revision: D14197618 Pulled By: kostmo fbshipit-source-id: 267439d3aa4c0a80801adcde2fa714268865900e
2019-02-22Pin nightly builds to last commit before 5am UTC (#17381)Jesse Hellemn2-0/+8
Summary: This fell through the cracks from the migration from pytorch/builder to circleci. It's technically still racey, but is much less likely now Pull Request resolved: https://github.com/pytorch/pytorch/pull/17381 Differential Revision: D14190137 Pulled By: pjh5 fbshipit-source-id: 2d4cd04ee874cacce47d1d50b87a054b0503bb82
2019-02-22add readme and notice at the top of config.yml (#17323)Karl Ostmo26-958/+960
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
2019-02-21Use standard docker image for XLA buildKarl Ostmo2-9/+5
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/17287 Differential Revision: D14169689 Pulled By: kostmo fbshipit-source-id: 24e255be23936542093008ed51d2c061b2924993
2019-02-20(Permanently) fix CI breakage due to new docker version. (#17338)Edward Yang2-12/+26
Summary: Pull request resolved: https://github.com/pytorch/pytorch/pull/17338 See comment in config.yml for details. build-break Reviewed By: orionr Differential Revision: D14160934 fbshipit-source-id: a91160ab15dd6c174a7d946a78a7d2d50ae0a011
2019-02-19U/kostmo/gen circle conf (#17189)Karl Ostmo31-2567/+1664
Summary: Diagram preview: ![binarysmoketests-config-dimensions](https://user-images.githubusercontent.com/261693/53040977-a0f88d00-3437-11e9-9190-796cc243e0f9.png) Pull Request resolved: https://github.com/pytorch/pytorch/pull/17189 Differential Revision: D14141362 Pulled By: kostmo fbshipit-source-id: 0625a1234d0307c6be79f17e756ddb1cc445b374
2019-02-19discrepancy in smoke_macos_libtorch_2.7_cpu job spec (#17224)Karl Ostmo2-2/+2
Summary: closes #17223 Pull Request resolved: https://github.com/pytorch/pytorch/pull/17224 Reviewed By: pjh5 Differential Revision: D14121612 Pulled By: kostmo fbshipit-source-id: bfd5a392de5e614031389725535756d7fa7db784
2019-02-15Fix syntax error in set instantiation (#17174)Karl Ostmo1-2/+2
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/17174 Use curly braces syntax to avoid Lint complaint Reviewed By: yf225 Differential Revision: D14111368 fbshipit-source-id: 44aa21deb9feededb94f23d92262a4164fe0cc1c
2019-02-15Generate CircleCI config.yml from a script (#17039)Karl Ostmo12-2/+3650
Summary: This initial PR splits the `.circleci/config.yml` file into several smaller files that are stitched verbatim back into the original. A proof of concept of dynamically generating yaml for the job configuration list is also introduced. Since the `config.yml` file must exist in the repo in its final form, there must exist a manual update and check-in step to regenerate `config.yml` from its constituent parts. Consistency between the checked-in `config.yml` file and the authoritative source data is enforced at build time through TravisCI. closes #17038 Pull Request resolved: https://github.com/pytorch/pytorch/pull/17039 Reviewed By: yf225 Differential Revision: D14109059 Pulled By: kostmo fbshipit-source-id: bc04a73145290358854f5a5e552a45e559118fc3
2019-02-12Roll back PyTorch DockerVersion to 282Will Feng1-33/+36
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/17013 Differential Revision: D14052415 Pulled By: yf225 fbshipit-source-id: df663fb46ee825174fe06b8d395979b3d4e84766
2019-02-12Revert D14030665: [pytorch][PR] [HOTFIX] Pin docker-ce version to the one ↵Edward Yang1-2/+1
expected by nvidia-docker2 Differential Revision: D14030665 Original commit changeset: dece6a5aa4d1 fbshipit-source-id: 885a464ec3d1c23d4e07630fa3b67e69a3eab1b8
2019-02-11Pin docker-ce version to the one expected by nvidia-docker2 (#16976)Will Feng1-1/+2
Summary: Fix errors such as https://circleci.com/gh/pytorch/pytorch/760715. Pull Request resolved: https://github.com/pytorch/pytorch/pull/16976 Differential Revision: D14030665 Pulled By: yf225 fbshipit-source-id: dece6a5aa4d13ff771c18b4ce02a0b9f9572a379
2019-02-11Fix missing CircleCI GPG key (#16961)SsnL1-2/+40
Summary: I'm seeing a bunch of apt gpg key errors on CI with the following message: ``` An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packagecloud.io trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4E6910DFCB68C9CD ``` Most of the times apt will reuse the old cached version, but sometimes this results in a build failure: https://circleci.com/gh/pytorch/pytorch/758366?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link. This should hopefully fix it. Pull Request resolved: https://github.com/pytorch/pytorch/pull/16961 Differential Revision: D14028151 Pulled By: ezyang fbshipit-source-id: 7648a0a58ece38d8d04916937a9fa17f34f8833e
2019-02-11Disable binary_linux_conda_3.6_cu90_build on PRs. (#16958)Edward Yang1-4/+6
Summary: Issue tracked at https://github.com/pytorch/pytorch/issues/16710 Signed-off-by: Edward Z. Yang <ezyang@fb.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/16958 Differential Revision: D14028078 Pulled By: ezyang fbshipit-source-id: 6c68f79775a156ef4a55ac450a5a0ecacc0e6af5
2019-02-08Bump caffe2 docker images to 248 (#16863)Junjie Bai1-22/+22
Summary: Jenkins jobs update will be separate. Pull Request resolved: https://github.com/pytorch/pytorch/pull/16863 Differential Revision: D13994672 Pulled By: bddppq fbshipit-source-id: 5b27879dc6ac11a42016fe7835e9124345005ebb
2019-02-07Fix Anaconda logins on binary buildsJesse Hellemn1-17/+20
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/16848 Differential Revision: D13993614 Pulled By: pjh5 fbshipit-source-id: 16854b06d01460b78d9dbe7bd0341b7332984795
2019-02-07Backport the stable doc build on v1.0.1 to master (#16503)Richard Zou1-4/+19
Summary: List of changes: - Always push the final state of the doc build docker for debugging purposes. - Adds code for the stable doc build. This code is never actually run on master, only the v1.0.1 branch. There is a big note for this behavior. Pull Request resolved: https://github.com/pytorch/pytorch/pull/16503 Differential Revision: D13972469 Pulled By: zou3519 fbshipit-source-id: 68f459650ef0de200a34edd43fc1372143923972
2019-02-05Fix commit races on binary CI on master PR-merges (#16773)Jesse Hellemn1-0/+6
Summary: There is no way to test this until it is merged. On master jobs that run after a PR is merged, there is no CIRCLE_PR_NUMBER so the binary builds clone pytorch/pytorch/master, which races. Based off of https://circleci.com/docs/2.0/env-vars/ and the circleci checkout code ``` git config --global url."ssh://git@github.com".insteadOf "https://github.com" || true git config --global gc.auto 0 || true if [ -e /home/circleci/project/.git ] then cd /home/circleci/project git remote set-url origin "$CIRCLE_REPOSITORY_URL" || true else mkdir -p /home/circleci/project cd /home/circleci/project git clone "$CIRCLE_REPOSITORY_URL" . fi if [ -n "$CIRCLE_TAG" ] then git fetch --force origin "refs/tags/${CIRCLE_TAG}" else git fetch --force origin "master:remotes/origin/master" fi if [ -n "$CIRCLE_TAG" ] then git reset --hard "$CIRCLE_SHA1" git checkout -q "$CIRCLE_TAG" elif [ -n "$CIRCLE_BRANCH" ] then git reset --hard "$CIRCLE_SHA1" git checkout -q -B "$CIRCLE_BRANCH" fi git reset --hard "$CIRCLE_SHA1" ``` I believe we do no use git tags Pull Request resolved: https://github.com/pytorch/pytorch/pull/16773 Differential Revision: D13962132 Pulled By: pjh5 fbshipit-source-id: c62d2139f38ff39ecda1509b0bcd8bd102828e40
2019-02-05Fix logging top commit of pytorch + builder in binaries for long summaries ↵Jesse Hellemn1-3/+3
(#16766) Summary: I'll test with this really long summary. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce risus sem, mattis vitae commodo vitae, mattis vel ex. Integer nec consectetur ligula, sit amet ultricies risus. Suspendisse potenti. Donec aliquet quam ante. Donec porttitor justo ligula, ut vestibulum erat facilisis a. Nullam eget lobortis nisi. Aenean quis sem id ante eleifend condimentum nec a lacus. Sed sed dolor augue. Proin feugiat, tellus in eleifend cursus, libero nulla lacinia erat, et efficitur dui odio ut ex. In et sem purus. Proin dictum scelerisque magna, nec feugiat dolor lobortis id. Proin ante urna, ultrices in semper et, pulvinar et dui. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Mauris ullamcorper neque a pharetra rhoncus. Aliquam vel semper felis. Integer id massa erat. Morbi leo eros, varius sed viverra eu, dictum nec purus. Fusce vitae mollis sem, non fringilla nulla. Donec tincidunt luctus dolor. Morbi lobortis, magna quis viverra bibendum, lacus tortor pulvinar risus, eu porta tellus nulla vitae dolor. Sed tincidunt, turpis quis facilisis malesuada, nulla eros lobortis lorem, a fermentum mi nisl non quam. Pellentesque vehicula, nisl non eleifend viverra, tellus neque accumsan tellus, id ultricies lacus mi sed sapien. Proin rutrum ultrices quam sit amet euismod. Maecenas vel faucibus libero, nec efficitur mi. Proin felis augue, elementum eget vestibulum non, euismod sed urna. Curabitur purus nisi, interdum nec rutrum id, faucibus nec sapien. Integer consectetur interdum elit, volutpat vulputate velit. Integer et ultricies magna. Fusce blandit lorem urna, quis sodales sapien porttitor in. Nulla nec sodales sem. Morbi consequat massa sit amet fringilla pretium. Nunc maximus vitae neque auctor pharetra. Morbi gravida feugiat urna, eu sagittis est pulvinar eget. Maecenas ut fermentum ante, eget malesuada neque. In ut maximus magna. Donec nec finibus sapien. Quisque viverra erat lobortis, rhoncus augue sed, hendrerit dui. Donec in feugiat augue, a ultrices justo. Pellentesque rutrum augue sed nulla auctor, a venenatis risus aliquam. Nullam ipsum justo, dictum sit amet elementum eu, eleifend a turpis. Proin ut tellus ut urna volutpat fermentum ac aliquam tellus. Quisque ultricies est id eros dictum ultrices. Cras eu urna interdum, eleifend felis vitae, vulputate nulla. Cras tincidunt, mi sodales imperdiet tristique, diam odio convallis ligula, ac vulputate enim sapien eu tellus. Phasellus eleifend finibus sapien id ullamcorper. Donec aliquet eleifend consectetur. Proin in nulla venenatis, egestas neque quis, blandit sem. Suspendisse pellentesque arcu vel ligula fermentum maximus. Aliquam non ipsum ut ante pharetra finibus. Nunc rhoncus purus sit amet risus congue venenatis. Integer id vestibulum neque, et fermentum elit. Nunc sit amet tortor quis mi aliquam vestibulum et in mauris. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Maecenas mollis hendrerit nulla, non tempus neque pharetra ac. Proin commodo bibendum velit, consectetur pretium metus sollicitudin eget. Aliquam malesuada semper tempor. Ut vel vulputate dolor, eu faucibus mauris. Nam commodo quis dolor sit amet eleifend. Phasellus eget massa odio. Donec tempor est at ante finibus lobortis. Suspendisse porttitor imperdiet ultrices. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dignissim magna, non suscipit odio. Vestibulum vel maximus erat, suscipit ullamcorper tellus. Fusce egestas augue lorem, in ultricies est vehicula ac. Integer pretium, ex in elementum varius, nisi turpis posuere lectus, nec posuere ligula mi ac ligula. Donec vehicula dolor ut ex elementum, quis scelerisque tellus molestie. Mauris euismod magna ac ornare cursus. Vivamus dapibus quam nec tellus aliquam elementum. Phasellus ultricies quis augue ut fringilla. Suspendisse eu molestie eros. Suspendisse potenti. Curabitur varius sodales maximus. Etiam nec rutrum est. Sed vulputate suscipit elit, eu condimentum mauris pretium eget. Curabitur convallis commodo dui. Aenean lectus orci, pretium non mi sit amet, commodo imperdiet dui. In hac habitasse platea dictumst. In et ex nisl. Duis justo tortor, finibus at augue vitae, fermentum hendrerit tellus. Donec malesuada justo a molestie posuere. Morbi nisl leo, feugiat ut faucibus ut, mattis id purus. Vestibulum hendrerit lorem ligula, et ullamcorper nisl lacinia sed. Integer vitae lacinia nunc, sed interdum enim. Aliquam aliquet ipsum vitae eros ornare accumsan. Phasellus venenatis laoreet est, sed feugiat neque lobortis id. Proin pulvinar placerat leo lacinia vehicula. Duis accumsan semper lobortis. Donec elementum nunc non quam aliquam, rutrum fringilla justo interdum. Morbi pulvinar pellentesque massa vitae maximus. Cras condimentum aliquam massa, et pellentesque lorem dictum a. Vivamus at dignissim justo. Donec ligula dui, tempus vestibulum est vel, rutrum blandit arcu. Vivamus iaculis molestie neque in elementum. Sed convallis tempus quam non elementum. Nulla euismod lobortis ligula. Etiam ac mauris eget magna posuere ornare id vitae felis. Nunc efficitur lorem et euismod porttitor. Pull Request resolved: https://github.com/pytorch/pytorch/pull/16766 Differential Revision: D13959962 Pulled By: pjh5 fbshipit-source-id: 9b71bdf981d4fda9d8951e2d183db81f349b7f81
2019-02-04Merge job-spec env variables of Pytorch/Caffe2 CI jobs (#16649)Mas-ud Hussain1-293/+268
Summary: The idea is to unify the environment variables `JOB_BASE_NAME` and `BUILD_ENVIRONMENT` which controlled the Pytorch and Caffe2 jobs respectively. In this commit, we have converted all the `JOB_BASE_NAME` references in _.jenkins/pytorch/*_ files to `BUILD_ENVIRONMENT`. Then, did the same thing in ._circleci/config.yml_. One thing that we needed to be careful was when both `BUILD_ENVIRONMENT `and `JOB_BASE_NAME` were present under same declaration in _config.yml_ file (e.g., for "caffe2-" stuffs). To ensure that all "==" checks work as expected, we also had to add "*" in some if conditions in _.jenkins/caffe2/build.sh_ file. Finally, removed "-build", "-test", etc. suffixes from `COMPACT_JOB_NAME` variable assignment in the bash script files in _.jenkins/pytorch_ folder, e.g., modify `COMPACT_JOB_NAME="${BUILD_ENVIRONMENT}-build"` to `COMPACT_JOB_NAME="${BUILD_ENVIRONMENT}"`. Pull Request resolved: https://github.com/pytorch/pytorch/pull/16649 Differential Revision: D13946392 Pulled By: mmh683 fbshipit-source-id: 790de6abf96de184758e395c9098a50998e05bc5
2019-02-04Log top commit of pytorch + builder in binariesJesse Hellemn1-0/+6
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/16729 Differential Revision: D13947737 Pulled By: pjh5 fbshipit-source-id: 9ba8ea56baff7147f73458ab26d0553fff31a46f
2019-02-04Update the cmake build configuration for AppleClang compiler (#15820)JerryShih1-2/+3
Summary: This pr try to merge the https://github.com/pytorch/pytorch/pull/11563 again and fix the linking error in https://github.com/pytorch/pytorch/pull/14837. Pull Request resolved: https://github.com/pytorch/pytorch/pull/15820 Differential Revision: D13942024 Pulled By: ezyang fbshipit-source-id: dc6d1e9c4b0f177914f3745665244272a03ce33c
2019-02-03Remove --without-parallel (#16704)Pieter Noordhuis1-1/+1
Summary: See homebrew/homebrew-core@60c72ba9 and homebrew/homebrew-core#31510. Pull Request resolved: https://github.com/pytorch/pytorch/pull/16704 Differential Revision: D13938093 Pulled By: pietern fbshipit-source-id: 8a70d462180257f96202a0373a86a273b524045c
2019-02-01Increase timeout on anaconda loginsJesse Hellemn1-5/+3
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/16682 Differential Revision: D13931438 Pulled By: pjh5 fbshipit-source-id: 9961e91a80d8c59ab6347e830b1da38533524dd2
2019-01-31Grant credentials to s3 html update jobJesse Hellemn1-1/+2
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/16631 Differential Revision: D13908331 Pulled By: pjh5 fbshipit-source-id: 846a4f933d947f7217b856bd79ff85b7f97288a8
2019-01-30Clean up binary jobs in CircleCI (#16511)Jesse Hellemn1-978/+1096
Summary: - Add libtorch upload jobs - Unify checkout and env code for binary jobs (san binary test jobs) - Compress variables passed into binary jobs Pull Request resolved: https://github.com/pytorch/pytorch/pull/16511 Differential Revision: D13893714 Pulled By: pjh5 fbshipit-source-id: b8bd72e1397dec569a8ec3e859e319178c7c6f8b
2019-01-30add new build files to gitignore; test that build does not leave git repo ↵SsnL1-4/+6
checkout dirty (#16565) Summary: These appear when I run ``` MACOSX_DEPLOYMENT_TARGET=10.13 CC=clang CXX=clang++ NO_CUDA=1 NO_DISTRIBUTED=1 BUILD_CAFFE2_OPS=0 DEBUG=1 python3 setup.py develop --cmake ``` Pull Request resolved: https://github.com/pytorch/pytorch/pull/16565 Differential Revision: D13885790 Pulled By: ezyang fbshipit-source-id: af0e028d7fa7832a945aaee4e241ceb5418f4ec8
2019-01-30Remove --no-update-dependencies (#16575)Jesse Hellemn1-2/+2
Summary: Absolutely no idea why this is needed. This should be a valid argument. Pull Request resolved: https://github.com/pytorch/pytorch/pull/16575 Differential Revision: D13884796 Pulled By: pjh5 fbshipit-source-id: 6011e721e2870499f6b5e627d5ad00ece08b530b
2019-01-30Update PyTorch DockerVersion to 285. (#16507)Edward Yang1-31/+31
Summary: Signed-off-by: Edward Z. Yang <ezyang@fb.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/16507 Differential Revision: D13884588 Pulled By: ezyang fbshipit-source-id: b7e22daa15874f9a226195d4749b4f9f827d7c1e
2019-01-30Revert D13880053: [pytorch][PR] add new build files to gitignore; test that ↵Edward Yang1-6/+4
build doesn't leave repo dirty Differential Revision: D13880053 Original commit changeset: 0171f42438ef fbshipit-source-id: a734f8704c1cbe16434c672289c505b19b2b490a
2019-01-30add new build files to gitignore; test that build doesn't leave repo dirtySsnL1-4/+6
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/16441 Differential Revision: D13880053 Pulled By: ezyang fbshipit-source-id: 0171f42438efdd651b6af22e521b80e85b12681c
2019-01-28Remove CUDA_VERSION to flag and remove JOB_BASE_NAME from binary jobsJesse Hellemn1-259/+89
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/16470 Differential Revision: D13853387 Pulled By: pjh5 fbshipit-source-id: a2baccde65ab82b69380ee57b16e43cc80ed3e04
2019-01-25Trying a fix to anaconda logins on nightliesJesse Hellemn1-2/+2
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/16387 Differential Revision: D13826227 Pulled By: pjh5 fbshipit-source-id: 769a53e40a4912879faf9716a80c0e0c86acdbf8
2019-01-25Add xla test in CI (#15978)Ailing Zhang1-3/+34
Summary: Adding xla CPU tests in our CI. Pull Request resolved: https://github.com/pytorch/pytorch/pull/15978 Differential Revision: D13816344 Pulled By: ailzhang fbshipit-source-id: f74c52e846976ea4ac439313847908a0e99d05eb