Skip to content

Commit a09397b

Browse files
committed
remove depreciate CI
1 parent 63a5241 commit a09397b

File tree

5 files changed

+6
-41
lines changed

5 files changed

+6
-41
lines changed

.github/workflows/main.yml

-32
This file was deleted.

.github/workflows/test-libbpf.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,7 @@ jobs:
8484
8585
- name: test 44
8686
run: |
87-
make -C src/43-kfuncs
87+
make -C src/44-scx-simple
88+
- name: test 45
89+
run: |
90+
make -C src/45-scx-nest

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# eBPF Developer Tutorial: Learning eBPF Step by Step with Examples
22

3-
[![CI](https://github.com/eunomia-bpf/bpf-developer-tutorial/actions/workflows/main.yml/badge.svg)](https://github.com/eunomia-bpf/bpf-developer-tutorial/actions/workflows/main.yml)
3+
[![Test run](https://github.com/eunomia-bpf/bpf-developer-tutorial/actions/workflows/main.yml/badge.svg)](https://github.com/eunomia-bpf/bpf-developer-tutorial/actions/workflows/test-libbpf.yml)
44
[![Test and trigger downstream tutorial sync](https://github.com/eunomia-bpf/bpf-developer-tutorial/actions/workflows/trigger-sync.yml/badge.svg)](https://github.com/eunomia-bpf/bpf-developer-tutorial/actions/workflows/trigger-sync.yml)
55

66
[GitHub](https://github.com/eunomia-bpf/bpf-developer-tutorial)

README.zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# eBPF 开发者教程与知识库:eBPF Tutorial by Example
22

3-
[![CI](https://github.com/eunomia-bpf/bpf-developer-tutorial/actions/workflows/main.yml/badge.svg)](https://github.com/eunomia-bpf/bpf-developer-tutorial/actions/workflows/main.yml)
3+
[![Test run](https://github.com/eunomia-bpf/bpf-developer-tutorial/actions/workflows/main.yml/badge.svg)](https://github.com/eunomia-bpf/bpf-developer-tutorial/actions/workflows/test-libbpf.yml)
44

55
[GitHub](https://github.com/eunomia-bpf/bpf-developer-tutorial)
66
[Gitee 镜像](https://gitee.com/yunwei37/bpf-developer-tutorial)

book.toml

-6
This file was deleted.

0 commit comments

Comments
 (0)