From f961cc320de2827f7c0fe28b85057a2fb4de8e2b Mon Sep 17 00:00:00 2001 From: Aurimas Liutikas Date: Thu, 5 Feb 2026 12:31:02 -0800 Subject: [PATCH] Add missing orchestratorOption parameter in TestMatrixStore Test: None --- .../main/kotlin/dev/androidx/ci/testRunner/TestMatrixStore.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidXCI/lib/src/main/kotlin/dev/androidx/ci/testRunner/TestMatrixStore.kt b/AndroidXCI/lib/src/main/kotlin/dev/androidx/ci/testRunner/TestMatrixStore.kt index 5a1ebd3..0c1a12a 100644 --- a/AndroidXCI/lib/src/main/kotlin/dev/androidx/ci/testRunner/TestMatrixStore.kt +++ b/AndroidXCI/lib/src/main/kotlin/dev/androidx/ci/testRunner/TestMatrixStore.kt @@ -106,7 +106,8 @@ internal class TestMatrixStore( pullScreenshots = pullScreenshots, testTargets = testTargets, flakyTestAttempts = flakyTestAttempts, - testTimeoutSeconds = testTimeoutSeconds + testTimeoutSeconds = testTimeoutSeconds, + orchestratorOption = orchestratorOption, ) logger.info { "created test matrix: $newTestMatrix"