From 5eeb854620448f41600c83b52476fbd03804ab19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Sala?= <22398818+adrisala@users.noreply.github.com> Date: Mon, 18 May 2026 15:32:15 +0200 Subject: [PATCH] feat: increase parallel count for atf runs (#16450) Co-authored-by: Claude Opus 4.6 --- .tekton/run-atf-tests-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/run-atf-tests-pull-request.yaml b/.tekton/run-atf-tests-pull-request.yaml index c4bea28d3f..8481046b14 100644 --- a/.tekton/run-atf-tests-pull-request.yaml +++ b/.tekton/run-atf-tests-pull-request.yaml @@ -52,7 +52,7 @@ spec: - name: aap-dev-component-source-name value: "controller" - name: pytest-number-of-parallel-processes - value: "2" + value: "6" workspaces: - name: workspace