[
  {
    "cmd": [
      "python",
      "-u",
      "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
      "--json-output",
      "/path/to/tmp/json",
      "glob",
      "[START_DIR]/test",
      "*.png"
    ],
    "infra_step": true,
    "name": "find .png images",
    "stdout": "/path/to/tmp/",
    "~followup_annotations": [
      "@@@STEP_LOG_LINE@glob@[START_DIR]/test/someimage.png@@@",
      "@@@STEP_LOG_END@glob@@@"
    ]
  },
  {
    "cmd": [
      "gsutil",
      "-m",
      "cp",
      "[START_DIR]/test/*.png",
      "gs://skia-infra-gm/dm-images-v1"
    ],
    "name": "upload .png images",
    "~followup_annotations": [
      "step returned non-zero exit code: 1",
      "@@@STEP_FAILURE@@@"
    ]
  },
  {
    "cmd": [
      "gsutil",
      "-m",
      "cp",
      "[START_DIR]/test/*.png",
      "gs://skia-infra-gm/dm-images-v1"
    ],
    "name": "upload .png images (attempt 2)",
    "~followup_annotations": [
      "step returned non-zero exit code: 1",
      "@@@STEP_FAILURE@@@"
    ]
  },
  {
    "cmd": [
      "gsutil",
      "-m",
      "cp",
      "[START_DIR]/test/*.png",
      "gs://skia-infra-gm/dm-images-v1"
    ],
    "name": "upload .png images (attempt 3)",
    "~followup_annotations": [
      "step returned non-zero exit code: 1",
      "@@@STEP_FAILURE@@@"
    ]
  },
  {
    "cmd": [
      "gsutil",
      "-m",
      "cp",
      "[START_DIR]/test/*.png",
      "gs://skia-infra-gm/dm-images-v1"
    ],
    "name": "upload .png images (attempt 4)",
    "~followup_annotations": [
      "step returned non-zero exit code: 1",
      "@@@STEP_FAILURE@@@"
    ]
  },
  {
    "cmd": [
      "gsutil",
      "-m",
      "cp",
      "[START_DIR]/test/*.png",
      "gs://skia-infra-gm/dm-images-v1"
    ],
    "name": "upload .png images (attempt 5)",
    "~followup_annotations": [
      "step returned non-zero exit code: 1",
      "@@@STEP_FAILURE@@@"
    ]
  },
  {
    "failure": {
      "failure": {
        "step": "upload .png images (attempt 5)"
      },
      "humanReason": "Step('upload .png images (attempt 5)') failed with return_code 1"
    },
    "name": "$result"
  }
]