Change in std-project[master]: Fail check-merged
by review@gerrit-staging.phx.ovirt.org
>From Daniel Belenky <dbelenky(a)redhat.com>:
Daniel Belenky has posted comments on this change. ( https://gerrit-staging.phx.ovirt.org/75 )
Change subject: Fail check-merged
......................................................................
Patch Set 1: Verified+1 Code-Review+2
--
To view, visit https://gerrit-staging.phx.ovirt.org/75
To unsubscribe, visit https://gerrit-staging.phx.ovirt.org/settings
Gerrit-Project: std-project
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ieb11cbe708f0bad012612e967d169dc1df093571
Gerrit-Change-Number: 75
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Belenky <dbelenky(a)redhat.com>
Gerrit-Reviewer: Daniel Belenky <dbelenky(a)redhat.com>
Gerrit-Reviewer: Jenkins CI <infra(a)ovirt.org>
Gerrit-Comment-Date: Wed, 23 Aug 2017 15:13:02 +0000
Gerrit-HasComments: No
7 years, 3 months
Change in std-project[master]: Add automation scripts
by review@gerrit-staging.phx.ovirt.org
>From Daniel Belenky <dbelenky(a)redhat.com>:
Daniel Belenky has submitted this change and it was merged. ( https://gerrit-staging.phx.ovirt.org/74 )
Change subject: Add automation scripts
......................................................................
Add automation scripts
Added build-artifacts, check-merged and check-patch
Change-Id: Icfac9ec72b6ed1d6991ceceb4354321c8a97a436
Signed-off-by: Daniel Belenky <dbelenky(a)redhat.com>
---
A automation/build-artifacts.sh
A automation/check-merged.sh
A automation/check-patch.sh
A readme
4 files changed, 16 insertions(+), 0 deletions(-)
Approvals:
Jenkins CI: Passed CI tests
Daniel Belenky: Looks good to me, approved; Verified; Passed CI tests
--
To view, visit https://gerrit-staging.phx.ovirt.org/74
To unsubscribe, visit https://gerrit-staging.phx.ovirt.org/settings
Gerrit-Project: std-project
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Icfac9ec72b6ed1d6991ceceb4354321c8a97a436
Gerrit-Change-Number: 74
Gerrit-PatchSet: 2
Gerrit-Owner: Daniel Belenky <dbelenky(a)redhat.com>
Gerrit-Reviewer: Daniel Belenky <dbelenky(a)redhat.com>
Gerrit-Reviewer: Jenkins CI <infra(a)ovirt.org>
7 years, 3 months
Change in std-project[master]: Add automation scripts
by review@gerrit-staging.phx.ovirt.org
>From Daniel Belenky <dbelenky(a)redhat.com>:
Daniel Belenky has posted comments on this change. ( https://gerrit-staging.phx.ovirt.org/74 )
Change subject: Add automation scripts
......................................................................
Patch Set 2: Verified+1 Code-Review+2 Continuous-Integration+1
--
To view, visit https://gerrit-staging.phx.ovirt.org/74
To unsubscribe, visit https://gerrit-staging.phx.ovirt.org/settings
Gerrit-Project: std-project
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Icfac9ec72b6ed1d6991ceceb4354321c8a97a436
Gerrit-Change-Number: 74
Gerrit-PatchSet: 2
Gerrit-Owner: Daniel Belenky <dbelenky(a)redhat.com>
Gerrit-Reviewer: Daniel Belenky <dbelenky(a)redhat.com>
Gerrit-Reviewer: Jenkins CI <infra(a)ovirt.org>
Gerrit-Comment-Date: Wed, 23 Aug 2017 15:06:49 +0000
Gerrit-HasComments: No
7 years, 3 months
Build failed in Jenkins: system-sync_mirrors-centos-qemu-ev-release-el7-x86_64 #161
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-sync_mirrors-centos-qemu-ev-release-e...>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on mirrors.phx.ovirt.org (mirrors) in workspace <http://jenkins.ovirt.org/job/system-sync_mirrors-centos-qemu-ev-release-e...>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://gerrit.ovirt.org/jenkins.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Pruning obsolete local branches
Fetching upstream changes from http://gerrit.ovirt.org/jenkins.git
> git --version # timeout=10
> git fetch --tags --progress http://gerrit.ovirt.org/jenkins.git +refs/heads/*:refs/remotes/origin/* --prune
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from http://gerrit.ovirt.org/jenkins.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:817)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1084)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1115)
at hudson.scm.SCM.checkout(SCM.java:495)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:560)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:485)
at hudson.model.Run.execute(Run.java:1735)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress http://gerrit.ovirt.org/jenkins.git +refs/heads/*:refs/remotes/origin/* --prune" returned status code 128:
stdout:
stderr: fatal: unable to access 'http://gerrit.ovirt.org/jenkins.git/': Could not resolve host: gerrit.ovirt.org; Name or service not known
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1924)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1643)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:352)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:336)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
at ......remote call to mirrors.phx.ovirt.org(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:830)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor338.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy80.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:815)
... 11 more
ERROR: Error fetching remote repo 'origin'
7 years, 3 months
[JIRA] (OVIRT-1611) Add secrets file binding and injection to std ci
by Daniel Belenky (oVirt JIRA)
This is a multi-part message in MIME format...
------------=_1503494751-24645-177
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1611?page=com.atlassian.jir... ]
Daniel Belenky reassigned OVIRT-1611:
-------------------------------------
Assignee: Daniel Belenky (was: infra)
> Add secrets file binding and injection to std ci
> ------------------------------------------------
>
> Key: OVIRT-1611
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1611
> Project: oVirt - virtualization made easy
> Issue Type: New Feature
> Reporter: Daniel Belenky
> Assignee: Daniel Belenky
>
> In order to have fully functional secrets/environmental variables injection system in std ci, we need to change several things:
> # Add secrets file to Jenkins.
> # Inject the secrets file from Jenkins to all std ci jobs.
> # Modify standard-builder to call mock_runner with the required parameters and pass it the secrets file from Jenkins
--
This message was sent by Atlassian JIRA
(v1001.0.0-SNAPSHOT#100059)
------------=_1503494751-24645-177
Content-Type: text/html; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
<html><body>
<pre>[ https://ovirt-jira.atlassian.net/browse/OVIRT-1611?page=com.atlassian.jir... ]</pre>
<h3>Daniel Belenky reassigned OVIRT-1611:</h3>
<pre>Assignee: Daniel Belenky (was: infra)</pre>
<blockquote><h3>Add secrets file binding and injection to std ci</h3>
<pre> Key: OVIRT-1611
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1611
Project: oVirt - virtualization made easy
Issue Type: New Feature
Reporter: Daniel Belenky
Assignee: Daniel Belenky</pre>
<p>In order to have fully functional secrets/environmental variables injection system in std ci, we need to change several things: # Add secrets file to Jenkins. # Inject the secrets file from Jenkins to all std ci jobs. # Modify standard-builder to call mock_runner with the required parameters and pass it the secrets file from Jenkins</p></blockquote>
<p>— This message was sent by Atlassian JIRA (v1001.0.0-SNAPSHOT#100059)</p>
<img src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpSp2-2BCmpYL..." alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>
------------=_1503494751-24645-177--
7 years, 3 months
[JIRA] (OVIRT-1611) Add secrets file binding and injection to std ci
by Daniel Belenky (oVirt JIRA)
This is a multi-part message in MIME format...
------------=_1503494747-16286-196
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1611?page=com.atlassian.jir... ]
Daniel Belenky updated OVIRT-1611:
----------------------------------
Blocked By: Code
Status: Blocked (was: To Do)
> Add secrets file binding and injection to std ci
> ------------------------------------------------
>
> Key: OVIRT-1611
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1611
> Project: oVirt - virtualization made easy
> Issue Type: New Feature
> Reporter: Daniel Belenky
> Assignee: infra
>
> In order to have fully functional secrets/environmental variables injection system in std ci, we need to change several things:
> # Add secrets file to Jenkins.
> # Inject the secrets file from Jenkins to all std ci jobs.
> # Modify standard-builder to call mock_runner with the required parameters and pass it the secrets file from Jenkins
--
This message was sent by Atlassian JIRA
(v1001.0.0-SNAPSHOT#100059)
------------=_1503494747-16286-196
Content-Type: text/html; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
<html><body>
<pre>[ https://ovirt-jira.atlassian.net/browse/OVIRT-1611?page=com.atlassian.jir... ]</pre>
<h3>Daniel Belenky updated OVIRT-1611:</h3>
<pre>Blocked By: Code
Status: Blocked (was: To Do)</pre>
<blockquote><h3>Add secrets file binding and injection to std ci</h3>
<pre> Key: OVIRT-1611
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1611
Project: oVirt - virtualization made easy
Issue Type: New Feature
Reporter: Daniel Belenky
Assignee: infra</pre>
<p>In order to have fully functional secrets/environmental variables injection system in std ci, we need to change several things: # Add secrets file to Jenkins. # Inject the secrets file from Jenkins to all std ci jobs. # Modify standard-builder to call mock_runner with the required parameters and pass it the secrets file from Jenkins</p></blockquote>
<p>— This message was sent by Atlassian JIRA (v1001.0.0-SNAPSHOT#100059)</p>
<img src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpSp2-2BCmpYL..." alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>
------------=_1503494747-16286-196--
7 years, 3 months
[JIRA] (OVIRT-1611) Add secrets file binding and injection to std ci
by Daniel Belenky (oVirt JIRA)
This is a multi-part message in MIME format...
------------=_1503494736-29365-221
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1611?page=com.atlassian.jir... ]
Daniel Belenky updated OVIRT-1611:
----------------------------------
Epic Link: OVIRT-400
> Add secrets file binding and injection to std ci
> ------------------------------------------------
>
> Key: OVIRT-1611
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1611
> Project: oVirt - virtualization made easy
> Issue Type: New Feature
> Reporter: Daniel Belenky
> Assignee: infra
>
> In order to have fully functional secrets/environmental variables injection system in std ci, we need to change several things:
> # Add secrets file to Jenkins.
> # Inject the secrets file from Jenkins to all std ci jobs.
> # Modify standard-builder to call mock_runner with the required parameters and pass it the secrets file from Jenkins
--
This message was sent by Atlassian JIRA
(v1001.0.0-SNAPSHOT#100059)
------------=_1503494736-29365-221
Content-Type: text/html; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
<html><body>
<pre>[ https://ovirt-jira.atlassian.net/browse/OVIRT-1611?page=com.atlassian.jir... ]</pre>
<h3>Daniel Belenky updated OVIRT-1611:</h3>
<pre>Epic Link: OVIRT-400</pre>
<blockquote><h3>Add secrets file binding and injection to std ci</h3>
<pre> Key: OVIRT-1611
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1611
Project: oVirt - virtualization made easy
Issue Type: New Feature
Reporter: Daniel Belenky
Assignee: infra</pre>
<p>In order to have fully functional secrets/environmental variables injection system in std ci, we need to change several things: # Add secrets file to Jenkins. # Inject the secrets file from Jenkins to all std ci jobs. # Modify standard-builder to call mock_runner with the required parameters and pass it the secrets file from Jenkins</p></blockquote>
<p>— This message was sent by Atlassian JIRA (v1001.0.0-SNAPSHOT#100059)</p>
<img src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpSp2-2BCmpYL..." alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>
------------=_1503494736-29365-221--
7 years, 3 months
[JIRA] (OVIRT-1611) Add secrets file binding and injection to std ci
by Daniel Belenky (oVirt JIRA)
Daniel Belenky created OVIRT-1611:
-------------------------------------
Summary: Add secrets file binding and injection to std ci
Key: OVIRT-1611
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1611
Project: oVirt - virtualization made easy
Issue Type: New Feature
Reporter: Daniel Belenky
Assignee: infra
In order to have fully functional secrets/environmental variables injection system in std ci, we need to change several things:
# Add secrets file to Jenkins.
# Inject the secrets file from Jenkins to all std ci jobs.
# Modify standard-builder to call mock_runner with the required parameters and pass it the secrets file from Jenkins
--
This message was sent by Atlassian JIRA
(v1001.0.0-SNAPSHOT#100059)
7 years, 3 months
[JIRA] (OVIRT-1610) Add secrets resolving capabilities to mock_runner
by Daniel Belenky (oVirt JIRA)
This is a multi-part message in MIME format...
------------=_1503494507-32425-236
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1610?page=com.atlassian.jir... ]
Daniel Belenky reassigned OVIRT-1610:
-------------------------------------
Assignee: Daniel Belenky (was: infra)
> Add secrets resolving capabilities to mock_runner
> -------------------------------------------------
>
> Key: OVIRT-1610
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1610
> Project: oVirt - virtualization made easy
> Issue Type: New Feature
> Reporter: Daniel Belenky
> Assignee: Daniel Belenky
>
> Mock runner will look for "${stage}.environment.yaml" files in automation/ which is a request for secrets/environmental variables to be injected to mock env. Mock runner will use ci_env_client in order to fulfill the requests and inject the environmental variables
--
This message was sent by Atlassian JIRA
(v1001.0.0-SNAPSHOT#100059)
------------=_1503494507-32425-236
Content-Type: text/html; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
<html><body>
<pre>[ https://ovirt-jira.atlassian.net/browse/OVIRT-1610?page=com.atlassian.jir... ]</pre>
<h3>Daniel Belenky reassigned OVIRT-1610:</h3>
<pre>Assignee: Daniel Belenky (was: infra)</pre>
<blockquote><h3>Add secrets resolving capabilities to mock_runner</h3>
<pre> Key: OVIRT-1610
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1610
Project: oVirt - virtualization made easy
Issue Type: New Feature
Reporter: Daniel Belenky
Assignee: Daniel Belenky</pre>
<p>Mock runner will look for “${stage}.environment.yaml” files in automation/ which is a request for secrets/environmental variables to be injected to mock env. Mock runner will use ci_env_client in order to fulfill the requests and inject the environmental variables</p></blockquote>
<p>— This message was sent by Atlassian JIRA (v1001.0.0-SNAPSHOT#100059)</p>
<img src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpSp2-2BCmpYL..." alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>
------------=_1503494507-32425-236--
7 years, 3 months