Skip to content

Commit 03276ef

Browse files
committed
feat githubci: remove duplicate CI
Tests: протестировано CI commit_hash:a5b58b68ebb551bc11d08522044d571a276b3803
1 parent c7ab8be commit 03276ef

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
-DUSERVER_BUILD_SAMPLES=1
3939
-DUSERVER_BUILD_TESTS=1
4040
-DCMAKE_BUILD_TYPE=Release
41-
gtest-filter: '*'
41+
gtest-filter: '-LoggingTest.Format:LoggingTest.CallFormat'
4242
image: ubuntu-22.04-userver-base-ci
4343
info: ubuntu + clang-16 + cxx20
4444
id: ubuntu_clang16_cxx20
@@ -58,20 +58,6 @@ jobs:
5858
image: ubuntu-22.04-userver-base-ci
5959
info: ubuntu + gcc-11 + cxx20
6060
id: ubuntu_gcc11_cxx20
61-
- cmake-flags: >-
62-
-DCMAKE_C_COMPILER=clang-16
63-
-DCMAKE_CXX_COMPILER=clang++-16
64-
-DCMAKE_CXX_STANDARD=20
65-
-DCPM_SOURCE_CACHE=/userver/.cpm
66-
-DUSERVER_BUILD_ALL_COMPONENTS=1
67-
-DUSERVER_FEATURE_ROCKS=0
68-
-DUSERVER_BUILD_SAMPLES=1
69-
-DUSERVER_BUILD_TESTS=1
70-
-DCMAKE_BUILD_TYPE=Release
71-
gtest-filter: -YdbExecuteTpl/1.SimpleWriteReadBinary:LoggingTest.Format:LoggingTest.CallFormat
72-
image: ubuntu-22.04-userver-base-ci
73-
info: ubuntu + clang-16 + cxx20
74-
id: ubuntu_clang16_cxx20
7561
- cmake-flags: >-
7662
-DCMAKE_C_COMPILER=gcc-13
7763
-DCMAKE_CXX_COMPILER=g++-13

0 commit comments

Comments
 (0)