[
https://issues.jboss.org/browse/JBIDE-24882?page=com.atlassian.jira.plugi...
]
Lukáš Valach edited comment on JBIDE-24882 at 8/29/17 8:38 AM:
---------------------------------------------------------------
A test "test_connected_to_github_user" \[1\] was failing with fillowing
message:
{quote}
ASSERT:Failed with (1): Hi devstudio-release! You've successfully authenticated, but
GitHub does not provide shell access.
{quote}
This state should be accepted but test was expecting different user name (JBossJenkins).
After PR \[2\] is merged test accept both user names.
\[1\]
https://gitlab.mw.lab.eng.bos.redhat.com/jbossqe-jenkins/mwqa-env-suite/b...
\[2\]
https://gitlab.mw.lab.eng.bos.redhat.com/jbossqe-jenkins/mwqa-env-suite/m...
was (Author: lvalach):
A test "test_connected_to_github_user" \[1\] was failing with fillowing
message:
{quote}
ASSERT:Failed with (1): Hi devstudio-release! You've successfully authenticated, but
GitHub does not provide shell access.
{quote}
This state should be accepted but test was expecting different user name (JBossJenkins).
After PR \[2\] is merged test accept both user names.
\[1\]
https://gitlab.mw.lab.eng.bos.redhat.com/jbossqe-jenkins/mwqa-env-suite/b...
\[2\]
https://gitlab.mw.lab.eng.bos.redhat.com/jbossqe-jenkins/mwqa-env-suite/m...
Can't rebuild releng image
--------------------------
Key: JBIDE-24882
URL:
https://issues.jboss.org/browse/JBIDE-24882
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Affects Versions: 4.5.1.AM1
Reporter: Lukáš Valach
Assignee: Lukáš Valach
Fix For: 4.5.1.AM2
It is not possible to rebuild "rhel7-x64-jbds-releng" image because update
image pipeline \[1\] fails during cloning of mwqa-env-suite repository \[2\]
\[1\]
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Central...
\[2\]
https://gitlab.mw.lab.eng.bos.redhat.com/dev-platform/mwqa-env-suite
{code}
MW QA environment configured
+ echo 'MW QA environment configured'
+ test_repo=git@gitlab.mw.lab.eng.bos.redhat.com:dev-platform/mwqa-env-suite.git
+ test='git clone
git@gitlab.mw.lab.eng.bos.redhat.com:dev-platform/mwqa-env-suite.git &&
./mwqa-env-suite/run.sh jbds docker releng'
+ ssh -o PasswordAuthentication=no -o UserKnownHostsFile=/dev/null -o
StrictHostKeyChecking=no -o Loglevel=error -i /tmp/os.key.QYcvv9Sg hudson(a)10.8.242.82
'git clone git@gitlab.mw.lab.eng.bos.redhat.com:dev-platform/mwqa-env-suite.git
&& ./mwqa-env-suite/run.sh jbds docker releng'
Cloning into 'mwqa-env-suite'...
Bad owner or permissions on /home/hudson/.ssh/config
fatal: Could not read from remote repository.
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)