File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ name: smoke-tests-bare-metal
22
33on :
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 :
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+
3941permissions :
4042 contents : read
43+
44+ concurrency :
45+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
46+ cancel-in-progress : true
47+
4148jobs :
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 :
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'
You can’t perform that action at this time.
0 commit comments