[
  {
    "cmd": [
      "gsutil",
      "--blah",
      "-m",
      "cp",
      "-Z",
      "/foo/file",
      "gs://bar-bucket/file"
    ],
    "name": "upload test file",
    "~followup_annotations": [
      "@@@STEP_FAILURE@@@"
    ]
  },
  {
    "cmd": [
      "gsutil",
      "--blah",
      "-m",
      "cp",
      "-Z",
      "/foo/file",
      "gs://bar-bucket/file"
    ],
    "name": "upload test file (attempt 2)",
    "~followup_annotations": [
      "@@@STEP_FAILURE@@@"
    ]
  },
  {
    "cmd": [
      "gsutil",
      "--blah",
      "-m",
      "cp",
      "-Z",
      "/foo/file",
      "gs://bar-bucket/file"
    ],
    "name": "upload test file (attempt 3)",
    "~followup_annotations": [
      "@@@STEP_FAILURE@@@"
    ]
  },
  {
    "cmd": [
      "gsutil",
      "--blah",
      "-m",
      "cp",
      "-Z",
      "/foo/file",
      "gs://bar-bucket/file"
    ],
    "name": "upload test file (attempt 4)",
    "~followup_annotations": [
      "@@@STEP_FAILURE@@@"
    ]
  },
  {
    "cmd": [
      "gsutil",
      "--blah",
      "-m",
      "cp",
      "-Z",
      "/foo/file",
      "gs://bar-bucket/file"
    ],
    "name": "upload test file (attempt 5)",
    "~followup_annotations": [
      "@@@STEP_FAILURE@@@"
    ]
  },
  {
    "failure": {
      "failure": {},
      "humanReason": "Step('upload test file (attempt 5)') (retcode: 1)"
    },
    "name": "$result"
  }
]