-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken testTargetsForShard #282
Comments
This seems like a bug in flank. What version of flank are you using? |
Hello, I found the same problem. I did try using from |
i have the same issue as well version: v22.05.0. have you find out what is causing it and how to fix ? |
@runningcode this issue doesn't happen on flank v22.05.0 |
Hi, i am trying to distribute a set of tests A on one shard and set of testsB on a separate shard. I assume that't the solution would be to configure something like this:
when i execute
./gradlew printYml
i noticed that it's set properlyHowever, when i execute
./gradlew runFlank
I get the following error:
It seems that it tries to grab
android_shards.json
file that was never generated. Unless the user have to manually provide itThe text was updated successfully, but these errors were encountered: