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
SUMMARY:
* transition workflows to one cross python whl. minimum supported python
is 3.8.
* adjustments to actions resulting from using one whl
* adjustments to workflows resulting from using one whl
* updating parameters to enable passing in an "array" of test labels,
python versions, and tests to run.
* upload whl to GCP storage bucket organized by run id. this will be
used in a later PR to allow us to install and run from GCP directly.
* deletion of WEEKLY and RELEASE workflows. these can now be handled via
the NIGHTLY by just specifying different input parameter.
* removal of "WEEKLY" workflow category. we should just push this
semantic into "RELEASE".
* add "pytest skip if" for some tests to avoid running them on T4's
(<8.0 compute capability)
* "remote push" will now run on "l4 solo" and "l4 duo". there are still
some issues with the T4's, so moving all jobs to run on L4's. we should
address the T4 issues in a separate PR.
* adding "python cache" semantics. this roughly cuts build times in
half. building the whl now takes about 25 minutes. this is inline with
the times when we were using GCP static runners.
* clean up "publish binaries" parameter. moved it to a boolean and set
defaults to `false`. this makes everything cleaner and also cleans up
the GHA UI when manually triggering workflows.
* remove reference to skip list in "run tests"
TEST PLAN:
runs on remote push
---------
Co-authored-by: andy-neuma <andy@neuralmagic.com>
0 commit comments