summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/bazel/TARGETS
blob: d5ad72c9c5c0f86e25df416d2ec0ed06fdd9a3f5 (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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{ "cas_client":
  { "type": ["utils/remote_execution", "CC test"]
  , "name": ["cas_client"]
  , "srcs": ["bazel_cas_client.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "gsl", "", "gsl"]
    , ["@", "src", "src/buildtool/common", "artifact_blob"]
    , ["@", "src", "src/buildtool/common", "common"]
    , ["@", "src", "src/buildtool/common/remote", "remote_common"]
    , ["@", "src", "src/buildtool/common/remote", "retry_config"]
    , ["@", "src", "src/buildtool/crypto", "hash_function"]
    , ["@", "src", "src/buildtool/execution_api/remote", "bazel_network"]
    , ["@", "src", "src/buildtool/execution_api/remote", "config"]
    , ["@", "src", "src/buildtool/file_system", "object_type"]
    , ["@", "src", "src/buildtool/storage", "config"]
    , ["@", "src", "src/utils/cpp", "expected"]
    , ["utils", "catch-main-remote-execution"]
    , ["utils", "test_auth_config"]
    , ["utils", "test_remote_config"]
    , ["utils", "test_storage_config"]
    ]
  , "stage": ["test", "buildtool", "execution_api", "bazel"]
  }
, "execution_client":
  { "type": ["utils/remote_execution", "CC test"]
  , "name": ["execution_client"]
  , "srcs": ["bazel_execution_client.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "gsl", "", "gsl"]
    , ["@", "src", "src/buildtool/common", "bazel_digest_factory"]
    , ["@", "src", "src/buildtool/common", "bazel_types"]
    , ["@", "src", "src/buildtool/common/remote", "remote_common"]
    , ["@", "src", "src/buildtool/common/remote", "retry_config"]
    , ["@", "src", "src/buildtool/crypto", "hash_function"]
    , ["@", "src", "src/buildtool/execution_api/bazel_msg", "execution_config"]
    , ["@", "src", "src/buildtool/execution_api/remote", "bazel_network"]
    , ["@", "src", "src/buildtool/execution_api/remote", "config"]
    , ["@", "src", "src/buildtool/file_system", "object_type"]
    , ["utils", "catch-main-remote-execution"]
    , ["utils", "execution_bazel"]
    , ["utils", "test_auth_config"]
    , ["utils", "test_hash_function_type"]
    , ["utils", "test_remote_config"]
    ]
  , "stage": ["test", "buildtool", "execution_api", "bazel"]
  }
, "bytestream_client":
  { "type": ["utils/remote_execution", "CC test"]
  , "name": ["bytestream_client"]
  , "srcs": ["bytestream_client.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "grpc", "", "grpc"]
    , ["@", "gsl", "", "gsl"]
    , ["@", "src", "src/buildtool/common", "artifact_blob"]
    , ["@", "src", "src/buildtool/common/remote", "remote_common"]
    , ["@", "src", "src/buildtool/crypto", "hash_function"]
    , ["@", "src", "src/buildtool/execution_api/common", "common"]
    , ["@", "src", "src/buildtool/execution_api/common", "ids"]
    , ["@", "src", "src/buildtool/execution_api/remote", "bazel_network"]
    , ["@", "src", "src/buildtool/execution_api/remote", "config"]
    , ["@", "src", "src/buildtool/file_system", "object_type"]
    , ["@", "src", "src/buildtool/storage", "config"]
    , ["@", "src", "src/utils/cpp", "expected"]
    , ["utils", "catch-main-remote-execution"]
    , ["utils", "execution_bazel"]
    , ["utils", "test_auth_config"]
    , ["utils", "test_remote_config"]
    , ["utils", "test_storage_config"]
    ]
  , "stage": ["test", "buildtool", "execution_api", "bazel"]
  }
, "network":
  { "type": ["utils/remote_execution", "CC test"]
  , "name": ["network"]
  , "srcs": ["bazel_network.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "grpc", "", "grpc"]
    , ["@", "gsl", "", "gsl"]
    , ["@", "src", "src/buildtool/common", "artifact_blob"]
    , ["@", "src", "src/buildtool/common", "common"]
    , ["@", "src", "src/buildtool/common", "protocol_traits"]
    , ["@", "src", "src/buildtool/common/remote", "remote_common"]
    , ["@", "src", "src/buildtool/common/remote", "retry_config"]
    , ["@", "src", "src/buildtool/crypto", "hash_function"]
    , ["@", "src", "src/buildtool/crypto", "hash_info"]
    , ["@", "src", "src/buildtool/execution_api/remote", "bazel_network"]
    , ["@", "src", "src/buildtool/execution_api/remote", "config"]
    , ["@", "src", "src/buildtool/file_system", "object_type"]
    , ["@", "src", "src/buildtool/storage", "config"]
    , ["@", "src", "src/utils/cpp", "expected"]
    , ["utils", "catch-main-remote-execution"]
    , ["utils", "execution_bazel"]
    , ["utils", "test_auth_config"]
    , ["utils", "test_remote_config"]
    , ["utils", "test_storage_config"]
    ]
  , "stage": ["test", "buildtool", "execution_api", "bazel"]
  }
, "msg_factory":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["msg_factory"]
  , "srcs": ["bazel_msg_factory.test.cpp"]
  , "data": [["buildtool/storage", "test_data"]]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "src", "src/buildtool/common", "artifact_blob"]
    , ["@", "src", "src/buildtool/common", "artifact_description"]
    , ["@", "src", "src/buildtool/common", "common"]
    , ["@", "src", "src/buildtool/crypto", "hash_function"]
    , [ "@"
      , "src"
      , "src/buildtool/execution_api/bazel_msg"
      , "bazel_msg_factory"
      ]
    , ["@", "src", "src/buildtool/execution_api/bazel_msg", "directory_tree"]
    , ["@", "src", "src/buildtool/execution_api/common", "common"]
    , ["@", "src", "src/buildtool/execution_engine/dag", "dag"]
    , ["@", "src", "src/buildtool/file_system", "file_system_manager"]
    , ["@", "src", "src/buildtool/file_system", "object_type"]
    , ["@", "src", "src/utils/cpp", "expected"]
    , ["", "catch-main"]
    , ["utils", "test_hash_function_type"]
    ]
  , "stage": ["test", "buildtool", "execution_api", "bazel"]
  }
