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

Unified Diff: scripts/slave/recipes/sync_submodules.expected/basic.json

Issue 2041743002: Add sync_submodules builders on master.chromium.infra. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Test expectations Created 4 years, 6 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/sync_submodules.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/sync_submodules.expected/basic.json
diff --git a/scripts/slave/recipes/sync_submodules.expected/basic.json b/scripts/slave/recipes/sync_submodules.expected/basic.json
deleted file mode 100644
index 789ec2151a2396c0254a02f8e776185876dcfc6d..0000000000000000000000000000000000000000
--- a/scripts/slave/recipes/sync_submodules.expected/basic.json
+++ /dev/null
@@ -1,241 +0,0 @@
-[
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
- "--path",
- "[CWD]/src",
- "--url",
- "https://chromium.googlesource.com/chromium/src"
- ],
- "name": "git setup"
- },
- {
- "cmd": [
- "git",
- "retry",
- "fetch",
- "origin",
- "master"
- ],
- "cwd": "[CWD]/src",
- "name": "git fetch"
- },
- {
- "cmd": [
- "git",
- "checkout",
- "-f",
- "FETCH_HEAD"
- ],
- "cwd": "[CWD]/src",
- "name": "git checkout"
- },
- {
- "cmd": [
- "git",
- "rev-parse",
- "HEAD"
- ],
- "cwd": "[CWD]/src",
- "name": "read revision",
- "stdout": "/path/to/tmp/",
- "~followup_annotations": [
- "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
- ]
- },
- {
- "cmd": [
- "git",
- "clean",
- "-f",
- "-d",
- "-x"
- ],
- "cwd": "[CWD]/src",
- "name": "git clean"
- },
- {
- "cmd": [
- "git",
- "remote",
- "remove",
- "destination_repo"
- ],
- "cwd": "[CWD]/src",
- "name": "git remote"
- },
- {
- "cmd": [
- "git",
- "remote",
- "add",
- "destination_repo",
- "https://chromium.googlesource.com/chromium/src/codesearch"
- ],
- "cwd": "[CWD]/src",
- "name": "git remote (2)"
- },
- {
- "cmd": [
- "git",
- "fetch",
- "destination_repo",
- "+refs/heads/master"
- ],
- "cwd": "[CWD]/src",
- "name": "git fetch (2)"
- },
- {
- "cmd": [
- "python",
- "RECIPE_MODULE[build::sync_submodules]/resources/deps2submodules.py",
- "DEPS"
- ],
- "cwd": "[CWD]/src",
- "name": "deps2submodules"
- },
- {
- "cmd": [
- "git",
- "commit",
- "-m",
- "Update submodule references.\n\nThis is an artificial commit to make dependencies specified in the DEPS file\nvisible to Codesearch.\nThis commit does not exist in the underlying repository."
- ],
- "cwd": "[CWD]/src",
- "name": "git commit"
- },
- {
- "cmd": [
- "git",
- "push",
- "destination_repo",
- "+HEAD:refs/heads/master"
- ],
- "cwd": "[CWD]/src",
- "name": "git push"
- },
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
- "--path",
- "[CWD]/infra",
- "--url",
- "https://chromium.googlesource.com/infra/infra"
- ],
- "name": "git setup (2)"
- },
- {
- "cmd": [
- "git",
- "retry",
- "fetch",
- "origin",
- "master"
- ],
- "cwd": "[CWD]/infra",
- "name": "git fetch (3)"
- },
- {
- "cmd": [
- "git",
- "checkout",
- "-f",
- "FETCH_HEAD"
- ],
- "cwd": "[CWD]/infra",
- "name": "git checkout (2)"
- },
- {
- "cmd": [
- "git",
- "rev-parse",
- "HEAD"
- ],
- "cwd": "[CWD]/infra",
- "name": "read revision (2)",
- "stdout": "/path/to/tmp/",
- "~followup_annotations": [
- "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
- ]
- },
- {
- "cmd": [
- "git",
- "clean",
- "-f",
- "-d",
- "-x"
- ],
- "cwd": "[CWD]/infra",
- "name": "git clean (2)"
- },
- {
- "cmd": [
- "git",
- "remote",
- "remove",
- "destination_repo"
- ],
- "cwd": "[CWD]/infra",
- "name": "git remote (3)"
- },
- {
- "cmd": [
- "git",
- "remote",
- "add",
- "destination_repo",
- "https://chromium.googlesource.com/infra/infra/codesearch"
- ],
- "cwd": "[CWD]/infra",
- "name": "git remote (4)"
- },
- {
- "cmd": [
- "git",
- "fetch",
- "destination_repo",
- "+refs/heads/master"
- ],
- "cwd": "[CWD]/infra",
- "name": "git fetch (4)"
- },
- {
- "cmd": [
- "python",
- "RECIPE_MODULE[build::sync_submodules]/resources/deps2submodules.py",
- "DEPS"
- ],
- "cwd": "[CWD]/infra",
- "name": "deps2submodules (2)"
- },
- {
- "cmd": [
- "git",
- "commit",
- "-m",
- "Update submodule references.\n\nThis is an artificial commit to make dependencies specified in the DEPS file\nvisible to Codesearch.\nThis commit does not exist in the underlying repository."
- ],
- "cwd": "[CWD]/infra",
- "name": "git commit (2)"
- },
- {
- "cmd": [
- "git",
- "push",
- "destination_repo",
- "+HEAD:refs/heads/master"
- ],
- "cwd": "[CWD]/infra",
- "name": "git push (2)"
- },
- {
- "name": "$result",
- "recipe_result": null,
- "status_code": 0
- }
-]
« no previous file with comments | « scripts/slave/recipes/sync_submodules.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698