Skip to content

Commit

Permalink
add trained model dir for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhouyiy committed Nov 3, 2019
1 parent 1a0d172 commit 7eda2bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
17 changes: 3 additions & 14 deletions draft/ContinousDeliveryRequirement.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
##Logic Requirement
1. Supervisor manages a release of model (containers, and router and A/B testing)
2. When receiving a new release configuration, supervisor will somehow stop previous containers and start new containers, and change the "routing table"
3. After a certain time, supervisor will generate a report of the new release
4. Supervisor uses the user engagement data to evaluate model online
5. Provide a mechanism for roll back to previous release
6*. Provide a mechanism for blocking a new release when previous release has not been stable

##Infrastructure Requirement
1. Build a service to receive user recommendation request forward to related container
2. Provide api for managing container (operations like start and stop)
3. Provide mechanism for receiving new configuration
4. Routing user to correct container according to "Routing Table"
5. Store the recommendation log for report use
## Requirement
1. Provide Jenkens infrastructure for continuous integration and continuous delivery
2. Automatically run unit test or unit test script and generate unit test coverage report

1 change: 1 addition & 0 deletions draft/SupervisorRequirement.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
3. Provide mechanism for receiving new configuration
4. Routing user to correct container according to "Routing Table"
5. Store the recommendation log for report use

1 change: 1 addition & 0 deletions test/resource/inference/trained_model/placeholderfile.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please Delete It

0 comments on commit 7eda2bc

Please sign in to comment.