odahu / odahu-flow

Apache License 2.0
12 stars 2 forks source link

when AlgorithmSource type is changed from `vcs` to `objectStorage`, commit ID for result remains #584

Closed BPylypenko closed 3 years ago

BPylypenko commented 3 years ago

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

Manifests

  1. create_train-odahu-diff-vcs-object-storage.txt
  2. update_train-odahu-diff-vcs-object-storage.txt

Steps to Reproduce:

  1. Create model training with vcs AlgorithmSource type and wait until succeeds.
  2. Update training from step (1) by changing AlgorithmSource type to objectStorage.
  3. 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.

Attachments image