Sha256: fca789acc07f187775cdf08876c8456954ec9ad03dc7c7da40da9b606421fe3a

Contents?: true

Size: 1.58 KB

Versions: 9

Compression:

Stored size: 1.58 KB

Contents

[
  {
    "cmd": [
      "svn",
      "export",
      "--force",
      "svn://checkout.url",
      "/path/to/tmp/diff"
    ],
    "name": "download patch",
    "~followup_annotations": [
      "@@@STEP_LOG_LINE@patch.diff@fake patch.diff content (line 1)@@@",
      "@@@STEP_LOG_LINE@patch.diff@fake patch.diff content (line 2)@@@",
      "@@@STEP_LOG_LINE@patch.diff@@@@",
      "@@@STEP_LOG_END@patch.diff@@@"
    ]
  },
  {
    "cmd": [
      "patch",
      "--dir",
      "[SLAVE_BUILD]",
      "--force",
      "--forward",
      "--remove-empty-files",
      "--strip",
      "0"
    ],
    "name": "apply patch",
    "stdin": "fake patch.diff content (line 1)\nfake patch.diff content (line 2)\n"
  },
  {
    "cmd": [
      "git",
      "diff",
      "--cached",
      "--name-only"
    ],
    "cwd": "[SLAVE_BUILD]",
    "name": "git diff to analyze patch",
    "stdout": "/path/to/tmp/",
    "~followup_annotations": [
      "@@@STEP_LOG_LINE@files@foo.cc@@@",
      "@@@STEP_LOG_END@files@@@",
      "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@",
      "@@@SET_BUILD_PROPERTY@subproject_tag@\"v8\"@@@"
    ]
  },
  {
    "cmd": [
      "python",
      "-u",
      "import sys; sys.exit(1)"
    ],
    "name": "fail",
    "~followup_annotations": [
      "step returned non-zero exit code: 1",
      "@@@STEP_TEXT@foo@@@",
      "@@@STEP_FAILURE@@@",
      "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a70e7\"@@@"
    ]
  },
  {
    "name": "$result",
    "reason": "Step('fail') failed with return_code 1",
    "recipe_result": null,
    "status_code": 1
  }
]

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
libv8-5.3.332.38.5 vendor/depot_tools/recipe_modules/tryserver/example.expected/with_svn_patch.json
libv8-5.3.332.38.4 vendor/depot_tools/recipe_modules/tryserver/example.expected/with_svn_patch.json
libv8-5.3.332.38.3 vendor/depot_tools/recipe_modules/tryserver/example.expected/with_svn_patch.json
libv8-5.3.332.38.2 vendor/depot_tools/recipe_modules/tryserver/example.expected/with_svn_patch.json
libv8-5.3.332.38.1 vendor/depot_tools/recipe_modules/tryserver/example.expected/with_svn_patch.json
libv8-5.3.332.38.0 vendor/depot_tools/recipe_modules/tryserver/example.expected/with_svn_patch.json
libv8-5.3.332.38.0beta2 vendor/depot_tools/recipe_modules/tryserver/example.expected/with_svn_patch.json
libv8-5.2.361.43.1 vendor/depot_tools/recipe_modules/tryserver/example.expected/with_svn_patch.json
libv8-5.2.361.43.0 vendor/depot_tools/recipe_modules/tryserver/example.expected/with_svn_patch.json