File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,8 @@ def tests(self) -> Dict[str, Any]:
9898 if self .toolchain .version >= 18 :
9999 tests_list .append ("test_progs_cpuv4" )
100100
101- if self .arch in [Arch .X86_64 , Arch .AARCH64 ]:
102- tests_list .append ("sched_ext" )
101+ # if self.arch in [Arch.X86_64, Arch.AARCH64]:
102+ # tests_list.append("sched_ext")
103103
104104 if not self .parallel_tests :
105105 tests_list = [test for test in tests_list if not test .endswith ("parallel" )]
Original file line number Diff line number Diff line change 4848 ARTIFACTS_ARCHIVE : " vmlinux-${{ inputs.arch }}-${{ inputs.toolchain_full }}.tar.zst"
4949 BPF_NEXT_BASE_BRANCH : ' master'
5050 BPF_NEXT_FETCH_DEPTH : 64 # A bit of history is needed to facilitate incremental builds
51- BUILD_SCHED_EXT_SELFTESTS : ${{ inputs.arch == 'x86_64' || inputs.arch == 'aarch64' && 'true' || '' }}
51+ # BUILD_SCHED_EXT_SELFTESTS: ${{ inputs.arch == 'x86_64' || inputs.arch == 'aarch64' && 'true' || '' }}
5252 KBUILD_OUTPUT : ${{ github.workspace }}/kbuild-output
5353 KERNEL : ${{ inputs.kernel }}
5454 KERNEL_ROOT : ${{ github.workspace }}
You can’t perform that action at this time.
0 commit comments