This would probably be well served with a password for each user :)


Vladimir Ivanov wrote:
On 12/7/06, Naveen Neelakantam <[EMAIL PROTECTED]> wrote:

Thanks Vladimir!

Is anyone else is running cruise control on ia32/RHEL4 or ia32/FC5? There
isn't much point of duplicating setups.

I have it running on one of our ia32/RHEL4 boxes now.  Is there a way to
automatically upload the results to http://www.harmonytest.org?



Yes, I upload results automatically but once a day.

I use the small script like that (you should modify it a little bit):
----------------------------------------------------
viv> cat upload.sh
#!/bin/bash
export
PATH="/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/opt/gnome/bin:/opt/kde3/bin:."

data=`date +%Y%m%d`
data1=`date +%Y/%m/%d`
data_dir="trunk/cc/projects/classlib/trunk"
echo ${data}

if [ -f ${data_dir}/results_drlvm_${data}.zip ]; then
   echo "file present! download it"
   curl -x proxy.ims.intel.com:911 \
       -F method=upload -F "owner=CC" \
       -F "os=Linux, x86_64, 2.6.5-7.139-smp" \
       -F "compiler=gcc" \
       -F "jvm=DRL" \
       -F "tagString=hut, drl, gcc, debug, linux" \
       -F "buildDateString=${data1}" \
       -F "[EMAIL PROTECTED]/results_drlvm_${data}.zip" \
       http://harmonytest.org/testapp.do
fi

viv>
----------------------------------------------------

and crontab on linux:
----------------------------------------------------
viv> crontab -l
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.14376 installed on Fri Dec  8 10:07:14 2006)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
PATH="/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/opt/gnome/bin:/opt/kde3/bin:."

00 11 * * *      (cd /export/users/viv; bash upload.sh >upload.log 2>&1)
viv>
----------------------------------------------------

Thanks, Vladimir



Naveen

P.S.: Cruise control is very cool!


>By the way, it will nice if you share results of your run on the
>http://www.harmonytest.org
>
> thanks, Vladimir
>
>
>On 12/7/06, Vladimir Ivanov <[EMAIL PROTECTED]> wrote:
>>
>> The link http://harmony.apache.org/subcomponents/buildtest/index.htmlis
>> a little bit outdated but it keeps the main idea:
>>
>> 1) checkout the
>> https://svn.apache.org/repos/asf/harmony/enhanced/buildtest/trunk
>>
>> 2) read the README.txt :)
>>
>>
>>
>> Note, the CC support only ia32 architecture now but I'm going to add
em64t
>> platform in the nearest future.
>>
>>
>>
>>  Thanks, Vladimir
>>
>>
>>
>> On 12/7/06, Tony Wu <[EMAIL PROTECTED]> wrote:
>>
>> > And, of course, the nightly test result will do a great help to
>> > community :)
>> >
>> > On 12/7/06, Tony Wu < [EMAIL PROTECTED]> wrote:
>> > > Welcome to Harmony :)
>> > >
>> > > On 12/7/06, Naveen Neelakantam <[EMAIL PROTECTED]> wrote:
>> > > > The research group that I am a member of at UIUC is using Harmony >> > for several future projects. As a result, we would like to make sure
that
>> > Harmony is being tested on our platforms which are FC5 and RHEL4.
>> > > >
>> > >
>> > > I believe there are many guys here work on FC5 and RHEL4.
>> > >
>> > > > To do this, we are intersted in running nightly tests on our
>> > boxes.  Is there a way to do this?  Would the nightly results be
useful to
>> > the community?
>> > > >
>> > >
>> > > We have a strong build&test framework based on Apache Ant and
>> > > Cruisecontrol. Please refer to
>> > > http://harmony.apache.org/subcomponents/buildtest/index.html
>> > >
>> > >
>> > > > Thanks,
>> > > > Naveen
>> > > >
>> > >
>> > >
>> > > --
>> > > Tony Wu
>> > > China Software Development Lab, IBM
>> > >
>> >
>> >
>> > --
>> > Tony Wu
>> > China Software Development Lab, IBM
>> >
>>
>>



Reply via email to