File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -202,13 +202,28 @@ jobs:
202202 run : |
203203 mlc rm repo mlcommons@mlperf-automations -f
204204 mlc pull repo mlcommons@mlperf-automations --tag=mlperf-automations-v1.0.0
205+
206+ - name : Test 22 - Test silent mode
207+ run : |
208+ ! mlcr detect,cpu -j -s 2>&1 | grep -q INFO
209+ ! mlcr detect,cpu -j --silent 2>&1 | grep -q INFO
210+
211+ - name : Test 23 - Test verbose mode
212+ run : |
213+ mlcr detect,cpu -j -v 2>&1 | grep -q DEBUG
214+ mlcr detect,cpu -j --verbose 2>&1 | grep -q DEBUG
205215
206- - name : Test 22 - Test recursive mlc pull repo
216+ - name : Test 24 - Test recursive mlc pull repo
207217 run : |
208218 export MLC_REPOS=$HOME/test
209219 mlcp https://github.com/GATEOverflow/GO-PDFs
210220 mlcr detect,os -j
211221
222+ - name : Test 25 - Test automatic repo pull
223+ run : |
224+ mlc rm repo mlcommons@mlperf-automations -f
225+ mlcr detect,cpu -j
226+
212227 test_mlc_access_core_actions :
213228
214229 runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments