[Cdash] Submitting test results manually to test group other than Continuous, Nightly or Experimental
Larry Procter
larry at transpireinc.com
Tue Jun 15 18:53:52 UTC 2010
Unfortunately, ctest -M Weekly -T Submit results in the following, which
is why I'm trying other approaches:
D:\regress\qual\acurosxb\Release_x64\build>ctest -M Weekly -T Submit
CTest -M called with incorrect option: Weekly
Available options are:
ctest -M Continuous
ctest -M Experimental
ctest -M Nightly
On Tue, 2010-06-15 at 13:20 -0400, David Cole wrote:
> make NightlySubmit
>
> is equivalent to:
>
> ctest -D NightlySubmit
>
> and also to:
>
> ctest -M Nightly -T Submit
>
> I do not know if this will work, because I am not 100% certain if
> ctest cares whether it knows about the -M name or not..... but does:
>
> ctest -M Weekly -T Submit
>
> work?
>
>
> HTH,
> David
>
>
> On Tue, Jun 15, 2010 at 12:28 PM, Larry Procter
> <larry at transpireinc.com> wrote:
> Thanks Julien.
>
> I have already done this, creating a build group called
> "Weekly". In
> addition, based on information I found on the Wiki for running
> CTest and
> CDash without CMake
> (http://public.kitware.com/Wiki/CTest:Using_CTEST_and_CDASH_without_CMAKE).
> When I run my tests, which require 17 hours to complete,
> everything
> submits fine and the results show up on the dashboard under
> the "Weekly"
> group as expected. The issue I need to address is how can I
> manually
> send the update, build, configure, and test "xml" files in the
> event
> that the cURL transmission fails? I ask this because we
> occasionally
> have network issues here and I submit manually by running the
> target
> platform "make" file, in this case, "nmake NightlySubmit".
> Unfortunately, there is not target built for "Weekly", so I
> can't use
> this method.
>
> It looks like I may need to reverse-engineer the "submit.php"
> script in
> the CDash sources and figure out how to feed it the correct
> parameters
> in the GET string via cURL. I hope not though. I would rather
> learn how
> to make CMake configure a "WeeklySubmit" target.
>
> Thanks again,
>
> Larry
>
>
> On Tue, 2010-06-15 at 12:06 -0400, Julien Jomier wrote:
> > Larry,
> >
> > Look at the wiki:
> >
> http://public.kitware.com/Wiki/CDash:Administration#Move_builds_to_another_group
> >
> > Basically, if you are logged in as an administrator you can
> click on
> > small folder icon and move the build to a different group
> and it will
> > automatically create a rule for that build so any subsequent
> builds will
> > be placed in the new group.
> >
> > Julien
> >
> > On 6/15/2010 11:52 AM, Larry Procter wrote:
> > > Thank you Julien! I am new to this, so where can I learn
> more about
> > > creating such a rule?
> > >
> > > -Larry
> > >
> > > On Mon, 2010-06-14 at 20:48 -0400, Julien Jomier wrote:
> > >> rule
> > >
> > >
> >
>
> _______________________________________________
> Cdash mailing list
> Cdash at public.kitware.com
> http://public.kitware.com/cgi-bin/mailman/listinfo/cdash
>
>
More information about the CDash
mailing list