Skip to content

Commit b495a08

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

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/workflows/kernel-build.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,19 @@ jobs:
8383
uses: libbpf/ci/get-linux-source@v3
8484
with:
8585
dest: '.kernel'
86-
rev: ${{ env.BPF_NEXT_BASE_BRANCH }}
87-
- uses: libbpf/ci/prepare-incremental-build@v3
88-
with:
89-
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-
}}
95-
arch: ${{ inputs.arch }}
96-
toolchain_full: ${{ inputs.toolchain_full }}
97-
kbuild-output: ${{ env.KBUILD_OUTPUT }}
86+
repo: 'https://github.com/linux-netdev/testing-bpf-ci.git'
87+
rev: 'to-test'
88+
# - uses: libbpf/ci/prepare-incremental-build@v3
89+
# with:
90+
# repo-root: ${{ inputs.download_sources && '.kernel' || env.REPO_ROOT }}
91+
# base-branch: >-
92+
# ${{ inputs.download_sources && env.BPF_NEXT_BASE_BRANCH
93+
# || github.event_name == 'pull_request' && github.base_ref
94+
# || github.ref_name
95+
# }}
96+
# arch: ${{ inputs.arch }}
97+
# toolchain_full: ${{ inputs.toolchain_full }}
98+
# kbuild-output: ${{ env.KBUILD_OUTPUT }}
9899
- if: ${{ inputs.download_sources }}
99100
name: Move linux source in place
100101
shell: bash

0 commit comments

Comments
 (0)