Skip to content

Commit df27fa2

Browse files
committed
Run ci on netdev
1 parent cb3f36b commit df27fa2

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/kernel-build.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,12 @@ jobs:
8383
uses: libbpf/ci/get-linux-source@v3
8484
with:
8585
dest: '.kernel'
86-
rev: ${{ env.BPF_NEXT_BASE_BRANCH }}
86+
repo: 'https://github.com/linux-netdev/testing-bpf-ci.git'
87+
rev: 'to-test'
8788
- uses: libbpf/ci/prepare-incremental-build@v3
8889
with:
8990
repo-root: ${{ inputs.download_sources && '.kernel' || env.REPO_ROOT }}
90-
base-branch: >-
91-
${{ inputs.download_sources && env.BPF_NEXT_BASE_BRANCH
92-
|| github.event_name == 'pull_request' && github.base_ref
93-
|| github.ref_name
94-
}}
91+
base-branch: 'to-test'
9592
arch: ${{ inputs.arch }}
9693
toolchain_full: ${{ inputs.toolchain_full }}
9794
kbuild-output: ${{ env.KBUILD_OUTPUT }}
@@ -100,7 +97,7 @@ jobs:
10097
shell: bash
10198
run: |
10299
cd .kernel
103-
rm -rf .git
100+
rm -rf .git .github ci
104101
mv -t .. $(ls -A)
105102
cd ..
106103
rmdir .kernel

0 commit comments

Comments
 (0)