-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
leave OneDockerBinaryConfig repository_path to default None (#1400)
Summary: Pull Request resolved: #1400 ## Why In previous Diff D35096344 (94f90b6), D35137463 (4ea6319). we added the ability to override `repository_path` for MPC/PID games. During Amazon integration, amazon found that Customized Repository Support in OneDocker only works when override config.yml file. Amazon want to take the second option in https://www.internalfb.com/intern/wiki/Private_Computation_Infra/Cloud_Infra/OneDocker_0/Customized_Repository_Support_in_OneDocker/ Define the ONEDOCKER_REPOSITORY_PATH environment variable in task definition (Thanks Ziyan) here are the code pointers that one docker svc to read the default repo path if we leave it as None * https://www.internalfb.com/code/fbsource/[ee0e5ecd17ae0dc7114aea5baecfcc352f94f03f]/fbcode/measurement/private_measurement/pcp/oss/onedocker/script/runner/onedocker_runner.py?lines=361-366 * https://www.internalfb.com/code/fbsource/[ee0e5ecd17ae0dc7114aea5baecfcc352f94f03f]/fbcode/measurement/private_measurement/pcp/oss/onedocker/script/runner/onedocker_runner.py?lines=66 detail discussion https://fb.workplace.com/groups/331044242148818/posts/538772661375974/?comment_id=539554887964418 ## What * leave oneDockerBinaryConfig repository_path to default None * not override `env_vars` if repository_path didn't specify Reviewed By: jrodal98 Differential Revision: D38392439 fbshipit-source-id: b2242f2321b44c7b6f547932739376067652df19
- Loading branch information
1 parent
780d961
commit e1c367c
Showing
11 changed files
with
61 additions
and
23 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
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
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