aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/upload_coverage_results.expected/alternate_bucket.json
blob: 8cee6d4e84b3d4fafc0fd71683d03d01fba0d637 (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
[
  {
    "cmd": [
      "gsutil",
      "cp",
      "-Z",
      "[START_DIR]/output.profraw",
      "gs://skia-coverage-alt/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profraw"
    ],
    "name": "upload raw data"
  },
  {
    "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-alt/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.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-alt/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.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-alt/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.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-alt/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.html.tar"
    ],
    "name": "upload html coverage data"
  },
  {
    "name": "$result",
    "recipe_result": null,
    "status_code": 0
  }
]