Skip to content

Commit 75fbbe5

Browse files
committed
[PT/XLA] Disable all PyTorch tests
1 parent cbd4991 commit 75fbbe5

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

tests/pytorch/nightly/common.libsonnet

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,14 @@ local volumes = import 'templates/volumes.libsonnet';
7777
},
7878
},
7979
Functional:: mixins.Functional {
80-
schedule: '0 6 * * *',
80+
schedule: null,
8181
tpuSettings+: {
8282
preemptible: false,
8383
},
8484
},
85-
Convergence:: mixins.Convergence,
85+
Convergence:: mixins.Convergence {
86+
schedule: null,
87+
},
8688
PyTorchTpuVmMixin:: experimental.PyTorchTpuVmMixin + experimental.PjRt {
8789
local config = self,
8890

tests/pytorch/r2.2/common.libsonnet

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,14 @@ local volumes = import 'templates/volumes.libsonnet';
7777
},
7878
},
7979
Functional:: mixins.Functional {
80-
schedule: '0 8 * * *',
80+
schedule: null,
8181
tpuSettings+: {
8282
preemptible: false,
8383
},
8484
},
85-
Convergence:: mixins.Convergence,
85+
Convergence:: mixins.Convergence {
86+
schedule: null,
87+
},
8688
PyTorchTpuVmMixin:: experimental.PyTorchTpuVmMixin + experimental.PjRt {
8789
local config = self,
8890

0 commit comments

Comments
 (0)