Skip to content

Commit

Permalink
add compil files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Levuskin committed Oct 15, 2024
1 parent 31736c4 commit b56f58d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 31 deletions.
4 changes: 2 additions & 2 deletions dist/main/index.js

Large diffs are not rendered by default.

29 changes: 3 additions & 26 deletions k8s/ci/storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,32 +69,9 @@ spec:
nto_select: 1
ssid: 1
actor_system_config:
executor:
- name: System
spin_threshold: 0
threads: 2
type: BASIC
- name: User
spin_threshold: 0
threads: 3
type: BASIC
- name: Batch
spin_threshold: 0
threads: 2
type: BASIC
- name: IO
threads: 1
time_per_mailbox_micro_secs: 100
type: IO
- name: IC
spin_threshold: 10
threads: 1
time_per_mailbox_micro_secs: 100
type: BASIC
scheduler:
progress_threshold: 10000
resolution: 256
spin_threshold: 0
use_auto_config: true
node_type: STORAGE
cpu_count: 1
blob_storage_config:
service_set:
groups:
Expand Down
3 changes: 0 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ let clusterCreated = false

async function main(): Promise<void> {
try {

call('sudo su -')

await create_logs()

await deploy_kind()
Expand Down

0 comments on commit b56f58d

Please sign in to comment.