mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
ci config update to enable job
This commit is contained in:
parent
22573361de
commit
d10bf725f0
@ -1260,8 +1260,7 @@ CI_CONFIG = CIConfig(
|
||||
),
|
||||
JobNames.INTEGRATION_TEST_ARM: TestConfig(
|
||||
Build.PACKAGE_AARCH64,
|
||||
# add [run_by_label="test arm"] to not run in regular pr workflow by default
|
||||
job_config=JobConfig(num_batches=6, **integration_test_common_params, run_by_label="test arm"), # type: ignore
|
||||
job_config=JobConfig(num_batches=5, **integration_test_common_params), # type: ignore
|
||||
),
|
||||
JobNames.INTEGRATION_TEST: TestConfig(
|
||||
Build.PACKAGE_RELEASE,
|
||||
|
Loading…
Reference in New Issue
Block a user