mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1211402 - Disable hazard upload to reopen the CLOSED TREE, r=pleasework
This commit is contained in:
parent
4124dc1fd2
commit
bbc2b43ff5
@ -14,7 +14,8 @@ config = {
|
||||
'setup-analysis',
|
||||
'run-analysis',
|
||||
'collect-analysis-output',
|
||||
'upload-analysis',
|
||||
# Temporarily disabled - see bug 1211402
|
||||
#'upload-analysis',
|
||||
'check-expectations',
|
||||
],
|
||||
|
||||
|
@ -115,7 +115,8 @@ class SpidermonkeyBuild(MockMixin,
|
||||
'setup-analysis',
|
||||
'run-analysis',
|
||||
'collect-analysis-output',
|
||||
'upload-analysis',
|
||||
# Temporary - see bug 1211402
|
||||
#'upload-analysis',
|
||||
'check-expectations',
|
||||
],
|
||||
config={
|
||||
|
Loading…
Reference in New Issue
Block a user