[Cdash] Where can I find the XML schema or documentation for CDash submission?

Gabriel Petrovay gabipetrovay at gmail.com
Fri Sep 17 10:22:53 UTC 2010


Thanks Julien,

You probably want to upload again the ValidationSchemata.zip archive
since the Build.xsd is not valid. After the schema is has an
additional fragment of the schema that must be deleted:

<
      <xs:attribute name="OSVersion" type="xs:string" />
      <xs:attribute name="OSPlatform" type="xs:string" />
      <xs:attribute name="Is64Bits" type="xs:integer" />
      <xs:attribute name="VendorString" type="xs:string" />
      <xs:attribute name="VendorID" type="xs:string" />
      <xs:attribute name="FamilyID" type="xs:string" />
      <xs:attribute name="ModelID" type="xs:string" />
      <xs:attribute name="ProcessorCacheSize" type="xs:integer" />
      <xs:attribute name="NumberOfLogicalCPU" type="xs:integer" />
      <xs:attribute name="NumberOfPhysicalCPU" type="xs:integer" />
      <xs:attribute name="TotalVirtualMemory" type="xs:integer" />
      <xs:attribute name="TotalPhysicalMemory" type="xs:integer" />
      <xs:attribute name="LogicalProcessorsPerPhysical" type="xs:integer" />
      <xs:attribute name="ProcessorClockFrequency" type="xs:integer" />
    </xs:complexType>
  </xs:element>
  <xs:element name="NewDataSet">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="Site" />
      </xs:choice>
    </xs:complexType>
  </xs:element>
</xs:schema>


Regards,
Gabriel


On Fri, Sep 17, 2010 at 12:15 PM, Julien Jomier
<julien.jomier at kitware.com> wrote:
> Hi Gabriel,
>
> The XML schema can be found here:
>
>  http://public.kitware.com/Wiki/CDash:XML
>
> Hope that helps,
> Julien
>
> On 9/17/2010 5:55 AM, Gabriel Petrovay wrote:
>>
>> Hi,
>>
>> I am not using CTest for one particular task and I want to submit the
>> report XML to CDash. Does anybody know where I can find the XML schema
>> or documentation/description for the report that has to be submitted
>> to CDash?
>>
>> Thanks!
>>
>



-- 
MSc Gabriel Petrovay
Mobile: +41(0)787978034
www.28msec.com



More information about the CDash mailing list