File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- name : gtest
1
+ name : gtest-bare-metal
2
2
3
3
on :
4
4
# allow manually trigger
@@ -31,8 +31,8 @@ permissions:
31
31
contents : read
32
32
33
33
jobs :
34
- changes :
35
- runs-on : ubuntu-latest
34
+ gtest-check-for- changes :
35
+ runs-on : ubuntu-22.04
36
36
permissions :
37
37
pull-requests : read
38
38
outputs :
45
45
with :
46
46
filters : .github/path_filters.yml
47
47
48
- Build :
49
- needs : changes
48
+ gtest-build-mtl :
49
+ needs : gtest-check-for- changes
50
50
if : ${{ github.repository == 'OpenVisualCloud/Media-Transport-Library' && needs.changes.outputs.changed == 'true' }}
51
51
runs-on : [Linux, self-hosted, DPDK]
52
52
timeout-minutes : 60
89
89
./build.sh
90
90
sudo ldconfig
91
91
92
- Test :
93
- needs : [changes, Build ]
92
+ gtest-perform-tests :
93
+ needs : [gtest-check-for- changes, gtest-build-mtl ]
94
94
if : ${{ github.repository == 'OpenVisualCloud/Media-Transport-Library' && needs.changes.outputs.changed == 'true' }}
95
95
runs-on : [Linux, self-hosted, DPDK]
96
96
steps :
You can’t perform that action at this time.
0 commit comments