Description
when AlgorithmSource type for the same training is changed from vcs to objectStorage, commit ID for result remains in the run for objectStorage type.
Precondition
Add model training files to bucket for objectStorage AlgorithmSource type:
Create model training with vcs AlgorithmSource type and wait until succeeds.
Update training from step (1) by changing AlgorithmSource type to objectStorage.
Notice that in the Result/Status commit ID is present for both runs.
Actual result
when AlgorithmSource type for the same training is changed from vcs to objectStorage, commit ID for result remains in the run for objectStorage type.
Expected result
The commit ID should be present only for the result of training run with vcs AlgorithmSource type.
Description when AlgorithmSource type for the same training is changed from
vcs
toobjectStorage
, commit ID for result remains in the run forobjectStorage
type.Precondition
objectStorage
AlgorithmSource type:Manifests
Steps to Reproduce:
vcs
AlgorithmSource type and wait until succeeds.objectStorage
.Actual result when AlgorithmSource type for the same training is changed from
vcs
toobjectStorage
, commit ID for result remains in the run forobjectStorage
type.Expected result The commit ID should be present only for the result of training run with
vcs
AlgorithmSource type.Attachments