Skip to content

cpu_watcher:统计抢占时间及调度延迟功能添加 (#727) #12

cpu_watcher:统计抢占时间及调度延迟功能添加 (#727)

cpu_watcher:统计抢占时间及调度延迟功能添加 (#727) #12

Workflow file for this run

name: kvm_watcher
on:
push:
branches:
- "*"
paths:
- 'eBPF_Supermarket/kvm_watcher/**'
- '.github/workflows/kvm_watcher.yml'
pull_request:
branches:
- "*"
paths:
- 'eBPF_Supermarket/kvm_watcher/**'
- '.github/workflows/kvm_watcher.yml'
jobs:
kvm_watcher-project-build-and-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Test program execution
run: |
cd eBPF_Supermarket/kvm_watcher/
make deps
make