, "bazel_api":
  { "type": ["utils/remote_execution", "CC test"]
  , "name": ["bazel_api"]
  , "srcs": ["bazel_api.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "gsl", "", "gsl"]
    , ["@", "src", "src/buildtool/auth", "auth"]
    , ["@", "src", "src/buildtool/common/remote", "remote_common"]
    , ["@", "src", "src/buildtool/common/remote", "retry_config"]
    , ["@", "src", "src/buildtool/crypto", "hash_function"]
    , ["@", "src", "src/buildtool/execution_api/common", "common"]
    , ["@", "src", "src/buildtool/execution_api/remote", "bazel_api"]
    , ["@", "src", "src/buildtool/execution_api/remote", "config"]
    , ["@", "src", "src/buildtool/storage", "config"]
    , ["@", "src", "src/utils/cpp", "tmp_dir"]
    , ["buildtool/execution_api/common", "api_test"]
    , ["utils", "catch-main-remote-execution"]
    , ["utils", "test_auth_config"]
    , ["utils", "test_remote_config"]
    , ["utils", "test_storage_config"]
    ]
  , "stage": ["test", "buildtool", "execution_api", "bazel"]
  }
, "TESTS":
  { "type": ["@", "rules", "test", "suite"]
  , "stage": ["bazel"]
  , "deps":
    [ "bazel_api"
    , "bytestream_client"
    , "cas_client"
    , "execution_client"
    , "msg_factory"
    , "network"
    ]
  }
}