Irit Goihman has uploaded a new change for review.

Change subject: automation: move check-merged to fc24
......................................................................

automation: move check-merged to fc24

check-merged repos were moved to fc24 so lago ovirt deploy is
looking for packages under fc23 internal directory while the
packages are under fc24.
since fc24 packages are tested it is better to change the image
from fedora 23 to 24.

Change-Id: I06527b8bbb7f040ca14bb6e6d62fc6d748da5477
Signed-off-by: Irit Goihman <igoih...@redhat.com>
---
M automation/check-merged.sh
M automation/index.html
M automation/lago-env.yml
M automation/reposync-config.repo.tpl
4 files changed, 9 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/35/61935/1

diff --git a/automation/check-merged.sh b/automation/check-merged.sh
index 6869d49..a056708 100755
--- a/automation/check-merged.sh
+++ b/automation/check-merged.sh
@@ -55,7 +55,7 @@
 
 VMS_PREFIX="vdsm_functional_tests_host-"
 failed=0
-for distro in fc23; do
+for distro in fc24; do
     vm_name="${VMS_PREFIX}${distro}"
     # starting vms one by one to avoid exhausting memory in the host, it will
     lago start "$vm_name"
diff --git a/automation/index.html b/automation/index.html
index 0ef614b..2978e9d 100644
--- a/automation/index.html
+++ b/automation/index.html
@@ -3,7 +3,7 @@
 <h4>VDSM Project Automation Build Reports</h4>
 <a href="htmlcov/index.html">Coverage Report</a>
 <BR/>
-<a href="functional_tests_stdout.fc23.log">Functional Tests Over Fedora 23</a>
+<a href="functional_tests_stdout.fc24.log">Functional Tests Over Fedora 24</a>
 <BR/>
 <a href="logs.tgz">Download Logs</a>
 </BODY>
diff --git a/automation/lago-env.yml b/automation/lago-env.yml
index 266eb0b..ba26f81 100644
--- a/automation/lago-env.yml
+++ b/automation/lago-env.yml
@@ -1,10 +1,10 @@
 domains:
-    vdsm_functional_tests_host-fc23:
+    vdsm_functional_tests_host-fc24:
       nics:
         - net: vdsm_functional_tests_lago
       memory: 512
       disks:
-        - template_name: fedora23_host
+        - template_name: fc24-base
           type: template
           name: root
           dev: sda3
diff --git a/automation/reposync-config.repo.tpl 
b/automation/reposync-config.repo.tpl
index d6172d7..0516232 100644
--- a/automation/reposync-config.repo.tpl
+++ b/automation/reposync-config.repo.tpl
@@ -1,22 +1,22 @@
 [main]
 reposdir=/etc/reposync.repos.d
 
-[local-vdsm-build-fc23]
+[local-vdsm-build-fc24]
 name=VDSM local built rpms
 baseurl=file://@PWD@/exported-artifacts
 enabled=1
 gpgcheck=0
 
-[ovirt-master-snapshot-fc23]
+[ovirt-master-snapshot-fc24]
 name=oVirt Master Nightly Test Releases
-baseurl=http://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/fc23/
+baseurl=http://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/fc24/
 exclude=vdsm-* ovirt-node-* *-debuginfo ovirt-engine-appliance ovirt*engine* 
*win* *jboss*
 enabled=0
 gpgcheck=0
 
-[ovirt-master-snapshot-static-fc23]
+[ovirt-master-snapshot-static-fc24]
 name=oVirt Master Nightly Statics
-baseurl=http://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/fc23/
+baseurl=http://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/fc24/
 exclude=jasperreports-server ovirt-guest-tools-iso ovirt-engine-jboss-as 
*wildfly*
 enabled=0
 gpgcheck=0


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I06527b8bbb7f040ca14bb6e6d62fc6d748da5477
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Irit Goihman <igoih...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/admin/lists/vdsm-patches@lists.fedorahosted.org

Reply via email to