changeset 627 | 56a1d97e7c73 |
parent 432 | f2ddfa555b0f |
607:3c858aa7a023 | 627:56a1d97e7c73 |
---|---|
80 |
80 |
81 |
81 |
82 <h2>Target sf-run-analysis-diamonds</h2> |
82 <h2>Target sf-run-analysis-diamonds</h2> |
83 |
83 |
84 <p><b>Location</b></p> |
84 <p><b>Location</b></p> |
85 <p> <tt class="docutils literal"><a href="/D:/maintools/sf-config/common/build.postbuild.xml#L469">D:\maintools\sf-config\common\build.postbuild.xml:469:</a></tt> |
85 <p> <tt class="docutils literal"><a href="/d:/maintools/sf-config/common/build.postbuild.xml#L487">d:\maintools\sf-config\common\build.postbuild.xml:487:</a></tt> |
86 </p> |
86 </p> |
87 |
87 |
88 <p><b>Conditional execution</b></p> |
88 <p><b>Conditional execution</b></p> |
89 <p>No conditions on target execution.</p> |
89 <p>No conditions on target execution.</p> |
90 <hr/> |
90 <hr/> |
94 </p> |
94 </p> |
95 <p/> |
95 <p/> |
96 <hr/> |
96 <hr/> |
97 |
97 |
98 |
98 |
99 |
99 <h3>Target external Dependency</h3> |
100 |
|
101 <h3>Property dependencies</h3> |
|
102 |
|
103 |
|
104 <p> |
100 <p> |
105 <table class="docutils" width="50%"> |
101 <table class="docutils" width="50%"> |
106 <tr> |
102 <tr> |
103 <th class="head">Name</th> |
|
104 </tr> |
|
105 <tr> |
|
106 <td>python</td> |
|
107 </tr> |
|
108 </table> |
|
109 </p> |
|
110 |
|
111 |
|
112 <h3>Property dependencies</h3> |
|
113 |
|
114 |
|
115 <p> |
|
116 <table class="docutils" width="50%"> |
|
117 <tr> |
|
107 <th class="head">Name</th><th class="head">Edit status</th> |
118 <th class="head">Name</th><th class="head">Edit status</th> |
108 </tr> |
119 </tr> |
109 <tr> |
120 <tr> |
110 <td colspan="2">User editable properties</td> |
121 <td colspan="2">User editable properties</td> |
111 </tr> |
122 </tr> |
115 <tr> |
126 <tr> |
116 <td colspan="2">Internal properties</td> |
127 <td colspan="2">Internal properties</td> |
117 </tr> |
128 </tr> |
118 <tr> |
129 <tr> |
119 <td><a href="property-build.log.dir.html" title="<p>This is where the build logs are stored.</p>" target="classframe"><tt class="docutils literal">build.log.dir</tt></a></td><td><a href="help.html" title="Help" target="classframe">discouraged</a></td> |
130 <td><a href="property-build.log.dir.html" title="<p>This is where the build logs are stored.</p>" target="classframe"><tt class="docutils literal">build.log.dir</tt></a></td><td><a href="help.html" title="Help" target="classframe">discouraged</a></td> |
131 </tr> |
|
132 <tr> |
|
133 <td><a href="property-diamonds.build.id.html" title="<p>The ID assigned to the build by the Diamonds server.</p>" target="classframe"><tt class="docutils literal">diamonds.build.id</tt></a></td><td><a href="help.html" title="Help" target="classframe">never</a></td> |
|
134 </tr> |
|
135 <tr> |
|
136 <td><a href="property-diamonds.host.html" title="<p>Diamonds server's host address.</p>" target="classframe"><tt class="docutils literal">diamonds.host</tt></a></td><td><a href="help.html" title="Help" target="classframe">discouraged</a></td> |
|
120 </tr> |
137 </tr> |
121 </table> |
138 </table> |
122 </p> |
139 </p> |
123 |
140 |
124 <hr/> |
141 <hr/> |
144 ant: antProperties() |
161 ant: antProperties() |
145 raptor_summary: csv(${build.log.dir}/raptorbits/summary.csv,{separator:',',headers:[category,subcategory,severity,config,component,phase,recipe,file,line]}) |
162 raptor_summary: csv(${build.log.dir}/raptorbits/summary.csv,{separator:',',headers:[category,subcategory,severity,config,component,phase,recipe,file,line]}) |
146 files: csv(${build.drive}/output/logs/analysis/tmp_yarp_files.csv,{separator:',',headers:[name,path,localpath]}) |
163 files: csv(${build.drive}/output/logs/analysis/tmp_yarp_files.csv,{separator:',',headers:[name,path,localpath]}) |
147 </data> |
164 </data> |
148 </fmpp> |
165 </fmpp> |
166 <!-- Send the data to the server --> |
|
167 <exec executable="python"> |
|
168 <arg value="${sf.common.config.dir}/tools/brag/send_xml_to_diamonds.py"/> |
|
169 <arg value="-s"/> |
|
170 <arg value="${diamonds.host}"/> |
|
171 <arg value="-u"/> |
|
172 <arg value="${diamonds.build.id}"/> |
|
173 <arg value="-f"/> |
|
174 <arg value="${build.log.dir}/sf-run-analysis.xml"/> |
|
175 </exec> |
|
149 </target> |
176 </target> |
150 </pre> |
177 </pre> |
151 |
178 |
152 |
179 |
153 <hr/> |
180 <hr/> |