@@ -3,7 +3,7 @@ version: '3'
3
3
services :
4
4
mina-local-network :
5
5
restart : no
6
- # image: o1js-build
6
+ # image: o1js-build
7
7
image : ghcr.io/meta-introspector/o1js/o1js-perf-recording:latest
8
8
build : .
9
9
privileged : true
@@ -15,7 +15,7 @@ services:
15
15
- SYS_PTRACE
16
16
- SYS_ADMIN
17
17
command : " bash -x /app/run-all-tests.sh"
18
-
18
+
19
19
mixed-source :
20
20
restart : no
21
21
image : ghcr.io/meta-introspector/o1js/o1js-perf-recording:latest
@@ -24,16 +24,19 @@ services:
24
24
- PROOF_LEVEL=full
25
25
- LOG_LEVEL=Debug
26
26
working_dir : /app
27
+
27
28
# mount the source
28
29
volumes :
29
30
- type : bind
30
31
source : " /home/runner/work/o1js/o1js/"
31
- target : " /app/source/"
32
+ target : " /opt/introspector/test/"
33
+
32
34
cap_add :
33
35
- SYS_PTRACE
34
36
- SYS_ADMIN
37
+
35
38
# run the test from the mounted source
36
- command : " bash -x /app/source /run-all-tests.sh"
39
+ command : " bash -x /opt/introspector/test /run-all-tests.sh"
37
40
38
41
reporting :
39
42
restart : no
@@ -44,7 +47,7 @@ services:
44
47
volumes :
45
48
- type : bind
46
49
source : " data"
47
- target : " /app/perf-reporting/data2/"
50
+ target : " /app/perf-reporting/data2/"
48
51
environment :
49
52
- PROOF_LEVEL=full
50
53
- LOG_LEVEL=Debug
@@ -61,17 +64,16 @@ services:
61
64
volumes :
62
65
- type : bind
63
66
source : " data"
64
- target : " /app/perf-reporting/input_data/"
67
+ target : " /app/perf-reporting/input_data/"
65
68
- type : bind
66
69
source : " perf-reporting/output"
67
- target : " /app/perf-reporting/output/"
70
+ target : " /app/perf-reporting/output/"
68
71
- type : bind
69
72
source : " perf-reporting/scripts"
70
- target : " /app/perf-reporting/scripts/"
73
+ target : " /app/perf-reporting/scripts/"
71
74
environment :
72
75
- PROOF_LEVEL=full
73
76
- LOG_LEVEL=Debug
74
77
- WORKSPACE_DIR=$WORKSPACE_DIR
75
- working_dir : /app
78
+ working_dir : /app
76
79
command : " bash -x /app/perf-reporting/perf-report.sh"
77
-
0 commit comments