From 75fbbe5c5a7796c8af507622349afc78024aed6c Mon Sep 17 00:00:00 2001 From: Will Cromar Date: Thu, 7 Mar 2024 20:59:26 +0000 Subject: [PATCH] [PT/XLA] Disable all PyTorch tests --- tests/pytorch/nightly/common.libsonnet | 6 ++++-- tests/pytorch/r2.2/common.libsonnet | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/tests/pytorch/nightly/common.libsonnet b/tests/pytorch/nightly/common.libsonnet index 8dd457218..bec7bc242 100644 --- a/tests/pytorch/nightly/common.libsonnet +++ b/tests/pytorch/nightly/common.libsonnet @@ -77,12 +77,14 @@ local volumes = import 'templates/volumes.libsonnet'; }, }, Functional:: mixins.Functional { - schedule: '0 6 * * *', + schedule: null, tpuSettings+: { preemptible: false, }, }, - Convergence:: mixins.Convergence, + Convergence:: mixins.Convergence { + schedule: null, + }, PyTorchTpuVmMixin:: experimental.PyTorchTpuVmMixin + experimental.PjRt { local config = self, diff --git a/tests/pytorch/r2.2/common.libsonnet b/tests/pytorch/r2.2/common.libsonnet index 5e2b10f20..0da845b85 100644 --- a/tests/pytorch/r2.2/common.libsonnet +++ b/tests/pytorch/r2.2/common.libsonnet @@ -77,12 +77,14 @@ local volumes = import 'templates/volumes.libsonnet'; }, }, Functional:: mixins.Functional { - schedule: '0 8 * * *', + schedule: null, tpuSettings+: { preemptible: false, }, }, - Convergence:: mixins.Convergence, + Convergence:: mixins.Convergence { + schedule: null, + }, PyTorchTpuVmMixin:: experimental.PyTorchTpuVmMixin + experimental.PjRt { local config = self,