This is an automated email from the ASF dual-hosted git repository.

kaihsun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new 116cfad  SUBMARINE-856. Predefined experiment pods CrashLoopBackOff
116cfad is described below

commit 116cfad8808a1273fc84ade17a4aa7f243499623
Author: Lisa <[email protected]>
AuthorDate: Tue Jun 29 15:02:39 2021 +0800

    SUBMARINE-856. Predefined experiment pods CrashLoopBackOff
    
    ### What is this PR for?
    Solve the problem of predefined experiment pods CrashLoopBackOff.
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-856
    
    ### How should this be tested?
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Do the license files need updating? Yes/No
    * Are there breaking changes for older versions? Yes/No
    * Does this need new documentation? Yes/No
    
    Author: Lisa <[email protected]>
    
    Signed-off-by: Kai-Hsun Chen <[email protected]>
    
    Closes #621 from aeioulisa/SUBMARINE-856 and squashes the following commits:
    
    01305de7 [Lisa] add predefined tf experiment memory
---
 dev-support/database/submarine-data.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/database/submarine-data.sql 
b/dev-support/database/submarine-data.sql
index 19df463..0084fca 100644
--- a/dev-support/database/submarine-data.sql
+++ b/dev-support/database/submarine-data.sql
@@ -92,6 +92,6 @@ INSERT INTO `environment` VALUES
 -- Records of experiment_templates
 -- ----------------------------
 INSERT INTO `experiment_template` (`id`, `experimentTemplate_name`, 
`experimentTemplate_spec`, `create_by`, `create_time`, `update_by`, 
`update_time`) VALUES
-('experimentTemplate_1599498007985_0013', 'tf-mnist', '{\"name\": 
\"tf-mnist\", \"author\": \"author\", \"parameters\": [{\"name\": 
\"learning_rate\", \"value\": \"0.2\", \"required\": \"false\", 
\"description\": \"The parameter of train mnist.\"}, {\"name\": \"batch_size\", 
\"value\": \"150\", \"required\": \"false\", \"description\": \"The parameter 
of train mnist.\"}, {\"name\": \"experiment_name\", \"required\": \"true\", 
\"description\": \"experiment name, you should change it to av [...]
+('experimentTemplate_1599498007985_0013', 'tf-mnist', '{\"name\": 
\"tf-mnist\", \"author\": \"author\", \"parameters\": [{\"name\": 
\"learning_rate\", \"value\": \"0.2\", \"required\": \"false\", 
\"description\": \"The parameter of train mnist.\"}, {\"name\": \"batch_size\", 
\"value\": \"150\", \"required\": \"false\", \"description\": \"The parameter 
of train mnist.\"}, {\"name\": \"experiment_name\", \"required\": \"true\", 
\"description\": \"experiment name, you should change it to av [...]
 
 INSERT INTO `experiment_template` (`id`, `experimentTemplate_name`, 
`experimentTemplate_spec`, `create_by`, `create_time`, `update_by`, 
`update_time`) VALUES('experimentTemplate_1606489231336_0014', 'pytorch-mnist', 
'{\"name\": \"pytorch-mnist\", \"author\": \"author\", \"parameters\": 
[{\"name\": \"experiment_name\", \"required\": \"true\", \"description\": 
\"experiment name\"}, {\"name\": \"spec.Master.replicas\", \"value\": \"1\", 
\"required\": \"false\", \"description\": \"\"}, {\"na [...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to