Skip to content

Commit da9c654

Browse files
runs-on: [Linux, self-hosted, DPDK]
1 parent a5ebb33 commit da9c654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/smoke_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
runner: runner-4
7070

7171
validation-prepare-setup-mcm:
72-
runs-on: ["self-hosted", "runner-4"]
72+
runs-on: [Linux, self-hosted, DPDK]
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: ["self-hosted", "runner-4"]
129+
runs-on: [Linux, self-hosted, DPDK]
130130
timeout-minutes: 60
131131
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
132132
env:

0 commit comments

Comments
 (0)