We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0d03d commit f961cc3Copy full SHA for f961cc3
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