Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Unified Diff: scripts/slave/recipes/chromedriver.py

Issue 2170903002: Set nest step status when test failure for Chromedriver recipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/chromedriver.py
diff --git a/scripts/slave/recipes/chromedriver.py b/scripts/slave/recipes/chromedriver.py
index 931bcba1404def025b01ba9c8a44b2c93da9ef57..81a687cb9d32c4862d4d2ca5eaf6cdb78170eab7 100644
--- a/scripts/slave/recipes/chromedriver.py
+++ b/scripts/slave/recipes/chromedriver.py
@@ -118,4 +118,4 @@ def GenTests(api):
parent_build_archive_url='gs://test-domain/test-archive.zip',
got_revision='4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00',
got_revision_cp='refs/heads/master@{#333333}') +
- api.step_data('java_tests chrome_stable', retcode=1))
+ api.step_data('java_tests chrome_stable.Run Tests', retcode=1))

Powered by Google App Engine
This is Rietveld 408576698