Skip to content

Commit 2d4a193

Browse files
committed
Added test for isolate-run script
1 parent 925fb83 commit 2d4a193

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

script/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MLCommons Automation Scripts
22

3-
*Last updated: 2026-06-03 17:54:54*
3+
*Last updated: 2026-06-03 18:04:21*
44

55
This directory contains automation scripts for MLPerf benchmarks, AI/ML workflows, and development operations.
66

script/isolate-run/meta.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,16 @@ variation_tags_alias:
8080
force-logout: _force-logout
8181
no-network: _no-network
8282
no-undo: _no-undo
83+
84+
# Tests
85+
tests:
86+
run_inputs:
87+
- variations_list:
88+
- no-new-logins
89+
- variations_list:
90+
- force-logout
91+
- variations_list:
92+
- no-network
93+
- variations_list:
94+
- no-new-logins,no-undo
95+

0 commit comments

Comments
 (0)