Sha256: f20db7291b943e5eb152a6d2ac725ce186ceb483bd8fbc5d2b1c5ef44a0d4459

Contents?: true

Size: 986 Bytes

Versions: 6

Compression:

Stored size: 986 Bytes

Contents

[
  {
    "cmd": [
      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
    ],
    "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
    "name": "ensure git tooling on windows"
  },
  {
    "cmd": [
      "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
      "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@@@"
    ]
  },
  {
    "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",
    "status_code": 1
  }
]

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
libv8-5.1.281.59.1 vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch.json
libv8-5.1.281.59.0 vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch.json
libv8-5.1.281.59.0beta3 vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch.json
libv8-5.0.71.48.3 vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch.json
libv8-5.0.71.48.2 vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch.json
libv8-5.0.71.48.0beta2 vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch.json