Skip to content

Commit

Permalink
[PT/XLA] Disable all PyTorch tests (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
will-cromar authored Mar 7, 2024
1 parent cbd4991 commit ac4a601
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions tests/pytorch/nightly/common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down
6 changes: 4 additions & 2 deletions tests/pytorch/r2.2/common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit ac4a601

Please sign in to comment.