File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- name : gtest
1+ name : gtest-bare-metal
22
33on :
44 # allow manually trigger
@@ -31,8 +31,8 @@ permissions:
3131 contents : read
3232
3333jobs :
34- changes :
35- runs-on : ubuntu-latest
34+ gtest-check-for- changes :
35+ runs-on : ubuntu-22.04
3636 permissions :
3737 pull-requests : read
3838 outputs :
4545 with :
4646 filters : .github/path_filters.yml
4747
48- Build :
49- needs : changes
50- if : ${{ github.repository == 'OpenVisualCloud/Media-Transport-Library' && needs.changes.outputs.changed == 'true' }}
48+ gtest-build-mtl :
49+ needs : gtest-check-for- changes
50+ if : ${{ github.repository == 'OpenVisualCloud/Media-Transport-Library' && needs.gtest-check-for- changes.outputs.changed == 'true' }}
5151 runs-on : [Linux, self-hosted, DPDK]
5252 timeout-minutes : 60
5353
8989 ./build.sh
9090 sudo ldconfig
9191
92- Test :
93- needs : [changes, Build ]
94- if : ${{ github.repository == 'OpenVisualCloud/Media-Transport-Library' && needs.changes.outputs.changed == 'true' }}
92+ gtest-perform-tests :
93+ needs : [gtest-check-for- changes, gtest-build-mtl ]
94+ if : ${{ github.repository == 'OpenVisualCloud/Media-Transport-Library' && needs.gtest-check-for- changes.outputs.changed == 'true' }}
9595 runs-on : [Linux, self-hosted, DPDK]
9696 steps :
9797 - name : Harden Runner
You can’t perform that action at this time.
0 commit comments