[Findit] Flake try jobs not working |
||
Issue description
Flake try jobs not able to run on latest version of Findit
Generator waterfall.flake.schedule_flake_try_job_pipeline.ScheduleFlakeTryJobPipeline(*(u'chromium.linux', u'Android Tests', 41461, u'chrome_public_test_apk', u'org.chromium.chrome.browser.customtabs.CustomTabActivityTest#testClosedActivitiesNotLeaked', u'2fc984150a60b860103aa4d2f67d9c1... (656 bytes), **{})#f7b06d62fc134d16b6254d0b1fd2fe1d raised exception. TypeError: run() takes at most 10 arguments (11 given)
Traceback (most recent call last):
File "/base/data/home/apps/s~findit-for-me/waterfall-backend:6ebb631ab.401118538356655320/first_party/pipeline_utils/appengine_third_party_pipeline_python_src_pipeline/pipeline.py", line 2158, in evaluate
self, pipeline_key, root_pipeline_key, caller_output)
File "/base/data/home/apps/s~findit-for-me/waterfall-backend:6ebb631ab.401118538356655320/first_party/pipeline_utils/appengine_third_party_pipeline_python_src_pipeline/pipeline.py", line 1113, in _run_internal
return self.run(*self.args, **self.kwargs)
TypeError: run() takes at most 10 arguments (11 given)
,
May 9 2017
Do we support a forced rerun for flake analysis as well? We'd better include a forced rerun for flake analyzer in the release verification as well.
,
May 9 2017
Unfortunately forced rerun for flake analyzer is not yet supported. We had discussed this in O2 OKRs but ended up not prioritizing it.
,
May 9 2017
The following revision refers to this bug: https://chromium.googlesource.com/infra/infra/+/9f893a461250b55673a652a8ed388e450877f0be commit 9f893a461250b55673a652a8ed388e450877f0be Author: Jeffrey Li <lijeffrey@chromium.org> Date: Tue May 09 21:02:18 2017 [Findit] Fixing args and order when calling into schedule_flake_try_job_pipeline Bug: 720032 Change-Id: Ife04577327585bc35552bae70867c96f79477cc7 Reviewed-on: https://chromium-review.googlesource.com/500768 Reviewed-by: Shuotao Gao <stgao@chromium.org> Reviewed-by: Roberto Carrillo <robertocn@chromium.org> Reviewed-by: Chan Li <chanli@chromium.org> Commit-Queue: Jeffrey Li <lijeffrey@chromium.org> [modify] https://crrev.com/9f893a461250b55673a652a8ed388e450877f0be/appengine/findit/waterfall/flake/schedule_flake_try_job_pipeline.py [modify] https://crrev.com/9f893a461250b55673a652a8ed388e450877f0be/appengine/findit/waterfall/schedule_test_try_job_pipeline.py [modify] https://crrev.com/9f893a461250b55673a652a8ed388e450877f0be/appengine/findit/waterfall/flake/recursive_flake_try_job_pipeline.py [modify] https://crrev.com/9f893a461250b55673a652a8ed388e450877f0be/appengine/findit/waterfall/schedule_compile_try_job_pipeline.py [modify] https://crrev.com/9f893a461250b55673a652a8ed388e450877f0be/appengine/findit/waterfall/flake/test/recursive_flake_try_job_pipeline_test.py
,
May 9 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by lijeffrey@chromium.org
, May 9 2017