8
8
# When a failing test matches one or more of the "regex" properties below,
9
9
# a message is sent to slack channel #aztec3-ci tagging the owners.
10
10
11
+ names :
12
+ - adam : &adam "U04BM8H25NJ"
13
+ - alex : &alex "U05QWV669JB"
14
+ - charlie : &charlie "UKUMA5J7K"
15
+ - lasse : &lasse "U03E5SYLY3Z"
16
+ - leila : &leila "UBLTU1NJ3"
17
+ - luke : &luke "U03JYU7AQET"
18
+ - mitch : &mitch "U06AY5G1NRK"
19
+ - palla : &palla "U04TPBU26E8"
20
+ - phil : &phil "U02G4KAD57Y"
21
+ - sean : &sean "U04DT239VQU"
22
+ - tom : &tom "U04LLT331NK"
23
+
11
24
tests :
12
25
# barretenberg
13
26
#
@@ -20,25 +33,25 @@ tests:
20
33
# Expected: true
21
34
- regex : " join_split_example_tests"
22
35
owners :
23
- - " U03JYU7AQET " # luke
36
+ - * luke
24
37
25
38
# Sumcheck is failing for some reason
26
39
- regex : " barretenberg/acir_tests/run_test.sh ram_blowup_regression"
27
40
skip : true
28
41
owners :
29
- - " U04LLT331NK " # Tom
42
+ - *tom
30
43
31
44
32
45
# noir
33
46
# Something to do with how I run the tests now. Think these are fine in nextest.
34
47
- regex : " noir_lsp-.* notifications::notification_tests::test_caches_open_files"
35
48
skip : true
36
49
owners :
37
- - " UKUMA5J7K " # charlie
50
+ - * charlie
38
51
- regex : " noir_lsp-.* requests::"
39
52
skip : true
40
53
owners :
41
- - " UKUMA5J7K " # charlie
54
+ - * charlie
42
55
# Sometimes see this on ARM. But not when run on it's own...
43
56
# FAILED 6a60c4e796ac0aef: noir/scripts/run_test.sh debug-21ff1948430ded06 tests::debug_ram_blowup_regression (code: 101)
44
57
# running 1 test
54
67
- regex : " tests::debug_ram_blowup_regression"
55
68
skip : true
56
69
owners :
57
- - " UKUMA5J7K " # charlie
70
+ - * charlie
58
71
59
72
# Seen this error on all the below.
60
73
# e.g. to grind: seq 1 16 | parallel --bar --tag --halt now,fail=1 ci3/dump_fail "NAME_POSTFIX=_{} yarn-project/end-to-end/scripts/run_test.sh simple e2e_p2p/gossip_network >/dev/null"
@@ -83,11 +96,11 @@ tests:
83
96
# at Object.<anonymous> (e2e_p2p/reqresp.test.ts:66:13)
84
97
- regex : " simple e2e_p2p/"
85
98
owners :
86
- - " U04DT239VQU " # sean
99
+ - * sean
87
100
88
101
- regex : " simple e2e_fees/private_payments"
89
102
owners :
90
- - " U02G4KAD57Y " # phil
103
+ - * phil
91
104
92
105
# Summary of all failing tests
93
106
# FAIL ./e2e_cheat_codes.test.ts
@@ -116,56 +129,56 @@ tests:
116
129
# Ran all test suites matching /e2e_cheat_codes/i.
117
130
- regex : " simple e2e_cheat_codes"
118
131
owners :
119
- - " U03E5SYLY3Z " # lasse
132
+ - * lasse
120
133
121
134
- regex : " prover-client/src/test/bb_prover_parity.test.ts"
122
135
owners :
123
- - " U04TPBU26E8 " # palla
136
+ - * palla
124
137
- regex : " prover-client/src/proving_broker/broker_prover_facade.test.ts"
125
138
owners :
126
- - " U04TPBU26E8 " # palla
139
+ - * palla
127
140
- regex : " prover-client/src/orchestrator/orchestrator_errors.test.ts"
128
141
owners :
129
- - " U04TPBU26E8 " # palla
142
+ - * palla
130
143
131
144
# yarn-project tests
132
145
- regex : " p2p/src/services/reqresp/reqresp.test.ts"
133
146
owners :
134
- - " U04DT239VQU " # sean
147
+ - * sean
135
148
- regex : " sequencer-client/src/slasher/slasher_client.test.ts"
136
149
owners :
137
- - " U03E5SYLY3Z " # lasse
150
+ - * lasse
138
151
- regex : " prover-client/src/test/bb_prover_full_rollup.test.ts"
139
152
owners :
140
- - " U04TPBU26E8 " # palla
153
+ - * palla
141
154
- regex : " yarn-project/kv-store"
142
155
owners :
143
- - " U05QWV669JB " # alex
156
+ - * alex
144
157
145
158
# kind tests
146
159
147
160
- regex : " spartan/bootstrap.sh test-kind-4epochs"
148
161
owners :
149
- - " UBLTU1NJ3 " # leila
162
+ - * leila
150
163
151
164
- regex : " spartan/bootstrap.sh test-prod-deployment"
152
165
owners :
153
- - " U06AY5G1NRK " # mitch
166
+ - * mitch
154
167
155
168
- regex : " spartan/bootstrap.sh test-kind-upgrade-rollup-version"
156
169
owners :
157
- - " U06AY5G1NRK " # mitch
170
+ - * mitch
158
171
159
172
- regex : " spartan/bootstrap.sh test-kind"
160
173
owners :
161
- - " U02G4KAD57Y " # phil
162
- - " U06AY5G1NRK " # mitch
174
+ - * phil
175
+ - * mitch
163
176
- regex : " spartan/bootstrap.sh test-local"
164
177
skip : true
165
178
owners :
166
- - " U04BM8H25NJ " # adam
179
+ - * adam
167
180
168
181
# Slack testing.
169
182
- regex : " nonsense to match"
170
183
owners :
171
- - " UKUMA5J7K " # charlie
184
+ - * charlie
0 commit comments