зеркало из https://github.com/mozilla/treeherder.git
updated sample data with new timestamps
This commit is contained in:
Родитель
eb1cbc90de
Коммит
cc45a27fac
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -95,8 +95,10 @@
|
|||
|
||||
#Stored in project_jobs_1.job_log_url
|
||||
log_references: [
|
||||
{ url:"",
|
||||
name:"" },
|
||||
{ url:"http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/mfowler@mozilla.com-64620dd73baa/try-macosx64-debug/try_snowleopard-debug_test-marionette-bm06-tests1-macosx-build1293.txt.gz",
|
||||
#associating a name with the log allows for different types of
|
||||
#processing to be applied to different types of logs
|
||||
name:"unittest" },
|
||||
...
|
||||
],
|
||||
|
||||
|
|
|
@ -795,9 +795,9 @@ class TreeherderDataAdapter(PulseDataAdapter):
|
|||
},
|
||||
'log_references':[
|
||||
{ 'url':data['log_url'],
|
||||
#Do we need this?
|
||||
'name':data['jobtype']
|
||||
},
|
||||
#using the jobtype as a name for now, the name allows us
|
||||
#to have different log types with their own processing
|
||||
'name':data['jobtype'] },
|
||||
],
|
||||
|
||||
'artifact':{}
|
||||
|
|
Загрузка…
Ссылка в новой задаче