We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HKube micro-service Algorithm builder
Describe the bug changing algorithm github branch does create new build Expected behavior should create a new algorithm version
To Reproduce create new algorithm using
{ "name": "cttt", "cpu": 1, "gpu": 0, "mem": "256Mi", "minHotWorkers": 0, "baseImage": "", "options": { "debug": false, "binary": true }, "env": "python", "entryPoint": "main.py", "gitRepository": { "entryPoint": "main.py", "url": "https://github.com/tamir321/HkubePythonConvertByteArrayToImage.git", "branchName": "master", "tag": "", "token": "", "gitKind": "github" } }
when build completed change to "master "to "barach1"
{ "name": "cttt", "cpu": 1, "gpu": 0, "mem": "256Mi", "minHotWorkers": 0, "baseImage": "", "options": { "debug": false, "binary": true }, "env": "python", "entryPoint": "main.py", "gitRepository": { "entryPoint": "main.py", "url": "https://github.com/tamir321/HkubePythonConvertByteArrayToImage.git", "branchName": "branch1", "tag": "", "token": "", "gitKind": "github" } }
The text was updated successfully, but these errors were encountered:
Github branch does not create new build because there is no change in the branch, it's the same commit. If you want a new build, add a new commit
Sorry, something went wrong.
nassiharel
tamir321
Successfully merging a pull request may close this issue.
HKube micro-service
Algorithm builder
Describe the bug
changing algorithm github branch does create new build
Expected behavior
should create a new algorithm version
To Reproduce
create new algorithm using
when build completed change to "master "to "barach1"
The text was updated successfully, but these errors were encountered: