Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Unable to contribute to Mars... very frustrated

I've not looked, so don't know if this is the issue, but the VALIDATE, BUILD, and CLEAN_BUILD jobs meant to run "one after the other" with VALIDATE being based on "Git change" and the other two being based on "successful previous step". BUILD and CLEAN_BUILD take as their input, what was used in the previous step (based on Git hash) ... so, occasionally will take a while for them to "catch up". Especially the CLEAN_BUILD (which is one remaining piece of work for bug 462859 -- need to be able to "skip" some of them that have been queued up, since they take so long.)

If you are seeing something besides that, let me know and I'll look closer.

HTH




From:        "Konstantin Komissarchik" <konstantin.komissarchik@xxxxxxxxxx>
To:        "'Cross project issues'" <cross-project-issues-dev@xxxxxxxxxxx>,
Date:        05/05/2015 04:37 PM
Subject:        Re: [cross-project-issues-dev] Unable to contribute to Mars... very        frustrated
Sent by:        cross-project-issues-dev-bounces@xxxxxxxxxxx




Thanks, I will give it a try next time.
 
Now, I am trying to monitor the aggregator build and something doesn’t look right… Build 117 shows my change, but if I look at the build output, it’s referencing the old build repository.
 
https://hudson.eclipse.org/simrel/job/simrel.mars.runaggregator.BUILD/117/
 
[exec] Adding child meta-data repository file:///home/data/httpd/download.eclipse.org/sapphire/9.0.0.201408261741/repository
 
Thanks,
 
- Konstantin
 
 
From: cross-project-issues-dev-bounces@xxxxxxxxxxx [mailto:cross-project-issues-dev-bounces@xxxxxxxxxxx] On Behalf Of Mickael Istria
Sent:
Tuesday, May 05, 2015 1:29 PM
To:
cross-project-issues-dev@xxxxxxxxxxx
Subject:
Re: [cross-project-issues-dev] Unable to contribute to Mars... very frustrated

 
On 05/05/2015 10:26 PM, Konstantin Komissarchik wrote:
So what should I have done if I wanted to exercise the new verifier feature?

To create a Gerrit review instead of pushing directly, push to branch "refs/for/master" instead of "master". This creates the review and the validation job starts ASAP.

https://wiki.eclipse.org/index.php?title=Simrel/Contributing_to_Simrel_Aggregation_Build#Contribute_via_a_Gerrit_review
--
Mickael Istria
Eclipse developer at
JBoss, by Red Hat
My blog - My Tweets_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Back to the top