aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/upload_coverage_results.expected/failed_once.json
blob: 2312af4b85b13a52244eb979bcc00d4ce5ffd52e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
[
  {
    "cmd": [
      "gsutil",
      "cp",
      "-Z",
      "[START_DIR]/output.profraw",
      "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug.profraw"
    ],
    "name": "upload raw data",
    "~followup_annotations": [
      "step returned non-zero exit code: 1",
      "@@@STEP_FAILURE@@@"
    ]
  },
  {
    "cmd": [
      "gsutil",
      "cp",
      "-Z",
      "[START_DIR]/output.profraw",
      "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug.profraw"
    ],
    "name": "upload raw data (attempt 2)"
  },
  {
    "cmd": [
      "[START_DIR]/clang_linux/bin/llvm-profdata",
      "merge",
      "-sparse",
      "[START_DIR]/output.profraw",
      "-o",
      "[START_DIR]/output.profdata"
    ],
    "name": "merge and index"
  },
  {
    "cmd": [
      "gsutil",
      "cp",
      "-Z",
      "[START_DIR]/output.profdata",
      "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug.profdata"
    ],
    "name": "upload parsed data"
  },
  {
    "cmd": [
      "[START_DIR]/clang_linux/bin/llvm-cov",
      "show",
      "[START_DIR]/out/Debug/dm",
      "-instr-profile=[START_DIR]/output.profdata",
      "-use-color=0",
      "-format=text",
      "-output-dir=[START_DIR]/coverage_text"
    ],
    "name": "create text summary"
  },
  {
    "cmd": [
      "gsutil",
      "cp",
      "-Z",
      "[START_DIR]/coverage_text/index.txt",
      "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug.summary"
    ],
    "name": "upload coverage summary"
  },
  {
    "cmd": [
      "tar",
      "-cvf",
      "[START_DIR]/coverage.text.tar",
      "[START_DIR]/coverage_text"
    ],
    "name": "create text coverage archive"
  },
  {
    "cmd": [
      "gsutil",
      "cp",
      "-Z",
      "[START_DIR]/coverage.text.tar",
      "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug.text.tar"
    ],
    "name": "upload text coverage data"
  },
  {
    "cmd": [
      "[START_DIR]/clang_linux/bin/llvm-cov",
      "show",
      "[START_DIR]/out/Debug/dm",
      "-instr-profile=[START_DIR]/output.profdata",
      "-use-color=1",
      "-format=html",
      "-output-dir=[START_DIR]/coverage_html"
    ],
    "name": "create html summary"
  },
  {
    "cmd": [
      "tar",
      "-cvf",
      "[START_DIR]/coverage.html.tar",
      "[START_DIR]/coverage_html"
    ],
    "name": "create html coverage archive"
  },
  {
    "cmd": [
      "gsutil",
      "cp",
      "-Z",
      "[START_DIR]/coverage.html.tar",
      "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug.html.tar"
    ],
    "name": "upload html coverage data"
  },
  {
    "name": "$result",
    "recipe_result": null,
    "status_code": 0
  }
]