Skip to content

Commit 118f51a

Browse files
chore: switch createos to @bhautikin/ccos and isolate in CI
1 parent c0bcc34 commit 118f51a

4 files changed

Lines changed: 51 additions & 51 deletions

File tree

.github/workflows/sandbox-dax-benchmarks.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -49,33 +49,33 @@ jobs:
4949
fail-fast: false
5050
matrix:
5151
provider:
52-
- archil
53-
- arker
54-
- beam
55-
- blaxel
56-
- cloud-run
57-
- cloudflare
58-
- codesandbox
52+
# - archil
53+
# - arker
54+
# - beam
55+
# - blaxel
56+
# - cloud-run
57+
# - cloudflare
58+
# - codesandbox
5959
- createos
60-
- daytona
61-
- declaw
62-
- e2b
63-
- hopx
64-
- isorun
65-
- lightning
66-
- modal
67-
- mosaic
68-
- namespace
69-
- northflank
70-
- opencomputer
71-
- run-cloud
72-
- runloop
73-
- sail
74-
- sandbox0
75-
- superserve
76-
- tenki
77-
- tensorlake
78-
- upstash
60+
# - daytona
61+
# - declaw
62+
# - e2b
63+
# - hopx
64+
# - isorun
65+
# - lightning
66+
# - modal
67+
# - mosaic
68+
# - namespace
69+
# - northflank
70+
# - opencomputer
71+
# - run-cloud
72+
# - runloop
73+
# - sail
74+
# - sandbox0
75+
# - superserve
76+
# - tenki
77+
# - tensorlake
78+
# - upstash
7979
- vercel
8080
steps:
8181
- uses: actions/checkout@v4

.github/workflows/sandbox-tti-benchmarks.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -54,34 +54,34 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
provider:
57-
- archil
58-
- arker
59-
- beam
60-
- blaxel
61-
- cloud-run
62-
- cloudflare
63-
- codesandbox
57+
# - archil
58+
# - arker
59+
# - beam
60+
# - blaxel
61+
# - cloud-run
62+
# - cloudflare
63+
# - codesandbox
6464
# - collimate
6565
- createos
66-
- daytona
67-
- declaw
68-
- e2b
69-
- hopx
70-
- isorun
66+
# - daytona
67+
# - declaw
68+
# - e2b
69+
# - hopx
70+
# - isorun
7171
# - lelantos
72-
- lightning
73-
- modal
74-
- mosaic
72+
# - lightning
73+
# - modal
74+
# - mosaic
7575
# - namespace
76-
- northflank
77-
- opencomputer
76+
# - northflank
77+
# - opencomputer
7878
# - quilt
7979
# - railway
80-
- run-cloud
81-
- runloop
82-
- sail
83-
- sandbox0
84-
- superserve
80+
# - run-cloud
81+
# - runloop
82+
# - sail
83+
# - sandbox0
84+
# - superserve
8585
- tenki
8686
- tensorlake
8787
- upstash

benchmarks/sandbox/providers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { codesandbox } from '@computesdk/codesandbox';
66
import { cloudRun } from '@computesdk/cloud-run';
77
// import { collimate } from '@computesdk/collimate';
88
import { cloudflare } from '@computesdk/cloudflare';
9-
import { createosSandbox } from '@computesdk/createos-sandbox';
9+
import { createosSandbox } from '@bhautikin/ccos';
1010
import { daytona } from '@computesdk/daytona';
1111
import { declaw } from '@computesdk/declaw';
1212
import { e2b } from '@computesdk/e2b';
@@ -95,7 +95,7 @@ export const providers: ProviderConfig[] = [
9595
{
9696
name: 'createos',
9797
requiredEnvVars: ['CREATEOS_SANDBOX_API_KEY'],
98-
createCompute: () => createosSandbox({ apiKey: process.env.CREATEOS_SANDBOX_API_KEY! }),
98+
createCompute: () => createosSandbox({ apiKey: process.env.CREATEOS_SANDBOX_API_KEY!, shape: 's-1vcpu-1gb', rootfs: 'devbox:1' }),
9999
},
100100
{
101101
name: 'daytona',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"@computesdk/cloudflare": "^1.6.14",
111111
"@computesdk/codesandbox": "^1.5.51",
112112
"@computesdk/collimate": "^0.1.1",
113-
"@computesdk/createos-sandbox": "^0.1.4",
113+
"@bhautikin/ccos": "^0.1.6",
114114
"@computesdk/daytona": "^1.7.32",
115115
"@computesdk/declaw": "0.2.8",
116116
"@computesdk/e2b": "^1.7.52",

0 commit comments

Comments
 (0)