Files
pytorch/.github/pytorch-circleci-labels.yml
Alban Desmaison 25be031c6e Add missing docker build to slow gradcheck label-triggered build (#61941)
Summary:
Currently, when adding the label, it fails like: https://app.circleci.com/pipelines/github/pytorch/pytorch/352569/workflows/d213cbad-edd6-4fe0-a79c-d46f8c0aae85/jobs/14856158

Pull Request resolved: https://github.com/pytorch/pytorch/pull/61941

Reviewed By: suo

Differential Revision: D29827084

Pulled By: albanD

fbshipit-source-id: 134828d36e51324e6b6539dd4bc5f1eebfb89a03
2021-07-22 07:37:21 -07:00

22 lines
550 B
YAML

# For documentation concerning this configuration please refer to,
# https://github.com/pytorch/pytorch-probot#trigger-circleci-workflows
labels_to_circle_params:
ci/binaries:
parameter: run_binary_tests
default_true_on:
branches:
- nightly
- release/.*
tags:
- v[0-9]+(\.[0-9]+)*-rc[0-9]+
set_to_false:
- run_build
ci/master:
parameter: run_master_build
set_to_false:
- run_build
ci/slow-gradcheck:
parameter: run_slow_gradcheck_build
set_to_false:
- run_build