-
Notifications
You must be signed in to change notification settings - Fork 668
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get redex to parse baseline profile interactions
Summary: See https://fb.workplace.com/groups/PoGOStick/permalink/2117221028730017/ for context. This allows Redex to intake the profiles specified in the baseline profile configs. Also changes the redex.py script in all redex branches to avoid any breakage. **Changes to redex.py** - Reads baseline profile config json file - Compiles list of all interaction ids - Compiles list of all default interaction ids - Adds default interaction ids to dd interaction ids (and to method profile paths) - Adds other interaction ids (variants) to separate list - Passes both lists to redex **Changes to redex** - Adds an additional arg to take in variant interaction ids - In method profiles, adds all variant interaction ids to a separate interaction list - Changes unresolved methods to work on variant interactions and default interactions - Changes baseline profile creation to first look in manual profile interaction list, then in default interaction list, and finally in variant interaction list Reviewed By: jimmycFB Differential Revision: D69270481 fbshipit-source-id: 9985f1c8a53d830e50057fa9596959520bf6a4a0
- Loading branch information
1 parent
d9ed2fb
commit e4a1446
Showing
5 changed files
with
174 additions
and
34 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
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
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
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.