Sha256: 83552823ccdc86642a63ac679f2e008129c409158395e9f46cf82559ea26acd3

Contents?: true

Size: 1.62 KB

Versions: 4

Compression:

Stored size: 1.62 KB

Contents

[
  {
    "cmd": [
      "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
      "description",
      "-d",
      "--rietveld",
      "https://codereview.chromium.org/12853011"
    ],
    "name": "git_cl description",
    "stdout": "/path/to/tmp/"
  },
  {
    "cmd": [
      "python",
      "-u",
      "RECIPE_PACKAGE_REPO[depot_tools]/git_footers.py",
      "--json",
      "/path/to/tmp/json"
    ],
    "name": "parse description",
    "stdin": "foobar",
    "~followup_annotations": [
      "@@@STEP_LOG_END@json.output (invalid)@@@",
      "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
      "@@@STEP_LOG_END@json.output (exception)@@@"
    ]
  },
  {
    "cmd": [
      "git",
      "-c",
      "core.quotePath=false",
      "diff",
      "--cached",
      "--name-only"
    ],
    "cwd": "[START_DIR]",
    "infra_step": true,
    "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

4 entries across 4 versions & 1 rubygems

Version Path
libv8-6.3.292.48.1 vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_rietveld_patch.json
libv8-6.3.292.48.0 vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_rietveld_patch.json
libv8-6.3.292.48.0beta2 vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_rietveld_patch.json
libv8-6.3.292.48.0beta1 vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_rietveld_patch.json