Skip to content

Commit

Permalink
Remove status check from compliance checker
Browse files Browse the repository at this point in the history
  • Loading branch information
pgmpablo157321 committed Sep 23, 2024
1 parent 191ed2c commit 4ee1687
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 75 deletions.
5 changes: 0 additions & 5 deletions mlperf_logging/compliance_checker/hpc_1.0.0/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@
CHECK: " v['value'] in ['closed', 'open'] "
POST: " enqueue_config('hpc_1.0.0/{}_common.yaml'.format(v['value'])) "

- KEY:
NAME: submission_status
REQ: EXACTLY_ONE
CHECK: " v['value'] in ['cloud', 'onprem', 'preview', 'research'] "

# at least one record should be found, but any found records must pass the test
- KEY:
NAME: cache_clear
Expand Down
5 changes: 0 additions & 5 deletions mlperf_logging/compliance_checker/hpc_2.0.0/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@
CHECK: " v['value'] in ['closed', 'open'] "
POST: " enqueue_config('hpc_2.0.0/{}_common.yaml'.format(v['value'])) "

- KEY:
NAME: submission_status
REQ: EXACTLY_ONE
CHECK: " v['value'] in ['cloud', 'onprem', 'preview', 'research'] "

# at least one record should be found, but any found records must pass the test
- KEY:
NAME: cache_clear
Expand Down
5 changes: 0 additions & 5 deletions mlperf_logging/compliance_checker/hpc_3.0.0/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@
CHECK: " v['value'] in ['closed', 'open'] "
POST: " enqueue_config('hpc_3.0.0/{}_common.yaml'.format(v['value'])) "

- KEY:
NAME: submission_status
REQ: EXACTLY_ONE
CHECK: " v['value'] in ['cloud', 'onprem', 'preview', 'research'] "

# at least one record should be found, but any found records must pass the test
- KEY:
NAME: cache_clear
Expand Down
5 changes: 0 additions & 5 deletions mlperf_logging/compliance_checker/training_0.6.0/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
REQ: EXACTLY_ONE
CHECK: " v['value'] in ['closed', 'open'] "

- KEY:
NAME: submission_status
REQ: EXACTLY_ONE
CHECK: " v['value'] in ['cloud', 'onprem', 'research'] "

# minigo should use it's dedicated config directly
- KEY:
NAME: submission_benchmark
Expand Down
5 changes: 0 additions & 5 deletions mlperf_logging/compliance_checker/training_0.7.0/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@
CHECK: " v['value'] in ['closed', 'open'] "
POST: " enqueue_config('training_0.7.0/{}_common.yaml'.format(v['value'])) "

- KEY:
NAME: submission_status
REQ: EXACTLY_ONE
CHECK: " v['value'] in ['cloud', 'onprem', 'preview', 'research'] "

- KEY:
NAME: submission_benchmark
REQ: EXACTLY_ONE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@
REQ: EXACTLY_ONE
CHECK: " v['value'] in ['closed', 'open'] "

- KEY:
NAME: submission_status
REQ: EXACTLY_ONE
CHECK: " v['value'] in ['cloud', 'onprem', 'research'] "

- KEY:
NAME: submission_benchmark
REQ: EXACTLY_ONE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@
POST: |
s['summary'][ll.key] = v['value']
- KEY:
NAME: submission_status
POST: |
s['summary'][ll.key] = v['value']
- KEY:
NAME: submission_benchmark
POST: |
Expand Down
5 changes: 0 additions & 5 deletions mlperf_logging/compliance_checker/training_1.0.0/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@
CHECK: " v['value'] in ['closed', 'open'] "
POST: " enqueue_config('training_1.0.0/{}_common.yaml'.format(v['value'])) "

- KEY:
NAME: submission_status
REQ: EXACTLY_ONE
CHECK: " v['value'] in ['cloud', 'onprem', 'preview', 'research'] "

# at least one record should be found, but any found records must pass the test
- KEY:
NAME: cache_clear
Expand Down
5 changes: 0 additions & 5 deletions mlperf_logging/compliance_checker/training_1.1.0/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@
CHECK: " v['value'] in ['closed', 'open'] "
POST: " enqueue_config('training_1.1.0/{}_common.yaml'.format(v['value'])) "

