You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
order caffe2 ubuntu configs contiguously (pytorch#17427)
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: pytorch#17427
Differential Revision: D14197618
Pulled By: kostmo
fbshipit-source-id: 267439d3aa4c0a80801adcde2fa714268865900e
Copy file name to clipboardExpand all lines: .circleci/README.md
+10
Original file line number
Diff line number
Diff line change
@@ -24,3 +24,13 @@ Furthermore, consistency is enforced within the YAML config itself, by using a s
24
24
multiple parts of the file.
25
25
26
26
See https://github.com/pytorch/pytorch/issues/17038
27
+
28
+
29
+
Future direction
30
+
----------------
31
+
32
+
### Declaring sparse config subsets
33
+
See comment [here](https://github.com/pytorch/pytorch/pull/17323#pullrequestreview-206945747):
34
+
35
+
In contrast with a full recursive tree traversal of configuration dimensions,
36
+
> in the future future I think we actually want to decrease our matrix somewhat and have only a few mostly-orthogonal builds that taste as many different features as possible on PRs, plus a more complete suite on every PR and maybe an almost full suite nightly/weekly (we don't have this yet). Specifying PR jobs in the future might be easier to read with an explicit list when we come to this.
0 commit comments