kube-HPC / hkube

🐟 High Performance Computing over Kubernetes - Core Repo 🎣
http://hkube.io
MIT License
307 stars 20 forks source link

copy paste of algorithm json through ui, fails to create a new algorithm with diffrent name. #1768

Closed golanha closed 1 year ago

golanha commented 1 year ago

Take an exsiting algorithm, copy it. Create a new algorithm move to json view, paste the algorithm json, rename the algorihm to a new name and try to submit the new algorithm. Acual: you will fail on missing file or some other run time error.

If submit of algorithm is done through the json editor view, skip any validations.

zivglik commented 1 year ago

After you copy old JSON after then Investigate if there is a change from code to image Why is there no version?

zivglik commented 1 year ago

There is no uploaded algorithm code file, but there is an algorithm code. Please change the type from code to image.

zivglik commented 1 year ago

QA UI https://dev1.hkube.io/hkube/dashboard-cancel-msg-file-is-image/#/jobs?&experiment=main

zivglik commented 1 year ago

CODEREVIEW https://github.com/kube-HPC/hkube/pull/1784