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

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

Issue 23889036: Refactor the way that TestApi works so that it is actually useful. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Move gclient test_api to got_revisions cl Created 7 years, 3 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/polymer.py
diff --git a/scripts/slave/recipes/polymer.py b/scripts/slave/recipes/polymer.py
index 06bc82bec06ba92b1cc1ae1a5f0e14882b6bffee..79722c237e4072b932d1978211a459492b4527d0 100644
--- a/scripts/slave/recipes/polymer.py
+++ b/scripts/slave/recipes/polymer.py
@@ -98,7 +98,7 @@ def GenTests(api):
# Test paths and commands on each platform.
for plat in ('mac', 'linux', 'win'):
yield 'polymer-%s' % plat, {
- 'properties': api.properties_scheduled(
+ 'properties': api.properties.scheduled(
repository='https://github.com/Polymer/polymer',
buildername='polymer %s' % plat),
'mock': {
@@ -109,7 +109,7 @@ def GenTests(api):
}
# Make sure the steps are right for deps-triggered jobs.
yield 'polymer-from-platform', {
- 'properties': api.properties_scheduled(
+ 'properties': api.properties.scheduled(
repository='https://github.com/Polymer/platform',
buildername='polymer linux',
scheduler='polymer-platform')

Powered by Google App Engine
This is Rietveld 408576698