new git repo request
by Martina Kollarova
Hello,
I created a set of tests for the ovirt-engine-sdk that could be run
using jenkins on each commit. Could you please create a git (+ gerrit)
repo for this?
Thanks
Martina Kollarova
RedHat Brno, RHEVM QE
12 years, 6 months
Gerrit 2.3 Update Process
by Eyal Edri
Fyi,
Me and Attila successfully updated gerrit 2.2.1 to 2.3.
you can find the steps below: (to follow for updating gerrit.ovirt.org)
i think it's is very important to make sure the gerrit server is backed up before (we did a snapshot before the upgrade).
0. backup configuration files under gerrit home dir (review_site/etc/gerrit.config and secure.config)
1. /home/gerrit2/review_site/bin/gerrit.sh stop
2. su - gerrit2
3. wget http://gerrit.googlecode.com/files/gerrit-2.3.war
4. unlink gerrit.war; ln -s gerrit-2.3.war gerrit.war
5. java -jar gerrit.war init -d review_site/
- this will now show you interactive questions about gerrit configuration,
you should just keep current configuration (press enter).
and compare the new conf after to make sure nothing was changed.
6. /home/gerrit2/review_site/bin/gerrit.sh start
Hope this helps,
here are the 2.3 release notes: http://gerrit-documentation.googlecode.com/svn/ReleaseNotes/ReleaseNotes-...
Enjoy,
Eyal.
12 years, 7 months
Jenkins slaves maintanance
by Eyal Edri
fyi,
found out that the fedora16 slave had only 1GB swap space, which probably cause some of the out of memory errors we had.
increased to 16GB.
also, rhel_62_slave_02 had only 5GB / partition, increased to 50GB.
Eyal.
12 years, 7 months
[Jenkins] monitor free space on jenkins slave
by Eyal Edri
fyi,
Until we have a proper monitoring solution (nagios,etc..).
i added a new job to monitor jenkins slaves disk space and alert to infra(a)ovirt.org
if one of the partitions of jenkins slave have is more than 90%.
http://jenkins.ovirt.org/view/system-monitoring/job/check_disk_space_on_j...
maybe we can add this as a cron to other ovirt servers as well: (and move it to nagios when it's available)
#!/bin/sh
df -H | grep -vE '^Filesystem|tmpfs|cdrom' | awk '{ print $5 " " $1 }' | while read output;
do
echo $output
usep=$(echo $output | awk '{ print $1}' | cut -d'%' -f1 )
partition=$(echo $output | awk '{ print $2 }' )
if [ $usep -ge 90 ]; then
echo "Running out of space \"$partition ($usep%)\" on $(hostname) as on $(date)"
exit 1 (can be replaced with mutt/mail command)
fi
done
12 years, 7 months
Resources for automated builds and testing
by Mike Burns
Are there any plans to have additional resources for Jenkins? There is
an almost constant queue of builds waiting to run. If we continue to
develop automated testing, then this will only continue to get worse.
We've already had to disable all gerrit integration which is not an
ideal situation for continuous testing. Additional resources, whether
they're EC2 or some other public cloud offering, or provided by one of
the sponsor companies, would be a huge help.
Thanks
Mike
12 years, 7 months
Support during vacation 15 - 20 April
by Karsten 'quaid' Wade
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm going to be on vacation and mostly offline (in Yosemite Valley)
next week, from 15th to 20th April.
Although there are a few of you with ssh+sudo for linode01.ovirt.org
(www and wiki), how comfortable do you all feel with your knowledge of
how things are working there?
I've tried to nail everything down in documentation:
http://ovirt.org/wiki/Category:Infrastructure_documentation
... with passwords stored in /root/passwords for everything.
I'm looking to see what other knowledge I need to capture or transfer,
but it would help greatly to have that input from the rest of you.
- - Karsten
- --
name: Karsten 'quaid' Wade, Sr. Community Architect
team: Red Hat Community Architecture & Leadership
uri: http://communityleadershipteam.org
http://TheOpenSourceWay.org
gpg: AD0E0C41
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iD8DBQFPhcBR2ZIOBq0ODEERApGbAJ9RWfLFaXjkDx+MmKDhEUldMZtSvACgsL2L
2a40Z/TVHpqzDwF4On332KQ=
=2usW
-----END PGP SIGNATURE-----
12 years, 7 months
new jenkins wiki
by Eyal Edri
I added a new page in 'Infra Documentation' : http://ovirt.org/wiki/Jenkins
It contains basic info on access and installation steps.
I will add more info to it as needed.
If you think there is something missing (like list of jenkins slaves - wasn't sure if it should be there... ),
let me know.
Eyal Edri.
12 years, 7 months
gerrit.ovirt.org is down
by Yair Zaslavsky
Hi all,
Can someone start this machine?
I can ping it, but cannot access via web (or to perform git push)
Yair
12 years, 7 months