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

Unified Diff: scripts/slave/recipes/v8/auto_tag.expected/update.json

Issue 1329703003: V8 Buildbot: Auto-tag recipe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Well, now it's kinda obvious... Created 5 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
« no previous file with comments | « scripts/slave/recipes/v8/auto_tag.expected/same_lkgr.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/v8/auto_tag.expected/update.json
diff --git a/scripts/slave/recipes/v8/auto_roll_push.expected/standard.json b/scripts/slave/recipes/v8/auto_tag.expected/update.json
similarity index 68%
copy from scripts/slave/recipes/v8/auto_roll_push.expected/standard.json
copy to scripts/slave/recipes/v8/auto_tag.expected/update.json
index b2cb27a6961055d796b7cf6d8e36cc90fb549aaf..b9de177c21f67802695a8c27ee3ed75f6d4e580c 100644
--- a/scripts/slave/recipes/v8/auto_roll_push.expected/standard.json
+++ b/scripts/slave/recipes/v8/auto_tag.expected/update.json
@@ -3,20 +3,11 @@
"cmd": [
"python",
"-u",
- "[BUILD]/scripts/slave/cleanup_temp.py"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "cleanup_temp"
- },
- {
- "cmd": [
- "python",
- "-u",
"[BUILD]/scripts/slave/bot_update.py",
"--master",
"client.v8.fyi",
"--builder",
- "TestBuilder",
+ "Auto-tag",
"--slave",
"TestSlavename",
"--spec",
@@ -30,7 +21,8 @@
"--revision",
"v8@HEAD",
"--force",
- "--no_shallow"
+ "--no_shallow",
+ "--with_branch_heads"
],
"cwd": "[SLAVE_BUILD]",
"name": "bot_update",
@@ -54,35 +46,42 @@
},
{
"cmd": [
- "python",
- "-u",
- "[BUILD]/scripts/tools/runit.py",
- "[BUILD]/scripts/tools/pycurl.py",
- "https://v8-roll.appspot.com/status"
+ "git",
+ "ls-remote",
+ "https://chromium.googlesource.com/v8/v8",
+ "refs/branch-heads/3.4"
],
- "cwd": "[SLAVE_BUILD]",
- "name": "check roll status",
+ "cwd": "[SLAVE_BUILD]/v8",
+ "name": "git ls-remote 3.4",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
- "@@@STEP_TEXT@Pushing activated@@@",
- "@@@STEP_LOG_LINE@stdout@1@@@",
- "@@@STEP_LOG_END@stdout@@@"
+ "@@@STEP_LOG_LINE@ref@c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6@@@",
+ "@@@STEP_LOG_END@ref@@@"
]
},
{
"cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/v8/tools/release/auto_push.py",
- "--author",
- "v8-autoroll@chromium.org",
- "--reviewer",
- "v8-autoroll@chromium.org",
- "--push",
- "--work-dir",
- "[SLAVE_BUILD]/workdir"
+ "git",
+ "ls-remote",
+ "https://chromium.googlesource.com/v8/v8",
+ "refs/heads/3.4-lkgr"
+ ],
+ "cwd": "[SLAVE_BUILD]/v8",
+ "name": "git ls-remote 3.4-lkgr",
+ "stdout": "/path/to/tmp/",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@ref@74882b7a8e55268d1658f83efefa1c2585cee723@@@",
+ "@@@STEP_LOG_END@ref@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "git",
+ "push",
+ "https://chromium.googlesource.com/v8/v8",
+ "+c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6:refs/heads/3.4-lkgr"
],
"cwd": "[SLAVE_BUILD]/v8",
- "name": "push candidate"
+ "name": "git push"
}
]
« no previous file with comments | « scripts/slave/recipes/v8/auto_tag.expected/same_lkgr.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698