Skip to content

Commit dddcf23

Browse files
authored
Update tf.nightly-se to tf.se.nightly (#974)
1 parent 7f0d9cb commit dddcf23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dashboard/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ resources:
3333
env_variables:
3434
REDISHOST: '10.25.27.107'
3535
REDISPORT: '6379'
36-
TEST_NAME_PREFIXES: 'pt-nightly,pt-2.0,tf.2.14.0,tf.nightly,tf.nightly-se,tf.exp,%-1vm,jax,flax,pax-stable,pax-nightly,mp-jax,mp-pax,mp-pt'
36+
TEST_NAME_PREFIXES: 'pt-nightly,pt-2.0,tf.2.14.0,tf.nightly,tf.se.nightly,tf.exp,%-1vm,jax,flax,pax-stable,pax-nightly,mp-jax,mp-pax,mp-pt'
3737
JOB_HISTORY_TABLE_NAME: 'xl-ml-test.metrics_handler_dataset.job_history'
3838
METRIC_HISTORY_TABLE_NAME: 'xl-ml-test.metrics_handler_dataset.metric_history'
3939

tests/tensorflow/nightly-se/common.libsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ local volumes = import 'templates/volumes.libsonnet';
2323
HuggingFaceTransformer:: common.ModelGardenTest {
2424
local config = self,
2525

26-
frameworkPrefix: 'tf.nightly-se',
26+
frameworkPrefix: 'tf.se.nightly',
2727
tpuSettings+: {
2828
softwareVersion: 'nightly',
2929
},
@@ -42,7 +42,7 @@ local volumes = import 'templates/volumes.libsonnet';
4242
ModelGardenTest:: common.ModelGardenTest {
4343
local config = self,
4444

45-
frameworkPrefix: 'tf.nightly-se',
45+
frameworkPrefix: 'tf.se.nightly',
4646
tpuSettings+: {
4747
softwareVersion: 'nightly',
4848
},

0 commit comments

Comments
 (0)