Skip to content

Commit 41acf0b

Browse files
authored
Update gtest jobs for a better naming convention.
Update `ubuntu_build_with_gtest.yml` (gtest) for a better naming convention.
1 parent 3e732d1 commit 41acf0b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ubuntu_build_with_gtest.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: gtest
1+
name: gtest-bare-metal
22

33
on:
44
# allow manually trigger
@@ -31,8 +31,8 @@ permissions:
3131
contents: read
3232

3333
jobs:
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:
@@ -45,8 +45,8 @@ jobs:
4545
with:
4646
filters: .github/path_filters.yml
4747

48-
Build:
49-
needs: changes
48+
gtest-build-mtl:
49+
needs: gtest-check-for-changes
5050
if: ${{ github.repository == 'OpenVisualCloud/Media-Transport-Library' && needs.changes.outputs.changed == 'true' }}
5151
runs-on: [Linux, self-hosted, DPDK]
5252
timeout-minutes: 60
@@ -89,8 +89,8 @@ jobs:
8989
./build.sh
9090
sudo ldconfig
9191
92-
Test:
93-
needs: [changes, Build]
92+
gtest-perform-tests:
93+
needs: [gtest-check-for-changes, gtest-build-mtl]
9494
if: ${{ github.repository == 'OpenVisualCloud/Media-Transport-Library' && needs.changes.outputs.changed == 'true' }}
9595
runs-on: [Linux, self-hosted, DPDK]
9696
steps:

0 commit comments

Comments
 (0)