[JIRA] (OVIRT-1717) When a component build passes OST, tag its git hash

This is a multi-part message in MIME format... ------------=_1509278412-14452-114 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit [ https://ovirt-jira.atlassian.net/browse/OVIRT-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=35236#comment-35236 ] danken commented on OVIRT-1717: ------------------------------- Until this is implemented, I've written a little script to automate what I do to find the latest tested version of a project {code:shell} $ cat ~/bin/ovirt-latest-tested #!/bin/sh project=$1 [[ -z "$project" ]] && project=ovirt-engine curl -s http://plain.resources.ovirt.org/pub/ovirt-master-snapshot/rpm/el7/noarch/| grep "\"$project-[0-9]"|tail -1 |sed 's/.*git//;s/.el7.*//' {code}
When a component build passes OST, tag its git hash ---------------------------------------------------
Key: OVIRT-1717 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1717 Project: oVirt - virtualization made easy Issue Type: New Feature Components: oVirt CI Reporter: danken Assignee: infra Labels: change-queue, standard-ci
Tagging the source git would make it easier for me to tell if a specific git commit is already tested by OST and available for QA.
-- This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100070) ------------=_1509278412-14452-114 Content-Type: text/html; charset="UTF-8" Content-Disposition: inline Content-Transfer-Encoding: 7bit <html><body> <pre>[ https://ovirt-jira.atlassian.net/browse/OVIRT-1717?page=com.atlassian.jira.p... ]</pre> <h3>danken commented on OVIRT-1717:</h3> <p>Until this is implemented, I've written a little script to automate what I do to find the latest tested version of a project</p> <p>{code:shell} $ cat ~/bin/ovirt-latest-tested #!/bin/sh</p> <p>project=$1 [[ -z “$project” ]] && project=ovirt-engine</p> <p>curl -s <a href="http://plain.resources.ovirt.org/pub/ovirt-master-snapshot/rpm/el7/noarch/">http://plain.resources.ovirt.org/pub/ovirt-master-snapshot/rpm/el7/noarch/</a>| grep "\"$project-[0-9]"|tail -1 |sed ‘s/.*git//;s/.el7.*//’ {code}</p> <blockquote><h3>When a component build passes OST, tag its git hash</h3> <pre> Key: OVIRT-1717 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1717 Project: oVirt - virtualization made easy Issue Type: New Feature Components: oVirt CI Reporter: danken Assignee: infra Labels: change-queue, standard-ci</pre> <p>Tagging the source git would make it easier for me to tell if a specific git commit is already tested by OST and available for QA.</p></blockquote> <p>— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100070)</p> <img src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpSp2-2BCmpYLyzY..." 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> ------------=_1509278412-14452-114--
participants (1)
-
danken (oVirt JIRA)