Tezos activity https://gitlab.com/tezos 2026-03-16T22:33:32Z tag:gitlab.com,2026-03-16:5210286972 Julien Tesson approved merge request !20888: Tezt/DAL/Refutation: Migration test of a refutation game on a DAL_page_import at Tezos / tezos 2026-03-16T22:33:32Z julien.t Julien Tesson

What

Add a migration test for a refutation game occurring on a DAL_page_import.

Closes #8156.

Why

To test this specific case.

Manually testing the MR

The new test can be launched with:

make && dune exec tezt/tests/main.exe -- --verbose --log-file /tmp/$(date "+%Hh%M").log --file tezt/tests/dal.ml --title "T024->Alpha: refutation game over DAL page import across protocol migration"
tag:gitlab.com,2026-03-16:5210272187 Thomas Letan commented on merge request !21197 at Tezos / tezos 2026-03-16T22:26:25Z lthms Thomas Letan [email protected]

I’m not sure about the format. I think it makes sense, but it does not play well with nested calls. Could we add a innerTraces maybe?

tag:gitlab.com,2026-03-16:5210265867 Corentin Méhat commented on merge request !20909 at Tezos / tezos 2026-03-16T22:22:43Z comeh Corentin Méhat

Hello @NicVolanschi , thanks for the suggestion.

grafazos-multi-exporters is now rebased on origin/comeh@grafazos-nodeexporter (!20470)

tag:gitlab.com,2026-03-16:5210264209 Corentin Méhat pushed to project branch grafazos-multi-exporters at Tezos / tezos 2026-03-16T22:21:47Z comeh Corentin Méhat

Corentin Méhat (8dcfd8e1) at 16 Mar 22:21

grafazos: storage with local-storage-exporter for k8s with openebs-...

... and 5 more commits

tag:gitlab.com,2026-03-16:5210263782 Thomas Letan commented on merge request !21197 at Tezos / tezos 2026-03-16T22:21:32Z lthms Thomas Letan [email protected]

Let's not use the CRAC acronym in user facing naming. I think you could copy the naming and behavior of debug_trace*, but replace debug with http or tezosx.

http_traceBlock, http_traceCall, http_traceTransaction etc.

tag:gitlab.com,2026-03-16:5210245765 Corentin Méhat pushed to project branch grafazos-multi-exporters at Tezos / tezos 2026-03-16T22:12:32Z comeh Corentin Méhat

Corentin Méhat (4e3af5f4) at 16 Mar 22:12

grafazos: storage with local-storage-exporter for k8s with openebs-...

... and 1 more commit

tag:gitlab.com,2026-03-16:5210235160 Marge Bot commented on merge request !21138 at Tezos / tezos 2026-03-16T22:07:48Z nomadic-margebot Marge Bot

I can't assign this MR to a merge train!

Here are the error(s) I have detected:

  • MR has rebase conflicts

Note that there are some errors I can't detect. So please have a look at the merge checks done by Gitlab. (*)

If you need help, please contact the infrastructure team on Slack.

(*) Near top of the MR page, between approvals and activity.

tag:gitlab.com,2026-03-16:5210208644 Neo opened merge request !21230: CI: halve wall-clock duration of tezt and etherlink.tezt at constant compute cost at Tezos / tezos 2026-03-16T21:56:59Z neo.nl Neo

Summary

The tezt and etherlink.tezt jobs are currently the dominant contributor to pipeline wall-clock time on the before_merging pipeline.

This MR attempt to find the best their parallel: node count and tezt internal parallel mechanism.

Motivation

Faster feedback on MRs, the two jobs currently dominate the critical path:

Job parallel TEZT_PARALLEL P90 duration
tezt 34 6 8.27min
etherlink.tezt 36 3 9.71min

Change (WIP)

Double the parallel: count for both jobs:

Job parallel (before → after)
tezt 34 → 68
etherlink.tezt 36 → 72

TEZT_PARALLEL (in-node concurrency) is left unchanged (WIP)

Why this is cost-neutral

Tezt distributes tests across nodes using pre-recorded timing data (tezt/records/), so doubling nodes halves the test slice per node and therefore halves the per-node runtime. Total cost is:

