Skip to content

Commit

Permalink
Remove Pax stable tests (GoogleCloudPlatform#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
RissyRan authored Dec 5, 2023
1 parent 52b290a commit fb3a70c
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 158 deletions.
2 changes: 1 addition & 1 deletion dashboard/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resources:
env_variables:
REDISHOST: '10.25.27.107'
REDISPORT: '6379'
TEST_NAME_PREFIXES: 'pt-nightly,pt-2.1,tf.nightly,tf.se.nightly,tf.exp,%-1vm,jax,flax,pax-stable,pax-nightly,mp-jax,mp-pax,mp-pt'
TEST_NAME_PREFIXES: 'pt-nightly,pt-2.1,tf.nightly,tf.se.nightly,tf.exp,%-1vm,jax,flax,pax-nightly,mp-jax,mp-pax,mp-pt'
JOB_HISTORY_TABLE_NAME: 'xl-ml-test.metrics_handler_dataset.job_history'
METRIC_HISTORY_TABLE_NAME: 'xl-ml-test.metrics_handler_dataset.metric_history'

Expand Down
64 changes: 0 additions & 64 deletions tests/pax/stable/common.libsonnet

This file was deleted.

51 changes: 0 additions & 51 deletions tests/pax/stable/lmspmd2b.libsonnet

This file was deleted.

18 changes: 0 additions & 18 deletions tests/pax/stable/lmtransformeradam.libsonnet

This file was deleted.

22 changes: 0 additions & 22 deletions tests/pax/stable/targets.jsonnet

This file was deleted.

2 changes: 0 additions & 2 deletions tests/pax/targets.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@
// limitations under the License,

local nightly = import 'nightly/targets.jsonnet';
local stable = import 'stable/targets.jsonnet';

// Add new models here
std.flattenArrays([
nightly,
stable,
])

0 comments on commit fb3a70c

Please sign in to comment.