forked from PrincetonSystems/graderbot-functions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
43 lines (42 loc) · 912 Bytes
/
config.yml
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
allow_network: false
firerunner_path: "firerunner"
kernel_path: "vmlinux-4.20.0"
runtimefs_dir: "./"
appfs_dir: "output/"
functions:
start_assignment:
vcpus: 1
memory: 128
runtimefs: "python3.ext4"
appfs: "start_assignment.img"
concurrency_limit: 100
gh_repo:
vcpus: 1
memory: 128
runtimefs: "python3.ext4"
appfs: "gh_repo.img"
concurrency_limit: 100
go_grader:
vcpus: 1
memory: 256
runtimefs: "python3.ext4"
appfs: "go_grader.img"
concurrency_limit: 100
grades:
vcpus: 1
memory: 128
runtimefs: "python3.ext4"
appfs: "grades.img"
concurrency_limit: 100
generate_report:
vcpus: 1
memory: 128
runtimefs: "python3.ext4"
appfs: "generate_report.img"
concurrency_limit: 100
post_comment:
vcpus: 1
memory: 128
runtimefs: "python3.ext4"
appfs: "post_comment.img"
concurrency_limit: 100