-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For testing we also need the net branch of bpf-next. Signed-off-by: Daniel Borkmann <[email protected]>
- Loading branch information
Showing
4 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ jobs: | |
git config user.name "GH action" | ||
git config user.email "[email protected]" | ||
echo "bpf-next $id" > misc/dummy | ||
echo "bpf-net $id" >> misc/dummy | ||
echo "bpf $id" >> misc/dummy | ||
git add misc/dummy | ||
git commit -a -m "bpf/bpf-next: $id" | ||
|
@@ -32,6 +33,7 @@ jobs: | |
id=${{ steps.commit.outputs.id }} | ||
gh pr create \ | ||
-l "gha-builds/kernel/bpf-next" \ | ||
-l "gha-builds/kernel/bpf-net" \ | ||
-l "gha-builds/kernel/bpf" \ | ||
--title "bpf/bpf-next update: $id" \ | ||
--body "PR to update bpf/bpf-next" \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters