Skip to content

Commit

Permalink
Disable JAX test runs (#1024)
Browse files Browse the repository at this point in the history
* Disable JAX test runs

* Format the config
  • Loading branch information
RissyRan authored Dec 12, 2023
1 parent 669b136 commit c0dcbce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/jax/compilation-cache.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ local mixins = import 'templates/mixins.libsonnet';
compilationCacheTest:: common.JaxTest + common.tpuVmBaseImage + mixins.Functional {
modelName: 'compilation-cache-test',

// Never trigger the run (Feb 31st does not exist)
schedule: '0 0 31 2 *',

setup: |||
pip install --upgrade pip
Expand Down
3 changes: 3 additions & 0 deletions tests/jax/pod-test.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ local tpus = import 'templates/tpus.libsonnet';
podTest:: common.JaxTest + mixins.Functional {
modelName: 'pod-%s-%s' % [self.jaxlibVersion, self.tpuSettings.softwareVersion],

// Never trigger the run (Feb 31st does not exist)
schedule: '0 0 31 2 *',

setup: |||
%(installLocalJax)s
%(maybeBuildJaxlib)s
Expand Down

0 comments on commit c0dcbce

Please sign in to comment.