- KEY:
NAME: submission_status
REQ: EXACTLY_ONE
CHECK: " v['value'] in ['cloud', 'onprem', 'preview', 'research'] "

# at least one record should be found, but any found records must pass the test
- KEY:
NAME: cache_clear
Expand Down
5 changes: 0 additions & 5 deletions mlperf_logging/compliance_checker/training_2.0.0/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
CHECK: " v['value'] in ['closed', 'open'] "
POST: " enqueue_config('training_2.0.0/{}_common.yaml'.format(v['value'])); s['compile_time_mins'] = 240 if v['value'] == 'open' else 30 "

- KEY:
NAME: submission_status
REQ: EXACTLY_ONE
CHECK: " v['value'] in ['cloud', 'onprem', 'preview', 'research'] "

# at least one record should be found, but any found records must pass the test
- KEY:
NAME: cache_clear
Expand Down
5 changes: 0 additions & 5 deletions mlperf_logging/compliance_checker/training_2.1.0/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
CHECK: " v['value'] in ['closed', 'open'] "
POST: " enqueue_config('training_2.1.0/{}_common.yaml'.format(v['value'])); s['compile_time_mins'] = 240 if v['value'] == 'open' else 30 "

- KEY:
NAME: submission_status
REQ: EXACTLY_ONE
CHECK: " v['value'] in ['cloud', 'onprem', 'preview', 'research'] "

# at least one record should be found, but any found records must pass the test
- KEY:
NAME: cache_clear
Expand Down
5 changes: 0 additions & 5 deletions mlperf_logging/compliance_checker/training_3.0.0/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
CHECK: " v['value'] in ['closed', 'open'] "
POST: " enqueue_config('training_3.0.0/{}_common.yaml'.format(v['value'])); s['compile_time_mins'] = 240 if v['value'] == 'open' else 30 "

- KEY:
NAME: submission_status
REQ: EXACTLY_ONE
CHECK: " v['value'] in ['cloud', 'onprem', 'preview', 'research'] "

# at least one record should be found, but any found records must pass the test
- KEY:
NAME: cache_clear
Expand Down
5 changes: 0 additions & 5 deletions mlperf_logging/compliance_checker/training_3.1.0/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
CHECK: " v['value'] in ['closed', 'open'] "
POST: " enqueue_config('training_3.1.0/{}_common.yaml'.format(v['value'])); s['compile_time_mins'] = 240 if v['value'] == 'open' else 30 "

- KEY:
NAME: submission_status
REQ: EXACTLY_ONE
CHECK: " v['value'] in ['cloud', 'onprem', 'preview', 'research'] "

# at least one record should be found, but any found records must pass the test
- KEY:
NAME: cache_clear
Expand Down
5 changes: 0 additions & 5 deletions mlperf_logging/compliance_checker/training_4.0.0/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
CHECK: " v['value'] in ['closed', 'open'] "
POST: " enqueue_config('training_4.0.0/{}_common.yaml'.format(v['value'])); s['compile_time_mins'] = 240 if v['value'] == 'open' else 30 "

- KEY:
NAME: submission_status
REQ: EXACTLY_ONE
CHECK: " v['value'] in ['cloud', 'onprem', 'preview', 'research'] "

# at least one record should be found, but any found records must pass the test
- KEY:
NAME: cache_clear
Expand Down
5 changes: 0 additions & 5 deletions mlperf_logging/compliance_checker/training_4.1.0/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
CHECK: " v['value'] in ['closed', 'open'] "
POST: " enqueue_config('training_4.1.0/{}_common.yaml'.format(v['value'])); s['compile_time_mins'] = 240 if v['value'] == 'open' else 30 "

- KEY:
NAME: submission_status
REQ: EXACTLY_ONE
CHECK: " v['value'] in ['cloud', 'onprem', 'preview', 'research'] "

# at least one record should be found, but any found records must pass the test
- KEY:
NAME: cache_clear
Expand Down

0 comments on commit 4ee1687

Please sign in to comment.