-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Move shards json to result directory (#1557)
Fixes #1475 ## Test Plan > How do we know the code works? 1. Run flank with android or ios test 1. Wait until ```results-directory``` is created 1. Open the results directory and check ```*_shards.json``` exists 1. If ```disable-results-upload``` not set, check shards file exists in gcloud bucket 1. Flank shouldn't upload shards file to gcs if ```disable-results-upload``` set ## Checklist - [X] Documented [(SDD in ticket comment)](#1475 (comment)) - [x] Unit tests updated - [X] Integration tests updated
- Loading branch information
1 parent
ae09391
commit 38e09ed
Showing
13 changed files
with
36 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
integration_tests/src/test/resources/compare/IgnoreFailedIT-compare
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
integration_tests/src/test/resources/compare/MultipleApksIT-compare
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.