Skip to content

Commit

Permalink
remove depreciate CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Oct 20, 2024
1 parent 63a5241 commit a09397b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 41 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/main.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/test-libbpf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,7 @@ jobs:
- name: test 44
run: |
make -C src/43-kfuncs
make -C src/44-scx-simple
- name: test 45
run: |
make -C src/45-scx-nest
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# eBPF Developer Tutorial: Learning eBPF Step by Step with Examples

[![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)
[![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)
[![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)

[GitHub](https://github.com/eunomia-bpf/bpf-developer-tutorial)
Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# eBPF 开发者教程与知识库:eBPF Tutorial by Example

[![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)
[![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)

[GitHub](https://github.com/eunomia-bpf/bpf-developer-tutorial)
[Gitee 镜像](https://gitee.com/yunwei37/bpf-developer-tutorial)
Expand Down
6 changes: 0 additions & 6 deletions book.toml

This file was deleted.

0 comments on commit a09397b

Please sign in to comment.