[github-actions] set MAX_JOBS=3 for Border Router tests (#7301)

This commit sets `MAX_JOBS` to 3 for Border Router tests (using OTBR
Docker) to improve reliability.

The original `MAX_JOBS` value is 10.

Related metrics:
- Border Router tests takes 12 minutes with MAX_JOBS=10
- Border Router tests takes 24 minutes with MAX_JOBS=3
This commit is contained in:
Simon Lin
2022-01-10 21:25:11 -08:00
committed by GitHub
parent 064c91a32d
commit 55af6ce2c8
+1
View File
@@ -125,6 +125,7 @@ jobs:
PYTHONUNBUFFERED: 1
VERBOSE: 1
BORDER_ROUTING: 1
MAX_JOBS: 3
steps:
- uses: actions/checkout@v2
- name: Build OTBR Docker