Sandro Bonazzola has uploaded a new change for review.

Change subject: vdsm: gluster: provide 3.7 nightly builds
......................................................................

vdsm: gluster: provide 3.7 nightly builds

Enable GlusterFS Nightly on all distributions required for
VDSM starting from https://gerrit.ovirt.org/39075

Change-Id: I0c56659eb2e768695c6f22f92f44f19587921fae
Signed-off-by: Sandro Bonazzola <sbona...@redhat.com>
---
M jobs/confs/yaml/jobs/vdsm/vdsm_install-rpm-sanity.yaml
M jobs/packaging/repo_closure_check.sh
2 files changed, 12 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/jenkins refs/changes/39/39139/1

diff --git a/jobs/confs/yaml/jobs/vdsm/vdsm_install-rpm-sanity.yaml 
b/jobs/confs/yaml/jobs/vdsm/vdsm_install-rpm-sanity.yaml
index 9c7c288..162a485 100644
--- a/jobs/confs/yaml/jobs/vdsm/vdsm_install-rpm-sanity.yaml
+++ b/jobs/confs/yaml/jobs/vdsm/vdsm_install-rpm-sanity.yaml
@@ -14,24 +14,28 @@
           extra-repos: |
               
ovirt-master-snapshot,http://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/$distro
               
ovirt-master-snapshot-static,http://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/$distro
+              
glusterfs-fedora-nightly,http://download.gluster.org/pub/gluster//glusterfs/nightly/glusterfs/fedora-\\$releasever-\\$basearch
               
glusterfs-fedora,http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/fedora-\\$releasever/\\$basearch
-              
glusterfs-noarch-epel,http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/fedora-\\$releasever/noarch
+              
glusterfs-noarch-fedora,http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/fedora-\\$releasever/noarch
       - fc21:
           extra-repos: |
               
ovirt-master-snapshot,http://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/$distro
               
ovirt-master-snapshot-static,http://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/$distro
+              
glusterfs-fedora-nightly,http://download.gluster.org/pub/gluster//glusterfs/nightly/glusterfs/fedora-\\$releasever-\\$basearch
               
glusterfs-fedora,http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/fedora-\\$releasever/\\$basearch
-              
glusterfs-noarch-epel,http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/fedora-\\$releasever/noarch
+              
glusterfs-noarch-fedora,http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/fedora-\\$releasever/noarch
       - el7:
           extra-repos: |
               
ovirt-master-snapshot,http://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/$distro
               
ovirt-master-snapshot-static,http://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/$distro
+              
glusterfs-epel-nightly,http://download.gluster.org/pub/gluster/glusterfs/nightly/glusterfs/epel-\\$releasever-\\$basearch
               
glusterfs-epel,http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-\\$releasever/\\$basearch
               
glusterfs-noarch-epel,http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-\\$releasever/noarch
       - el6:
           extra-repos: |
               
ovirt-master-snapshot,http://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/$distro
               
ovirt-master-snapshot-static,http://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/$distro
+              
glusterfs-epel-nightly,http://download.gluster.org/pub/gluster/glusterfs/nightly/glusterfs/epel-\\$releasever-\\$basearch
               
glusterfs-epel,http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-\\$releasever/\\$basearch
               
glusterfs-noarch-epel,http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-\\$releasever/noarch
     arch:
diff --git a/jobs/packaging/repo_closure_check.sh 
b/jobs/packaging/repo_closure_check.sh
index e77ecf0..4fd450e 100755
--- a/jobs/packaging/repo_closure_check.sh
+++ b/jobs/packaging/repo_closure_check.sh
@@ -127,12 +127,14 @@
                 
--repofrompath=check-updates-$distid,"${CENTOS_MIRROR}/${DISTRIBUTION_VERSION}"/updates/x86_64/
 \
                 
--repofrompath=check-extras-$distid,"${CENTOS_MIRROR}/${DISTRIBUTION_VERSION}"/extras/x86_64/
 \
                 
--repofrompath=check-epel-$distid,"${EPEL_MIRROR}"/epel/"${DISTRIBUTION_VERSION}"/x86_64/
 \
+                
--repofrompath=check-glusterfs-epel-$distid-nightly,"${GLUSTER_MIRROR}"/pub/gluster/glusterfs/nightly/glusterfs/epel-"${DISTRIBUTION_VERSION}"-x86_64/
 \
                 
