Skip to content

Commit 1abb692

Browse files
authored
Merge pull request ClickHouse#77425 from azat/ci/stress-digest
ci: run stress tests on tests/ci/stress.py changes
2 parents db5d250 + c612b04 commit 1abb692

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/defs/job_configs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ class JobConfigs:
476476
digest_config=Job.CacheDigestConfig(
477477
include_paths=[
478478
"./tests/queries/0_stateless/",
479+
"./tests/ci/stress.py",
479480
"./tests/clickhouse-test",
480481
"./tests/config",
481482
"./tests/*.txt",

tests/ci/ci_definitions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ class CommonJobConfigs:
427427
digest=DigestConfig(
428428
include_paths=[
429429
"./tests/queries/0_stateless/",
430+
"./tests/ci/stress.py",
430431
"./tests/clickhouse-test",
431432
"./tests/config",
432433
"./tests/*.txt",

0 commit comments

Comments
 (0)