Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
google
GitHub Repository: google/crosvm
Path: blob/main/infra/recipes/presubmit.expected/basic.json
5394 views
1
[
2
{
3
"cmd": [
4
"vpython3",
5
"[CACHE]/builder/crosvm/tools/presubmit",
6
"--list-checks",
7
"basic"
8
],
9
"cwd": "[CACHE]/builder/crosvm",
10
"env": {
11
"CROSVM_CONTAINER_CACHE": "[CACHE]/builder/dev_container"
12
},
13
"luci_context": {
14
"realm": {
15
"name": "crosvm/crosvm:ci"
16
},
17
"resultdb": {
18
"current_invocation": {
19
"name": "invocations/build:8945511751514863184",
20
"update_token": "token"
21
},
22
"hostname": "rdbhost"
23
}
24
},
25
"name": "List checks to run"
26
},
27
{
28
"cmd": [
29
"vpython3",
30
"[CACHE]/builder/crosvm/tools/dev_container",
31
"--no-interactive",
32
"--verbose",
33
"tools/presubmit",
34
"--no-delta",
35
"check_a"
36
],
37
"cwd": "[CACHE]/builder/crosvm",
38
"env": {
39
"CROSVM_CONTAINER_CACHE": "[CACHE]/builder/dev_container"
40
},
41
"luci_context": {
42
"realm": {
43
"name": "crosvm/crosvm:ci"
44
},
45
"resultdb": {
46
"current_invocation": {
47
"name": "invocations/build:8945511751514863184",
48
"update_token": "token"
49
},
50
"hostname": "rdbhost"
51
}
52
},
53
"name": "tools/presubmit check_a"
54
},
55
{
56
"cmd": [
57
"vpython3",
58
"[CACHE]/builder/crosvm/tools/dev_container",
59
"--no-interactive",
60
"--verbose",
61
"tools/presubmit",
62
"--no-delta",
63
"check_b"
64
],
65
"cwd": "[CACHE]/builder/crosvm",
66
"env": {
67
"CROSVM_CONTAINER_CACHE": "[CACHE]/builder/dev_container"
68
},
69
"luci_context": {
70
"realm": {
71
"name": "crosvm/crosvm:ci"
72
},
73
"resultdb": {
74
"current_invocation": {
75
"name": "invocations/build:8945511751514863184",
76
"update_token": "token"
77
},
78
"hostname": "rdbhost"
79
}
80
},
81
"name": "tools/presubmit check_b"
82
}
83
]
84