Summary: SVE is the platform that is not covered by nightlies. This meant that an external dependency change breaking the SVE CI will not be obviously surfaced unless there has been a PR. Adding a cont_build.yml that is the start of continuous runs for certain workflows that we care about (keeping it separate from nightlies since nightlies are reserved for conda publication). Moving forward, this workflow will be leveraged by regression testing as well (those should also run continuously to gather reliable baselines and to prevent regressions caused by external dependencies)
Summary: SVE is the platform that is not covered by nightlies. This meant that an external dependency change breaking the SVE CI will not be obviously surfaced unless there has been a PR. Adding a
cont_build.yml
that is the start of continuous runs for certain workflows that we care about (keeping it separate from nightlies since nightlies are reserved for conda publication). Moving forward, this workflow will be leveraged by regression testing as well (those should also run continuously to gather reliable baselines and to prevent regressions caused by external dependencies)Reviewed By: junjieqi
Differential Revision: D61564187