Skip to content

Commit 6021caf

Browse files
authored
[stable-24-3-13-enterprise] remove clang14 (#12338) (#19379)
2 parents ab72018 + 7dd5f63 commit 6021caf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
strategy:
204204
fail-fast: false
205205
matrix:
206-
build_preset: ["relwithdebinfo", "release-asan", "release-clang14"]
206+
build_preset: ["relwithdebinfo", "release-asan"]
207207
runs-on: [ self-hosted, auto-provisioned, "${{ format('build-preset-{0}', matrix.build_preset) }}" ]
208208
name: Build and test ${{ matrix.build_preset }}
209209
steps:
@@ -247,7 +247,7 @@ jobs:
247247
https://api.github.com/repos/${{github.repository}}/commits/${{github.event.pull_request.head.sha}}/status | \
248248
jq -cr '.statuses | .[] | select(.state=="success") | select(.context | startswith("build_")) | .context' | \
249249
wc -l )
250-
if [[ $successbuilds == "3" ]];then
250+
if [[ $successbuilds == "2" ]];then
251251
integrated_status="success"
252252
else
253253
integrated_status="failure"

0 commit comments

Comments
 (0)