ci config update to enable job

This commit is contained in:
Max K 2024-05-16 14:57:22 +02:00
parent 22573361de
commit d10bf725f0

View File

@ -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,