Skip to content

Commit

Permalink
ci: add perf list check
Browse files Browse the repository at this point in the history
Signed-off-by: Qinghao Shi <[email protected]>
  • Loading branch information
jamesbeyond committed May 13, 2024
1 parent 0ac5759 commit 7f403f8
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,10 @@ jobs:
run: .github/ci_scripts/check_qemu.exp 'perf test -s 5,15,16,17,18,21,60,62' 180 FAILED

- name: Check perf stat
run: .github/ci_scripts/check_qemu.exp 'perf stat tar -czf test.tar.gz /bin' 60 '' seconds sys
run: .github/ci_scripts/check_qemu.exp 'perf stat tar -czf test.tar.gz /bin' 60 '' 'seconds sys'

- name: Check perf list
run: .github/ci_scripts/check_qemu.exp 'perf --no-pager list' 30 'Error'


xt-qemu-32ilp32:
Expand Down Expand Up @@ -283,7 +286,10 @@ jobs:
run: .github/ci_scripts/check_qemu.exp 'perf test -s 5,15,16,17,18,21,50,60,62' 180 FAILED

- name: Check perf stat
run: .github/ci_scripts/check_qemu.exp 'perf stat tar -czf test.tar.gz /bin' 60 '' seconds sys
run: .github/ci_scripts/check_qemu.exp 'perf stat tar -czf test.tar.gz /bin' 60 '' 'seconds sys'

- name: Check perf list
run: .github/ci_scripts/check_qemu.exp 'perf --no-pager list' 30 'Error'


ruyi-qemu-64ilp32:
Expand Down Expand Up @@ -324,4 +330,7 @@ jobs:
run: .github/ci_scripts/check_qemu.exp 'perf test -s 5,15,16,17,18,21,50,60,62' 180 FAILED

- name: Check perf stat
run: .github/ci_scripts/check_qemu.exp 'perf stat tar -czf test.tar.gz /bin' 60 '' seconds sys
run: .github/ci_scripts/check_qemu.exp 'perf stat tar -czf test.tar.gz /bin' 60 '' 'seconds sys'

- name: Check perf list
run: .github/ci_scripts/check_qemu.exp 'perf --no-pager list' 30 'Error'

0 comments on commit 7f403f8

Please sign in to comment.