We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3045da + f961cc3 commit 920bf00Copy full SHA for 920bf00
AndroidXCI/lib/src/main/kotlin/dev/androidx/ci/testRunner/TestMatrixStore.kt
@@ -106,7 +106,8 @@ internal class TestMatrixStore(
106
pullScreenshots = pullScreenshots,
107
testTargets = testTargets,
108
flakyTestAttempts = flakyTestAttempts,
109
- testTimeoutSeconds = testTimeoutSeconds
+ testTimeoutSeconds = testTimeoutSeconds,
110
+ orchestratorOption = orchestratorOption,
111
)
112
logger.info {
113
"created test matrix: $newTestMatrix"
0 commit comments