Skip to content
New issue

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

Github branch does not create new build #714

Closed
tamir321 opened this issue Feb 10, 2020 · 1 comment · Fixed by #717
Closed

Github branch does not create new build #714

tamir321 opened this issue Feb 10, 2020 · 1 comment · Fixed by #717

Comments

@tamir321
Copy link

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"
    }
}
@nassiharel
Copy link
Contributor

nassiharel commented Feb 13, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants