Skip to content

Commit 608399e

Browse files
authored
[k2] enable confdata integration tests (#1511)
1 parent aaf549a commit 608399e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/kphp_ci_pipeline_runner.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,10 @@ def _calculate_pytest_jobs_count(default_percent: int = 95) -> int:
482482
kphp_polyfills_repo=kphp_polyfills_repo,
483483
cxx_name=args.cxx_name,
484484
k2_bin=args.k2_bin,
485-
tests_dir=os.path.join(args.kphp_tests_repo, "python/tests/k2_rpc_server/"),
485+
tests_dir=" ".join([
486+
os.path.join(args.kphp_tests_repo, "python/tests/k2_rpc_server/"),
487+
os.path.join(args.kphp_tests_repo, "python/tests/confdata/"),
488+
]),
486489
),
487490
skip=not args.k2_bin or (args.steps and "k2-integration-tests" not in args.steps),
488491
)

0 commit comments

Comments
 (0)