| Index: scripts/slave/recipes_test/run_presubmit.tools_build.expected
|
| diff --git a/scripts/slave/recipes_test/run_presubmit.tools_build.expected b/scripts/slave/recipes_test/run_presubmit.tools_build.expected
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8afdf12977d2f18887e07ebfa7ae3a5053d2a0e0
|
| --- /dev/null
|
| +++ b/scripts/slave/recipes_test/run_presubmit.tools_build.expected
|
| @@ -0,0 +1,82 @@
|
| +[
|
| + {
|
| + "cmd": [
|
| + "git",
|
| + "--work-tree",
|
| + "[BUILD_ROOT]/slave/fake_slave/build/build",
|
| + "--git-dir",
|
| + "[BUILD_ROOT]/slave/fake_slave/build/build/.git",
|
| + "config",
|
| + "user.email",
|
| + "commit-bot@chromium.org"
|
| + ],
|
| + "name": "git config user.email"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "git",
|
| + "--work-tree",
|
| + "[BUILD_ROOT]/slave/fake_slave/build/build",
|
| + "--git-dir",
|
| + "[BUILD_ROOT]/slave/fake_slave/build/build/.git",
|
| + "config",
|
| + "user.name",
|
| + "The Commit Bot"
|
| + ],
|
| + "name": "git config user.name"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "git",
|
| + "--work-tree",
|
| + "[BUILD_ROOT]/slave/fake_slave/build/build",
|
| + "--git-dir",
|
| + "[BUILD_ROOT]/slave/fake_slave/build/build/.git",
|
| + "clean",
|
| + "-xfq"
|
| + ],
|
| + "name": "git clean"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "[DEPOT_TOOLS_ROOT]/apply_issue",
|
| + "-r",
|
| + "[BUILD_ROOT]/slave/fake_slave/build/build",
|
| + "-i",
|
| + 12853011,
|
| + "-p",
|
| + 1,
|
| + "-s",
|
| + "https://chromiumcodereview.appspot.com",
|
| + "-e",
|
| + "commit-bot@chromium.org"
|
| + ],
|
| + "name": "apply_issue"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "[DEPOT_TOOLS_ROOT]/presubmit_support.py",
|
| + "--root",
|
| + "[BUILD_ROOT]/slave/fake_slave/build/build",
|
| + "--commit",
|
| + "--verbose",
|
| + "--verbose",
|
| + "--issue",
|
| + 12853011,
|
| + "--patchset",
|
| + 1,
|
| + "--skip_canned",
|
| + "CheckRietveldTryJobExecution",
|
| + "--skip_canned",
|
| + "CheckTreeIsOpen",
|
| + "--skip_canned",
|
| + "CheckBuildbotPendingBuilds",
|
| + "--rietveld_url",
|
| + "https://chromiumcodereview.appspot.com",
|
| + "--rietveld_email",
|
| + "",
|
| + "--rietveld_fetch"
|
| + ],
|
| + "name": "presubmit"
|
| + }
|
| +]
|
|
|