Skip to content

Commit 3e402f4

Browse files
authored
Merge branch 'dev' into dev
2 parents d3654d2 + 895cb85 commit 3e402f4

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/test-mlc-core-actions.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)