Add phoronix-test-suite job
This change adds new jobs to run and combine phoronix test suite results. Co-Authored-By: Nicolas Hicher <nhicher@redhat.com> Change-Id: If94cdbd91c8d80393a71cd5c36690563de9edcd6
This commit is contained in:
76
roles/ensure-phoronix-test-suite/files/user-config.xml
Normal file
76
roles/ensure-phoronix-test-suite/files/user-config.xml
Normal file
@@ -0,0 +1,76 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Phoronix Test Suite v8.6.1-->
|
||||
<?xml-stylesheet type="text/xsl" href="xsl/pts-user-config-viewer.xsl"?>
|
||||
<PhoronixTestSuite>
|
||||
<Options>
|
||||
<OpenBenchmarking>
|
||||
<AnonymousUsageReporting>FALSE</AnonymousUsageReporting>
|
||||
<IndexCacheTTL>3</IndexCacheTTL>
|
||||
<AlwaysUploadSystemLogs>FALSE</AlwaysUploadSystemLogs>
|
||||
</OpenBenchmarking>
|
||||
<General>
|
||||
<DefaultBrowser></DefaultBrowser>
|
||||
<UsePhodeviCache>TRUE</UsePhodeviCache>
|
||||
<DefaultDisplayMode>DEFAULT</DefaultDisplayMode>
|
||||
<PhoromaticServers></PhoromaticServers>
|
||||
<FullOutput>FALSE</FullOutput>
|
||||
<ColoredConsole>AUTO</ColoredConsole>
|
||||
</General>
|
||||
<Modules>
|
||||
<LoadModules>toggle_screensaver, update_checker, perf_tips, ob_auto_compare</LoadModules>
|
||||
</Modules>
|
||||
<Installation>
|
||||
<RemoveDownloadFiles>FALSE</RemoveDownloadFiles>
|
||||
<SearchMediaForCache>TRUE</SearchMediaForCache>
|
||||
<SymLinkFilesFromCache>FALSE</SymLinkFilesFromCache>
|
||||
<PromptForDownloadMirror>FALSE</PromptForDownloadMirror>
|
||||
<EnvironmentDirectory>~/.phoronix-test-suite/installed-tests/</EnvironmentDirectory>
|
||||
<CacheDirectory>~/.phoronix-test-suite/download-cache/</CacheDirectory>
|
||||
</Installation>
|
||||
<Testing>
|
||||
<SaveSystemLogs>TRUE</SaveSystemLogs>
|
||||
<SaveInstallationLogs>FALSE</SaveInstallationLogs>
|
||||
<SaveTestLogs>FALSE</SaveTestLogs>
|
||||
<RemoveTestInstallOnCompletion></RemoveTestInstallOnCompletion>
|
||||
<ResultsDirectory>~/test-results/</ResultsDirectory>
|
||||
<AlwaysUploadResultsToOpenBenchmarking>FALSE</AlwaysUploadResultsToOpenBenchmarking>
|
||||
<AutoSortRunQueue>TRUE</AutoSortRunQueue>
|
||||
<ShowPostRunStatistics>TRUE</ShowPostRunStatistics>
|
||||
</Testing>
|
||||
<TestResultValidation>
|
||||
<DynamicRunCount>TRUE</DynamicRunCount>
|
||||
<LimitDynamicToTestLength>20</LimitDynamicToTestLength>
|
||||
<StandardDeviationThreshold>3.50</StandardDeviationThreshold>
|
||||
<ExportResultsTo></ExportResultsTo>
|
||||
<MinimalTestTime>2</MinimalTestTime>
|
||||
<DropNoisyResults>FALSE</DropNoisyResults>
|
||||
</TestResultValidation>
|
||||
<BatchMode>
|
||||
<SaveResults>TRUE</SaveResults>
|
||||
<OpenBrowser>FALSE</OpenBrowser>
|
||||
<UploadResults>FALSE</UploadResults>
|
||||
<PromptForTestIdentifier>FALSE</PromptForTestIdentifier>
|
||||
<PromptForTestDescription>FALSE</PromptForTestDescription>
|
||||
<PromptSaveName>FALSE</PromptSaveName>
|
||||
<RunAllTestCombinations>TRUE</RunAllTestCombinations>
|
||||
<Configured>TRUE</Configured>
|
||||
</BatchMode>
|
||||
<Networking>
|
||||
<NoInternetCommunication>FALSE</NoInternetCommunication>
|
||||
<NoNetworkCommunication>FALSE</NoNetworkCommunication>
|
||||
<Timeout>20</Timeout>
|
||||
<ProxyAddress></ProxyAddress>
|
||||
<ProxyPort></ProxyPort>
|
||||
<ProxyUser></ProxyUser>
|
||||
<ProxyPassword></ProxyPassword>
|
||||
</Networking>
|
||||
<Server>
|
||||
<RemoteAccessPort>RANDOM</RemoteAccessPort>
|
||||
<Password></Password>
|
||||
<WebSocketPort>RANDOM</WebSocketPort>
|
||||
<AdvertiseServiceZeroConf>TRUE</AdvertiseServiceZeroConf>
|
||||
<AdvertiseServiceOpenBenchmarkRelay>TRUE</AdvertiseServiceOpenBenchmarkRelay>
|
||||
<PhoromaticStorage>~/.phoronix-test-suite/phoromatic/</PhoromaticStorage>
|
||||
</Server>
|
||||
</Options>
|
||||
</PhoronixTestSuite>
|
||||
Reference in New Issue
Block a user