Skip to content

Commit

Permalink
修改流水线配置文件,让程序自动停下,而且流水线不报错
Browse files Browse the repository at this point in the history
  • Loading branch information
xukanshan committed Dec 22, 2023
1 parent c41be3e commit f5934b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Memory_Subsystem__sysstat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ jobs:
git submodule update --init --recursive
- name: Run sysstat
continue-on-error: true
run: |
cd eBPF_Supermarket/Memory_Subsystem/applications/sysstat/
bpftool btf dump file /sys/kernel/btf/vmlinux format c > vmlinux.h
sudo make sysstat
trap 'exit 0' EXIT
sudo timeout 10 ./sysstat
sudo timeout 20 ./sysstat

0 comments on commit f5934b9

Please sign in to comment.