Skip to content

Commit fbaad48

Browse files
authored
Launchable: Remove launchable subset command (#13969)
I've enabled the [Predictive Test Selection](https://www.launchableinc.com/docs/features/predictive-test-selection/) feature, which let machine-learning model selects the appropriate tests to reduce CI execution time in #12617. However, I noticed that there are some problems for enabling PTS in Ruby CI after several experiments. Until fixing the problem, I'll disable this feature by removing `launchable subset` command.
1 parent 61b5d3c commit fbaad48

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/actions/launchable/setup/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,6 @@ runs:
182182
--flavor workflow="${{ github.workflow }}" \
183183
--test-suite ${suite} \
184184
)
185-
launchable subset \
186-
--get-tests-from-previous-sessions \
187-
--non-blocking \
188-
--target 90% \
189-
--session "${session}" \
190-
raw > /dev/null
191185
echo "${target}_session=${session}" >> $GITHUB_OUTPUT
192186
}
193187

0 commit comments

Comments
 (0)