threefoldtecharchive / jumpscaleX_archived

Apache License 2.0
1 stars 6 forks source link

Digitalme builder doesn't work from branch #675

Closed Dinaamagdy closed 5 years ago

Dinaamagdy commented 5 years ago

run digitalme from development_builder branch in jumpscale raise error as it try to clone digital me with development_builder branch which not exist in digital me repo and deal with as private repo


  File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/usr/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/sandbox/code/github/threefoldtech/jumpscaleX/Jumpscale/builder/test/builder/test02_apps.py", line 19, in test001_digitalme
    j.builders.apps.digitalme.build(reset=True)
  File "/sandbox/code/github/threefoldtech/jumpscaleX/Jumpscale/builder/system/BuilderBaseClass.py", line 162, in wrapper_action
    res = self.apply_method(func, kwargs)
  File "/sandbox/code/github/threefoldtech/jumpscaleX/Jumpscale/builder/system/BuilderBaseClass.py", line 93, in apply_method
    return func(**kwargs)
  File "/sandbox/code/github/threefoldtech/jumpscaleX/Jumpscale/builder/apps/BuilderDigitalME.py", line 38, in build
    j.clients.git.pullGitRepo(url="https://github.com/threefoldtech/digitalmeX.git", branch=self.branch)
  File "/sandbox/code/github/threefoldtech/jumpscaleX/Jumpscale/clients/git/GitFactory.py", line 295, in pullGitRepo
    interactive=interactive,
  File "/sandbox/code/github/threefoldtech/jumpscaleX/Jumpscale/clients/git/GitFactory.py", line 381, in pullGitRepo
    "prob SSH-agent not loaded, permission denied on git:%s" % url
ERROR: prob SSH-agent not loaded, permission denied on git:https://github.com/threefoldtech/digitalmeX.git
despiegk commented 5 years ago

test on #682

waleedhammam commented 5 years ago

Branch: development_builders fix at: https://github.com/threefoldtech/jumpscaleX/commit/78344d024038491d003441f213dc94b02b36f7fe