Skip to content

Commit 3a521b2

Browse files
feat(api): add AGENT_EXECUTION_CNF capability to RunnerCapability
1 parent e1bba76 commit 3a521b2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 193
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod/gitpod-17898495c070ff2b83528ccf268ff3a7426ccabe697c19ca5fe034daa7f76ed0.yml
3-
openapi_spec_hash: fc0b1da285521ddbb5293a228b31b51f
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod/gitpod-163329b61609d5c35f782faa460b99ad014584f1f0746d863c5612d6ee6e2c4b.yml
3+
openapi_spec_hash: 97bfee064dda4a0e940140c91fec5206
44
config_hash: e7d6e90c037f5d495ae913f3806471fd

src/gitpod/types/runner_capability.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
"RUNNER_CAPABILITY_ASG_WARM_POOL",
2121
"RUNNER_CAPABILITY_PORT_AUTHENTICATION",
2222
"RUNNER_CAPABILITY_HORIZONTAL_SCALING",
23+
"RUNNER_CAPABILITY_AGENT_EXECUTION_CNF",
2324
]

0 commit comments

Comments
 (0)