| Index: scripts/slave/recipes/infra/sync_submodules.expected/basic.json
|
| diff --git a/scripts/slave/recipes/sync_submodules.expected/basic.json b/scripts/slave/recipes/infra/sync_submodules.expected/basic.json
|
| similarity index 50%
|
| rename from scripts/slave/recipes/sync_submodules.expected/basic.json
|
| rename to scripts/slave/recipes/infra/sync_submodules.expected/basic.json
|
| index 789ec2151a2396c0254a02f8e776185876dcfc6d..cb5bce21af17e26d258034cd7b6ef5178760f2b4 100644
|
| --- a/scripts/slave/recipes/sync_submodules.expected/basic.json
|
| +++ b/scripts/slave/recipes/infra/sync_submodules.expected/basic.json
|
| @@ -117,123 +117,6 @@
|
| "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
|
|
|