Sigh. Adjust path to the *other* parameter to archive_layout_test_results.py.
This will hopefully be the last thing needed to actually make the archiving of results for webkit_tests work on Android bots. This is another follow-on to r222092. TBR=ilevy@chromium.org BUG=276076 Review URL: https://codereview.chromium.org/23684043 git-svn-id: http://src.chromium.org/svn/trunk/src/build@222109 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
7cc2e57059
Коммит
0a1fe589d1
|
@ -252,7 +252,7 @@ def RunWebkitLayoutTests(options):
|
||||||
gs_bucket = 'gs://chromium-layout-test-archives'
|
gs_bucket = 'gs://chromium-layout-test-archives'
|
||||||
RunCmd([os.path.join(SLAVE_SCRIPTS_DIR, 'chromium',
|
RunCmd([os.path.join(SLAVE_SCRIPTS_DIR, 'chromium',
|
||||||
'archive_layout_test_results.py'),
|
'archive_layout_test_results.py'),
|
||||||
'--results-dir', '../layout-test-results',
|
'--results-dir', '../../layout-test-results',
|
||||||
'--build-dir', CHROME_OUT_DIR,
|
'--build-dir', CHROME_OUT_DIR,
|
||||||
'--build-number', str(options.build_properties.get('buildnumber', '')),
|
'--build-number', str(options.build_properties.get('buildnumber', '')),
|
||||||
'--builder-name', options.build_properties.get('buildername', ''),
|
'--builder-name', options.build_properties.get('buildername', ''),
|
||||||
|
|
Загрузка…
Ссылка в новой задаче