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 4646 VALIDATE_CPP : true
4747 VALIDATE_GO : true
4848 VALIDATE_GITHUB_ACTIONS : true
49- ACTIONLINT_CONFIG_PATH : " .github/actionlint.yaml"
49+ ACTIONLINT_CONFIG_PATH : " .github/configs/ actionlint.yaml"
5050 VALIDATE_GROOVY : true
5151 VALIDATE_JSON_PRETTIER : true
5252 VALIDATE_JSONC_PRETTIER : true
Original file line number Diff line number Diff line change 6969 runner : runner-4
7070
7171 validation-prepare-setup-mcm :
72- runs-on : [Linux, self-hosted, DPDK ]
72+ runs-on : [self-hosted, runner-4 ]
7373 needs : call-bare-metal-build
7474 timeout-minutes : 60
7575 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
@@ -126,7 +126,7 @@ jobs:
126126
127127 validation-run-tests :
128128 needs : validation-prepare-setup-mcm
129- runs-on : [Linux, self-hosted, DPDK ]
129+ runs-on : [self-hosted, runner-4 ]
130130 timeout-minutes : 60
131131 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
132132 env :
You can’t perform that action at this time.
0 commit comments