Skip to content

Commit 6ae4049

Browse files
Add .Tests to the job names that are running tests
There could be differences between compiler and versions not in compile time but in runtime as well. Relates-To: MINOR Signed-off-by: Rustam Gamidov <ext-rustam.gamidov@here.com>
1 parent 2b02a90 commit 6ae4049

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/psv_pipelines.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
psv-linux-22-04-gcc9-build-cpplint:
16-
name: PSV.Linux.22.04.gcc9.Cpplint
16+
name: PSV.Linux.22.04.gcc9.Tests.Cpplint
1717
runs-on: ubuntu-22.04
1818
env:
1919
BUILD_TYPE: RelWithDebInfo
@@ -80,7 +80,7 @@ jobs:
8080
shell: bash
8181

8282
psv-linux-22-04-gcc11-build:
83-
name: PSV.Linux.22.04.gcc11
83+
name: PSV.Linux.22.04.gcc11.Tests
8484
runs-on: ubuntu-22.04
8585
env:
8686
BUILD_TYPE: RelWithDebInfo
@@ -98,7 +98,7 @@ jobs:
9898
shell: bash
9999

100100
psv-linux-latest-gcc14-build:
101-
name: PSV.Linux.latest.gcc14
101+
name: PSV.Linux.latest.gcc14.Tests
102102
runs-on: ubuntu-latest
103103
env:
104104
BUILD_TYPE: RelWithDebInfo
@@ -135,7 +135,7 @@ jobs:
135135
shell: bash
136136

137137
psv-linux-22-04-gcc13-build:
138-
name: PSV.Linux.22.04.gcc13
138+
name: PSV.Linux.22.04.gcc13.Tests
139139
runs-on: ubuntu-22.04
140140
env:
141141
BUILD_TYPE: RelWithDebInfo
@@ -170,7 +170,7 @@ jobs:
170170
shell: bash
171171

172172
psv-linux-22-04-clang-build:
173-
name: PSV.Linux.22.04.clang
173+
name: PSV.Linux.22.04.clang.Tests
174174
runs-on: ubuntu-22.04
175175
env:
176176
BUILD_TYPE: RelWithDebInfo

0 commit comments

Comments
 (0)