[ci] Disable GPU unit tests#13903
[ci] Disable GPU unit tests#13903driazati wants to merge 1 commit intoapache:mainfrom driazati:gpu_disable
Conversation
This is a (hopefully) temporary bandaid to reduce cloud costs for OctoML since they've spiked recently, mostly for GPU instances. This cuts down on the GPU testing we do in order to save on those build minutes.
|
Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.
Generated by tvm-bot |
|
Just a quick question. Can you clarify what are the tests being disabled? I imagine it is the diff between |
|
@driazati are there any plans to allow other contributors to provide nodes? I remember I asked about this a long time ago but it wasn't a priority, now it might be worth re-visiting? |
On the technical side this isn't too complicated, it's mostly just a matter of making sure the Jenkins head can communicate with the machines and installing the client daemon. I'd be open to trying it if the machines are there but we'd probably also need some level of commitment to support those machines to make sure they're at least as reliable as our current runners
There's that and some more broad disabling of stuff in https://ci.tlcpack.ai/blue/organizations/jenkins/tvm-gpu/detail/main/244/pipeline vs https://ci.tlcpack.ai/blue/organizations/jenkins/tvm-gpu/detail/PR-13903/1/pipeline/101 |
This is a (hopefully) temporary bandaid to reduce cloud costs for OctoML
since they've spiked recently, mostly for GPU instances. This cuts down
on the GPU testing we do in order to save on those build minutes.