소스 검색

ci(networking): disable BBRv3 patch step in workflow

The BBRv3 patch step is temporarily disabled to investigate network
stability issues in the CI environment. This allows tests to proceed
while root cause analysis is performed.
TheWildJames 4 달 전
부모
커밋
05ac030aae
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/actions/networking/action.yml

+ 1 - 0
.github/actions/networking/action.yml

@@ -12,6 +12,7 @@ runs:
   using: "composite"
   steps:
     - name: Patch with BBRv3
+      if: false
       shell: bash
       working-directory: ${{ github.workspace }}/kernel/common
       run: |