Closed jandubois closed 4 years ago
We probably want to do that at some point?
Maybe; I was hinting at that with
Ideally this would all be handled by conditions defined in chart/config/jobs.yaml, but the required logic becomes too complex, so special-casing this issue seems warranted.
Right now these are just property settings for
api
andcc-worker
that are set inchart/config/api.yaml
andchart/config/jobs.yaml
, but this commit pre-emptively handles all groups that are removed inchart/templates/multiple_cluster_mode.yaml
.Ideally this would all be handled by conditions defined in
chart/config/jobs.yaml
, but the required logic becomes too complex, so special-casing this issue seems warranted.This commit also adds an op for
brain-tests
, which seems to be missing because of an oversight.This PR should supersede #1543