author | Simon Howkins <simonh@symbian.org> |
Mon, 17 May 2010 15:45:32 +0100 | |
changeset 1045 | d822afc3c044 |
parent 846 | 4ae1d9d987f6 |
child 1094 | d34844e37d75 |
permissions | -rw-r--r-- |
695
1eaeee12c3d1
Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="utf-8"?> |
1eaeee12c3d1
Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
2 |
<diamonds-build> |
1eaeee12c3d1
Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
3 |
<schema>14</schema> |
1eaeee12c3d1
Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
4 |
<files> |
1eaeee12c3d1
Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
5 |
<file> |
1eaeee12c3d1
Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
6 |
<type>log</type> |
1eaeee12c3d1
Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
7 |
<name>BRAG Summary</name> |
1eaeee12c3d1
Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
8 |
<url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\summary\_brag.xml</url> |
1eaeee12c3d1
Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
9 |
</file> |
1eaeee12c3d1
Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
10 |
<file> |
1eaeee12c3d1
Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
11 |
<type>log</type> |
769
81fe60d54485
Add Raptor Build Summary to the links for Diamonds
Dario Sestito <darios@symbian.org>
parents:
695
diff
changeset
|
12 |
<name>Raptor Build Summary</name> |
81fe60d54485
Add Raptor Build Summary to the links for Diamonds
Dario Sestito <darios@symbian.org>
parents:
695
diff
changeset
|
13 |
<url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\html\index.html</url> |
81fe60d54485
Add Raptor Build Summary to the links for Diamonds
Dario Sestito <darios@symbian.org>
parents:
695
diff
changeset
|
14 |
</file> |
81fe60d54485
Add Raptor Build Summary to the links for Diamonds
Dario Sestito <darios@symbian.org>
parents:
695
diff
changeset
|
15 |
<file> |
81fe60d54485
Add Raptor Build Summary to the links for Diamonds
Dario Sestito <darios@symbian.org>
parents:
695
diff
changeset
|
16 |
<type>log</type> |
695
1eaeee12c3d1
Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
17 |
<name>Build BOM</name> |
1eaeee12c3d1
Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
18 |
<url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\build_BOM.zip</url> |
1eaeee12c3d1
Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
19 |
</file> |
1eaeee12c3d1
Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
20 |
<file> |
1eaeee12c3d1
Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
21 |
<type>log</type> |
1eaeee12c3d1
Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
22 |
<name>Build Logs</name> |
1eaeee12c3d1
Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
23 |
<url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\build_logs.zip</url> |
1eaeee12c3d1
Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
24 |
</file> |
845
61bf41df2efd
Added new property for publishing Smoke Test Report
Maciej Seroka <maciejs@symbian.org>
parents:
821
diff
changeset
|
25 |
<#if "${ant['sf.spec.smoketest.enable']}" = "true"> |
61bf41df2efd
Added new property for publishing Smoke Test Report
Maciej Seroka <maciejs@symbian.org>
parents:
821
diff
changeset
|
26 |
<file> |
61bf41df2efd
Added new property for publishing Smoke Test Report
Maciej Seroka <maciejs@symbian.org>
parents:
821
diff
changeset
|
27 |
<type>log</type> |
61bf41df2efd
Added new property for publishing Smoke Test Report
Maciej Seroka <maciejs@symbian.org>
parents:
821
diff
changeset
|
28 |
<name>Smoke Test Report</name> |
61bf41df2efd
Added new property for publishing Smoke Test Report
Maciej Seroka <maciejs@symbian.org>
parents:
821
diff
changeset
|
29 |
<url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\ats_reports\ATS3Report.html</url> |
61bf41df2efd
Added new property for publishing Smoke Test Report
Maciej Seroka <maciejs@symbian.org>
parents:
821
diff
changeset
|
30 |
</file> |
61bf41df2efd
Added new property for publishing Smoke Test Report
Maciej Seroka <maciejs@symbian.org>
parents:
821
diff
changeset
|
31 |
</#if> |
821
b24df46a3102
Implemented exporting Smoke Test Report to Diamonds
Maciej Seroka <maciejs@symbian.org>
parents:
783
diff
changeset
|
32 |
<#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.ha']}" = "true"> |
b24df46a3102
Implemented exporting Smoke Test Report to Diamonds
Maciej Seroka <maciejs@symbian.org>
parents:
783
diff
changeset
|
33 |
<file> |
773
6a54b486a5b4
Added Static BC reports for Platform Builds
Maciej Seroka <maciejs@symbian.org>
parents:
769
diff
changeset
|
34 |
<type>log</type> |
6a54b486a5b4
Added Static BC reports for Platform Builds
Maciej Seroka <maciejs@symbian.org>
parents:
769
diff
changeset
|
35 |
<name>Binary Compatibility Report (Headerfiles)</name> |
821
b24df46a3102
Implemented exporting Smoke Test Report to Diamonds
Maciej Seroka <maciejs@symbian.org>
parents:
783
diff
changeset
|
36 |
<url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\BC\headers_report.xml</url> |
b24df46a3102
Implemented exporting Smoke Test Report to Diamonds
Maciej Seroka <maciejs@symbian.org>
parents:
783
diff
changeset
|
37 |
</file> |
b24df46a3102
Implemented exporting Smoke Test Report to Diamonds
Maciej Seroka <maciejs@symbian.org>
parents:
783
diff
changeset
|
38 |
</#if> |
b24df46a3102
Implemented exporting Smoke Test Report to Diamonds
Maciej Seroka <maciejs@symbian.org>
parents:
783
diff
changeset
|
39 |
<#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.la']}" = "true"> |
b24df46a3102
Implemented exporting Smoke Test Report to Diamonds
Maciej Seroka <maciejs@symbian.org>
parents:
783
diff
changeset
|
40 |
<file> |
773
6a54b486a5b4
Added Static BC reports for Platform Builds
Maciej Seroka <maciejs@symbian.org>
parents:
769
diff
changeset
|
41 |
<type>log</type> |
6a54b486a5b4
Added Static BC reports for Platform Builds
Maciej Seroka <maciejs@symbian.org>
parents:
769
diff
changeset
|
42 |
<name>Binary Compatibility Report (Libraries)</name> |
821
b24df46a3102
Implemented exporting Smoke Test Report to Diamonds
Maciej Seroka <maciejs@symbian.org>
parents:
783
diff
changeset
|
43 |
<url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\BC\libraries_report.xml</url> |
b24df46a3102
Implemented exporting Smoke Test Report to Diamonds
Maciej Seroka <maciejs@symbian.org>
parents:
783
diff
changeset
|
44 |
</file> |
846
4ae1d9d987f6
Implemented publishing Dynamic BC Test Reports
Maciej Seroka <maciejs@symbian.org>
parents:
845
diff
changeset
|
45 |
</#if> |
4ae1d9d987f6
Implemented publishing Dynamic BC Test Reports
Maciej Seroka <maciejs@symbian.org>
parents:
845
diff
changeset
|
46 |
<#if "${ant['sf.spec.bccheck.enable.dynamic']}" = "true"> |
4ae1d9d987f6
Implemented publishing Dynamic BC Test Reports
Maciej Seroka <maciejs@symbian.org>
parents:
845
diff
changeset
|
47 |
<file> |
4ae1d9d987f6
Implemented publishing Dynamic BC Test Reports
Maciej Seroka <maciejs@symbian.org>
parents:
845
diff
changeset
|
48 |
<type>log</type> |
4ae1d9d987f6
Implemented publishing Dynamic BC Test Reports
Maciej Seroka <maciejs@symbian.org>
parents:
845
diff
changeset
|
49 |
<name>Dynamic BC Test Reports</name> |
4ae1d9d987f6
Implemented publishing Dynamic BC Test Reports
Maciej Seroka <maciejs@symbian.org>
parents:
845
diff
changeset
|
50 |
<url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\ats_reports\index.html</url> |
4ae1d9d987f6
Implemented publishing Dynamic BC Test Reports
Maciej Seroka <maciejs@symbian.org>
parents:
845
diff
changeset
|
51 |
</file> |
4ae1d9d987f6
Implemented publishing Dynamic BC Test Reports
Maciej Seroka <maciejs@symbian.org>
parents:
845
diff
changeset
|
52 |
</#if> |
695
1eaeee12c3d1
Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
53 |
</files> |
1eaeee12c3d1
Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
54 |
</diamonds-build> |