mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1203085 - Silence unnecessary error about not finding artifacts. DONTBUILD. r=jlund
When we added support for finding artifacts from TaskCluster BBB tasks we added an error for not finding the artifacts either via buildbot properties or through the TC APIs. Unfortunately, this error did not take into consideration when mozharness sets the artifacts through the options --installer-url and --test-url. We're removing the error as few lines below the error logging is sufficient to handle all three cases and not raise misleading errors.
This commit is contained in:
parent
d7f143eaad
commit
faf1f8cd76
@ -309,11 +309,6 @@ class TestingMixin(VirtualenvMixin, BuildbotMixin, ResourceMonitoringMixin,
|
||||
self.find_artifacts_from_buildbot_changes()
|
||||
elif 'taskId' in self.buildbot_config['properties']:
|
||||
self.find_artifacts_from_taskcluster()
|
||||
else:
|
||||
self.exception(
|
||||
"We have not been able to determine which artifacts "
|
||||
"to use in order to run the tests."
|
||||
)
|
||||
|
||||
missing = []
|
||||
if not self.installer_url:
|
||||
|
Loading…
Reference in New Issue
Block a user