Commit Graph

978 Commits

Author SHA1 Message Date
Max K
c6f6b1da7d add comment in yml wf 2024-06-05 09:47:11 +02:00
Max K
06c9438341 CI: Move coverage build to non-special build list 2024-06-05 09:34:31 +02:00
Max K
f0f3d533c6 Merge branch 'master' into ci_py_small_refactoring 2024-06-04 18:57:43 +02:00
Max K
f5757ab3a8 CI: ci.py refactoring 2024-06-04 12:58:43 +02:00
Alexey Milovidov
fc0c44c9c4 Ask about company name on GitHub 2024-06-04 05:00:39 +02:00
Max K
64d3a8417e CI: MergeQueue: add binary_release and unit tests 2024-05-31 17:11:01 +02:00
Max K
e0b261d129 CI: CI Settings updates 2024-05-31 12:30:40 +02:00
Max K
bc8a4a244f CI: CI Settings updates 2024-05-31 12:05:49 +02:00
Max K
50ad9c37cc CI: Build Report Check to verify only enabled builds 2024-05-31 10:57:31 +02:00
Max K
89a7c9ac7d CI: add CI settings option to upload all 2024-05-30 21:52:33 +02:00
Max K
edf8d92cf0 CI: add category to changelog.py 2024-05-28 12:53:52 +02:00
Max K
324bec78ff CI: Critical bugfix category in PR template 2024-05-27 18:43:24 +02:00
Max K
2669df7296 add secrets to reusable build yml 2024-05-24 17:43:02 +02:00
Max K
4982d7c85c fix for mark release ready 2024-05-24 16:59:47 +02:00
Max K
b254be6180 CI: add secrets to reusable build stage wf yml 2024-05-24 16:57:08 +02:00
Max K
cb37b098ef CI: add secrets to reusable stage wf yml 2024-05-24 16:17:25 +02:00
Max K
f1421c9e5c style fix 2024-05-24 12:27:05 +02:00
Max K
22b441ed40 fix PR template 2024-05-24 12:00:24 +02:00
Max K
d4fb2d50e9 CI: Sync, Merge check, CI gh's statuses fixes 2024-05-24 12:00:16 +02:00
Max K
3e21ff92a3 CI: master workflow with folded jobs 2024-05-24 10:53:19 +02:00
Max K
8d697123da CI: Cancel sync wf on new push 2024-05-23 18:44:12 +02:00
Max K
9a40ff033d
Merge branch 'master' into ci_disable_arm_int_tests_with_kerberazied_kafka 2024-05-22 20:35:23 +02:00
alesapin
455045056f Merge branch 'master' into ci_disable_arm_int_tests_with_kerberazied_kafka 2024-05-21 17:18:13 +02:00
Max K
ac7da1cc38 CI: cancel running PR wf after adding to MQ 2024-05-21 17:14:52 +02:00
Max K
f00f551fba
Merge pull request #64093 from ClickHouse/ci_mergeable_check_redesign
CI: mergeable check redesign
2024-05-21 08:04:50 +00:00
Max Kainov
a735ab7dd1 fix upstream commit status update in sync pr 2024-05-20 18:58:56 +00:00
Azat Khuzhin
64a308013f Tune mmap_rnd_bits to workaround sanitizers issues
v1: vm.mmap_rnd_bits=28
v2: rebase with clang 18.1.6 + kernel.randomize_va_space=0
v3: leave only vm.mmap_rnd_bits=28 + use pre-run.sh (hope that it will
    be used), that way docker will not require --privileged and by some
    reason this breaks ASAN (though I cannot reproduce it)
v4: use actions/common_setup over init_runner.sh (it requires some
    manual deploy)
2024-05-19 22:37:16 +02:00
Max K
5698ef698d check overall wf status in mergeable check 2024-05-19 18:02:15 +02:00
Max K
4e4d078786 return sync pr status to upstream from FinishCheck job 2024-05-18 20:36:04 +02:00
Max K
d5eac97d45 remove update_mergeable_check_from_ci.py 2024-05-18 19:53:06 +02:00
Max K
e3329a10f9 CI: mergeable check redesign 2024-05-18 18:25:48 +02:00
Robert Schulze
5fb8ea4c62
Merge remote-tracking branch 'ClickHouse/master' into qiangxuhui-loongarch64 2024-05-17 07:56:01 +00:00
Max K
d7f95ddfcf CI: Enable Arm integration tests job in CI 2024-05-16 13:16:01 +02:00
Max K
c6e81542e1
Merge pull request #63757 from ClickHouse/ci_remove_cancel_wf
CI: remove Cancel and Debug workflows as redundant
2024-05-14 17:03:37 +00:00
Anton Popov
c229175bc3
fix typo 2024-05-14 16:24:59 +02:00
Max K
30515e2202 CI: remove Cancel and Debus wf as redundant 2024-05-14 16:03:50 +02:00
qiangxuhui
13508de9a4 Fix code according to review suggestions 2024-05-14 10:49:09 +00:00
qiangxuhui
537b56b139 Add loongarch64 CI support 2024-05-14 08:15:28 +00:00
qiangxuhui
97a5de9653 Initial support for loongarch64
Make ClickHouse compilable and runnable on loongarch64

So far only basic functionality was tested (on real hw),
clickhouse server runs, exceptions works, client works,
simple tests works.
2024-05-14 07:45:26 +00:00
Mikhail f. Shiryaev
f9a7a50fcf
Merge pull request #63123 from ClickHouse/ci_separate_wf_file_for_mq
CI: try separate the workflows file for GitHub's Merge Queue
2024-05-11 10:46:06 +00:00
Mikhail f. Shiryaev
afe37d6095
Bring back hmarr/debug-action as agreed in slack 2024-05-11 12:22:41 +02:00
Robert Schulze
15e67fee78
Merge remote-tracking branch 'ClickHouse/master' into hlee-z-build-fix 2024-05-02 07:02:24 +00:00
Konstantin Bogdanov
a779f76b59
Hide CI options under a spoiler 2024-05-01 14:56:49 +02:00
alesapin
0b836376d1 Run azure tests in PR 2024-04-30 17:41:44 +02:00
Robert Schulze
6af89ecf12
Revert "Disable s390x build"
This reverts commit 116393c951.
2024-04-30 10:02:19 +00:00
Max Kainov
155866b262 CI: try separate wf file for MQ 2024-04-29 14:15:09 +00:00
Mikhail f. Shiryaev
fd6f17b3f3
Update the debug-action 2024-04-29 12:27:40 +02:00
alesapin
8a2ca8513d Temporary remove azure from template 2024-04-27 16:58:21 +02:00
alesapin
78e6d62ed3
Merge branch 'master' into ci_add_azure_tests 2024-04-27 12:33:42 +02:00
alesapin
b4e3880c6b Test work without azurite 2024-04-27 12:30:28 +02:00