You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2024. It is now read-only.
### What is this PR for?
Preparing for Submarine release 0.8.0-RC0
Notes:
1. workbench-v2 does not chang the versions (this is not yet developed and will not be merged into 0.8.0, but is planned to be merged into a new branch in the future).
2. submarine-v2 does not chang the versions (we will no longer support this).
### What type of PR is it?
Feature
### Todos
* [X] - Move version from 0.8.0-SNAPSHOT to 0.8.0-RC0
### What is the Jira issue?
https://issues.apache.org/jira/browse/SUBMARINE-1403
### How should this be tested?
CI
### Screenshots (if appropriate)
NA
### Questions:
* Do the license files need updating? No
* Are there breaking changes for older versions? No
* Does this need new documentation? No
Author: cdmikechen <[email protected]>
Signed-off-by: cdmikechen <[email protected]>
Closes#1097 from cdmikechen/prepare-0.8.0-RC0 and squashes the following commits:
a92859d [cdmikechen] Preparing Submarine release 0.8.0-RC0
(concat('experimentTemplate_', UNIX_TIMESTAMP(), '000_0003'), 'quickstart', '{"name":"quickstart","author":"admin","parameters":[{"name":"experiment_name","required":"true","description":"experiment name, you should change it to avoid duplication with other experiment names."},{"name":"spec.Worker.replicas","value":"3","required":"false","description":""},{"name":"spec.Worker.resourceMap.cpu","value":"1","required":"false","description":""},{"name":"spec.Worker.resourceMap.memory","value":"1024M","required":"false","description":""}],"description":"This is a template to run quickstart\\n","experimentSpec":{"meta":{"cmd":"python /opt/train.py","name":"{{experiment_name}}","envVars":{"ENV_1":"ENV1"},"framework":"TensorFlow","namespace":"default"},"spec":{"Worker":{"replicas":3,"resources":"cpu=1,memory=1024M","resourceMap":{"cpu":"1","memory":"1024M"}}},"environment":{"image":"apache/submarine:quickstart-0.8.0-SNAPSHOT"}}}', NULL, now(), NULL, now());
81
+
(concat('experimentTemplate_', UNIX_TIMESTAMP(), '000_0003'), 'quickstart', '{"name":"quickstart","author":"admin","parameters":[{"name":"experiment_name","required":"true","description":"experiment name, you should change it to avoid duplication with other experiment names."},{"name":"spec.Worker.replicas","value":"3","required":"false","description":""},{"name":"spec.Worker.resourceMap.cpu","value":"1","required":"false","description":""},{"name":"spec.Worker.resourceMap.memory","value":"1024M","required":"false","description":""}],"description":"This is a template to run quickstart\\n","experimentSpec":{"meta":{"cmd":"python /opt/train.py","name":"{{experiment_name}}","envVars":{"ENV_1":"ENV1"},"framework":"TensorFlow","namespace":"default"},"spec":{"Worker":{"replicas":3,"resources":"cpu=1,memory=1024M","resourceMap":{"cpu":"1","memory":"1024M"}}},"environment":{"image":"apache/submarine:quickstart-0.8.0-RC0"}}}', NULL, now(), NULL, now());
0 commit comments