Skip to content

Commit 8f02168

Browse files
DPDK fix
1 parent 191abe9 commit 8f02168

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.actionlint.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/smoke_tests.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: smoke-tests-bare-metal
22

33
on:
44
push:
5-
branches:
6-
- 'smoke-tests'
5+
branches: ["main", "smoke-tests"]
6+
pull_request:
7+
branches: [ "main" ]
78
workflow_dispatch:
89
inputs:
910
branch-to-checkout:
@@ -36,15 +37,21 @@ env:
3637
MTL_FFMPEG_7_0: ./mtl-binaries/ffmpeg-7-0/ffmpeg
3738
MCM_FFMPEG_6_1: ./mcm-binaries/ffmpeg-6-1/ffmpeg
3839
MTL_FFMPEG_6_1: ./mtl-binaries/ffmpeg-6-1/ffmpeg
40+
3941
permissions:
4042
contents: read
43+
44+
concurrency:
45+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
46+
cancel-in-progress: true
47+
4148
jobs:
4249
call-base-build:
4350
uses: ./.github/workflows/base_build.yml
4451
with:
4552
branch: ${{ github.event_name == 'push' && github.ref_name || github.event.inputs.branch-to-checkout || 'main' }}
4653
validation-prepare-setup-mcm:
47-
runs-on: [Linux, self-hosted, DPDK]
54+
runs-on: [Linux, self-hosted]
4855
needs: call-base-build
4956
timeout-minutes: 60
5057
outputs:
@@ -97,7 +104,7 @@ jobs:
97104
sed -i "s|{{ MCM_PATH }}|${{ github.workspace }}|g" tests/validation/configs/topology_config_workflow.yaml
98105
validation-run-tests:
99106
needs: validation-prepare-setup-mcm
100-
runs-on: [Linux, self-hosted, DPDK]
107+
runs-on: [Linux, self-hosted]
101108
timeout-minutes: 60
102109
env:
103110
PYTEST_RETRIES: '3'

0 commit comments

Comments
 (0)