[
  {
    "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)"
  },
  {
    "name": "$result"
  }
]