--repofrompath=check-glusterfs-epel-$distid,"${GLUSTER_MIRROR}"/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-"${DISTRIBUTION_VERSION}"/x86_64/
 \
                 
--repofrompath=check-glusterfs-epel-noarch-$distid,"${GLUSTER_MIRROR}"/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-"${DISTRIBUTION_VERSION}"/noarch
 \
                 
--repofrompath=check-patternfly-$distid,"${COPR}/patternfly/patternfly1/epel-${DISTRIBUTION_VERSION}-x86_64"
 \
                 --lookaside check-updates-$distid \
                 --lookaside check-extras-$distid \
                 --lookaside check-epel-$distid \
+                --lookaside check-glusterfs-epel-$distid-nightly \
                 --lookaside check-glusterfs-epel-$distid \
                 --lookaside check-glusterfs-noarch-epel-$distid \
                 --lookaside check-base-$distid \
@@ -148,6 +150,7 @@
                 
--repofrompath=check-updates-$distid,"${CENTOS_MIRROR}/${DISTRIBUTION_VERSION}"/updates/x86_64/
 \
                 
--repofrompath=check-extras-$distid,"${CENTOS_MIRROR}/${DISTRIBUTION_VERSION}"/extras/x86_64/
 \
                 
--repofrompath=check-epel-$distid,"${EPEL_MIRROR}"/epel/"${DISTRIBUTION_VERSION}"/x86_64/
 \
+                
--repofrompath=check-glusterfs-epel-$distid-nightly,"${GLUSTER_MIRROR}"/pub/gluster/glusterfs/nightly/glusterfs/epel-"${DISTRIBUTION_VERSION}"-x86_64/
 \
                 
--repofrompath=check-glusterfs-epel-$distid,"${GLUSTER_MIRROR}"/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-"${DISTRIBUTION_VERSION}"/x86_64/
 \
                 
--repofrompath=check-glusterfs-epel-noarch-$distid,"${GLUSTER_MIRROR}"/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-"${DISTRIBUTION_VERSION}"/noarch
 \
                 
--repofrompath=check-jpackage-generic-$distid,"${JPACKAGE_MIRROR}"/jpackage/6.0/generic/free
 \
@@ -155,6 +158,7 @@
                 --lookaside check-updates-$distid \
                 --lookaside check-extras-$distid \
                 --lookaside check-epel-$distid \
+                --lookaside check-glusterfs-epel-$distid-nightly \
                 --lookaside check-glusterfs-epel-$distid \
                 --lookaside check-glusterfs-noarch-epel-$distid \
                 --lookaside check-base-$distid \
@@ -173,12 +177,14 @@
             
--repofrompath=check-updates-$distid,"${FEDORA_MIRROR}"/fedora/updates/"${DISTRIBUTION_VERSION}"/x86_64/
 \
             
--repofrompath=check-updates-testing-$distid,"${FEDORA_MIRROR}"/fedora/updates/testing/"${DISTRIBUTION_VERSION}"/x86_64/
 \
             
--repofrompath=check-patternfly-$distid,""${COPR}/patternfly/patternfly1/fedora-${DISTRIBUTION_VERSION}-x86_64""
 \
+            
--repofrompath=check-glusterfs-fedora-$distid-nightly,"${GLUSTER_MIRROR}"/pub/gluster/glusterfs/nightly/glusterfs/fedora-"${DISTRIBUTION_VERSION}"-x86_64/
 \
             
--repofrompath=check-glusterfs-fedora-$distid,"${GLUSTER_MIRROR}"/pub/gluster/glusterfs/LATEST/Fedora/fedora-"${DISTRIBUTION_VERSION}"/x86_64/
 \
             
--repofrompath=check-glusterfs-fedora-noarch-$distid,"${GLUSTER_MIRROR}"/pub/gluster/glusterfs/LATEST/Fedora/fedora-"${DISTRIBUTION_VERSION}"/noarch
 \
             --lookaside check-fedora-$distid \
             --lookaside check-updates-$distid \
             --lookaside check-updates-testing-$distid \
             --lookaside check-patternfly-$distid \
+            --lookaside check-glusterfs-fedora-$distid-nightly \
             --lookaside check-glusterfs-fedora-$distid \
             --lookaside check-glusterfs-noarch-fedora-$distid \
             --repoid check-custom-$distid


-- 
To view, visit https://gerrit.ovirt.org/39139
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0c56659eb2e768695c6f22f92f44f19587921fae
Gerrit-PatchSet: 1
Gerrit-Project: jenkins
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to