Skip to content

Commit bc21333

Browse files
chore(remotebuildexecution): update the api
1 parent 6fcf86c commit bc21333

File tree

3 files changed

+9
-15
lines changed

3 files changed

+9
-15
lines changed

googleapiclient/discovery_cache/documents/remotebuildexecution.v1.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
}
308308
}
309309
},
310-
"revision": "20210608",
310+
"revision": "20210622",
311311
"rootUrl": "https://remotebuildexecution.googleapis.com/",
312312
"schemas": {
313313
"BuildBazelRemoteExecutionV2Action": {
@@ -1023,14 +1023,12 @@
10231023
"enum": [
10241024
"CONFIG_NONE",
10251025
"CONFIG_MATCH",
1026-
"CONFIG_MISMATCH",
1027-
"CONFIG_MISSING_CONTAINER"
1026+
"CONFIG_MISMATCH"
10281027
],
10291028
"enumDescriptions": [
10301029
"Container Manager is disabled or not running for this execution.",
10311030
"Container Manager is enabled and there was a matching container available for use during execution.",
1032-
"Container Manager is enabled, but there was no matching container available for execution.",
1033-
"Container Manager is enabled and we attempted to execute on a matching container, but the container was no longer running. The task was retried without an async container."
1031+
"Container Manager is enabled, but there was no matching container available for execution."
10341032
],
10351033
"type": "string"
10361034
},

googleapiclient/discovery_cache/documents/remotebuildexecution.v1alpha.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
}
433433
}
434434
},
435-
"revision": "20210607",
435+
"revision": "20210623",
436436
"rootUrl": "https://admin-remotebuildexecution.googleapis.com/",
437437
"schemas": {
438438
"BuildBazelRemoteExecutionV2Action": {
@@ -1137,14 +1137,12 @@
11371137
"enum": [
11381138
"CONFIG_NONE",
11391139
"CONFIG_MATCH",
1140-
"CONFIG_MISMATCH",
1141-
"CONFIG_MISSING_CONTAINER"
1140+
"CONFIG_MISMATCH"
11421141
],
11431142
"enumDescriptions": [
11441143
"Container Manager is disabled or not running for this execution.",
11451144
"Container Manager is enabled and there was a matching container available for use during execution.",
1146-
"Container Manager is enabled, but there was no matching container available for execution.",
1147-
"Container Manager is enabled and we attempted to execute on a matching container, but the container was no longer running. The task was retried without an async container."
1145+
"Container Manager is enabled, but there was no matching container available for execution."
11481146
],
11491147
"type": "string"
11501148
},

googleapiclient/discovery_cache/documents/remotebuildexecution.v2.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447
}
448448
}
449449
},
450-
"revision": "20210608",
450+
"revision": "20210622",
451451
"rootUrl": "https://remotebuildexecution.googleapis.com/",
452452
"schemas": {
453453
"BuildBazelRemoteExecutionV2Action": {
@@ -1573,14 +1573,12 @@
15731573
"enum": [
15741574
"CONFIG_NONE",
15751575
"CONFIG_MATCH",
1576-
"CONFIG_MISMATCH",
1577-
"CONFIG_MISSING_CONTAINER"
1576+
"CONFIG_MISMATCH"
15781577
],
15791578
"enumDescriptions": [
15801579
"Container Manager is disabled or not running for this execution.",
15811580
"Container Manager is enabled and there was a matching container available for use during execution.",
1582-
"Container Manager is enabled, but there was no matching container available for execution.",
1583-
"Container Manager is enabled and we attempted to execute on a matching container, but the container was no longer running. The task was retried without an async container."
1581+
"Container Manager is enabled, but there was no matching container available for execution."
15841582
],
15851583
"type": "string"
15861584
},

0 commit comments

Comments
 (0)