total_node_minutes = parallel × mean_duration

Doubling parallel while halving mean_duration keeps total_node_minutes constant.

tag:gitlab.com,2026-03-16:5210201074 Neo pushed new project branch neo-divide-by-2-tezt-duration at Tezos / tezos 2026-03-16T21:53:08Z neo.nl Neo

Neo (d830e056) at 16 Mar 21:53

Feat: WIP

tag:gitlab.com,2026-03-16:5210164905 Corentin Méhat pushed to project branch comeh@grafazos-delegates at Tezos / tezos 2026-03-16T21:35:45Z comeh Corentin Méhat

Corentin Méhat (efd5fce8) at 16 Mar 21:35

Grafazos: add delegates dashboard documentation and build configura...

... and 40 more commits

tag:gitlab.com,2026-03-16:5210164188 Corentin Méhat pushed to project branch comeh@grafazos-nodeexporter at Tezos / tezos 2026-03-16T21:35:26Z comeh Corentin Méhat

Corentin Méhat (84a96dd6) at 16 Mar 21:35

Grafazos: add HARDWARE_SRC and LOGS_LABEL parameters to base config

... and 37 more commits

tag:gitlab.com,2026-03-16:5210163903 Corentin Méhat pushed to project branch comeh@grafazos-label-endpoint at Tezos / tezos 2026-03-16T21:35:20Z comeh Corentin Méhat

Corentin Méhat (e4984c24) at 16 Mar 21:35

Grafazos: make RPC endpoint label configurable

... and 38 more commits

tag:gitlab.com,2026-03-16:5210163535 Corentin Méhat pushed to project branch comeh@grafazos-cadvisor at Tezos / tezos 2026-03-16T21:35:11Z comeh Corentin Méhat

Corentin Méhat (1ca34552) at 16 Mar 21:35

Hardware metrics

... and 39 more commits

tag:gitlab.com,2026-03-16:5210163305 Corentin Méhat pushed to project branch grafazos-multi-exporters at Tezos / tezos 2026-03-16T21:35:04Z comeh Corentin Méhat

Corentin Méhat (191d7c48) at 16 Mar 21:35

grafazos: storage with local-storage-exporter for k8s with openebs-...

... and 39 more commits

tag:gitlab.com,2026-03-16:5210163039 Corentin Méhat pushed to project branch comeh@grafazos-datasources at Tezos / tezos 2026-03-16T21:34:57Z comeh Corentin Méhat

Corentin Méhat (cca7c767) at 16 Mar 21:34

Grafazos dashboards: add grafazos label and improve datasource sele...

... and 37 more commits

tag:gitlab.com,2026-03-16:5210153937 Corentin Méhat pushed to project branch grafazos-multi-exporters at Tezos / tezos 2026-03-16T21:31:56Z comeh Corentin Méhat

Corentin Méhat (260fabb6) at 16 Mar 21:31

grafazos: storage with local-storage-exporter for k8s with openebs-...

tag:gitlab.com,2026-03-16:5210151241 Corentin Méhat pushed to project branch grafazos-multi-exporters at Tezos / tezos 2026-03-16T21:30:48Z comeh Corentin Méhat

Corentin Méhat (92c0184f) at 16 Mar 21:30

grafazos: storage with local-storage-exporter for k8s with openebs-...

tag:gitlab.com,2026-03-16:5210148059 Corentin Méhat commented on merge request !20909 at Tezos / tezos 2026-03-16T21:29:24Z comeh Corentin Méhat

fixed : added filter on label dimension = "reads" or "writes", thanks for the suggestion.

tag:gitlab.com,2026-03-16:5210065706 Corentin Méhat pushed to project branch grafazos-multi-exporters at Tezos / tezos 2026-03-16T20:57:37Z comeh Corentin Méhat

Corentin Méhat (ea9c0c18) at 16 Mar 20:57

grafazos: storage with local-storage-exporter for k8s with openebs-...

tag:gitlab.com,2026-03-16:5210058675 Corentin Méhat commented on merge request !20909 at Tezos / tezos 2026-03-16T20:54:48Z comeh Corentin Méhat

fixed : 2022-2026