We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ebb33 commit da9c654Copy full SHA for da9c654
.github/workflows/smoke_tests.yml
@@ -69,7 +69,7 @@ jobs:
69
runner: runner-4
70
71
validation-prepare-setup-mcm:
72
- runs-on: ["self-hosted", "runner-4"]
+ runs-on: [Linux, self-hosted, DPDK]
73
needs: call-bare-metal-build
74
timeout-minutes: 60
75
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
@@ -126,7 +126,7 @@ jobs:
126
127
validation-run-tests:
128
needs: validation-prepare-setup-mcm
129
130
131
132
env:
0 commit comments