285 Commits

Author SHA1 Message Date
andrussal
15971dbae0 k8s: stabilize tx+DA workloads 2025-12-18 09:00:14 +01:00
andrussal
3a25c776b2 test: stabilize compose/k8s runners 2025-12-17 21:52:11 +01:00
andrussal
40cddbea42 fix(scripts): make build_test_image bundle cleanup robust 2025-12-17 19:24:55 +01:00
andrussal
acaede4b81 k8s: restore KZG PV/PVC templates 2025-12-17 19:10:47 +01:00
andrussal
e05bf5e0bd refactor(observability): remove embedded prometheus/grafana
Deployers no longer provision Prometheus/Grafana; metrics query/ingest now come from explicit URLs via env/flags.
2025-12-17 18:28:36 +01:00
andrussal
3965669f12 core: fix shared assets binary paths 2025-12-17 17:32:17 +01:00
andrussal
eca9711ad9 examples: add cucumber runners 2025-12-17 17:28:29 +01:00
andrussal
d6c79ed179 k8s runner: role-based metrics URLs 2025-12-17 17:04:41 +01:00
andrussal
884490e634 fix(scripts): stabilize bundle + runners smoke tests
- Fix rapidsnark rebuild path in setup-nomos-circuits (Docker linux builds)

- Fix compose template path after runners→deployers rename

- Make local_runner 30s host run a pure smoke test
2025-12-17 09:10:09 +01:00
andrussal
f451fd504d refactor(testing-framework): rename runners to deployers
- Update paths and orchestration for deployers (compose/k8s/local/docker)

- Consolidate scripts helpers and refresh book/README docs
2025-12-16 21:20:27 +01:00
andrussal
bba0350f58 docs(book): clarify observability + nomos-node rev workflow 2025-12-16 17:24:20 +01:00
andrussal
65ec332743 Update Grafana dashboards and k8s runner assets 2025-12-16 17:14:24 +01:00
andrussal
e1689f59f6 scripts: allow public ECR image selection 2025-12-16 12:02:38 +01:00
andrussal
a3aa416de5 k8s: support in-image KZG and dynamic grafana NodePort 2025-12-16 11:36:43 +01:00
andrussal
bf1aa47dca image: include KZG params file for EKS 2025-12-16 09:12:19 +01:00
andrussal
45fed55f8a k8s: support in-image KZG params for EKS 2025-12-16 08:19:56 +01:00
andrussal
158519ae0f scripts: select local vs ECR image for k8s 2025-12-16 08:05:01 +01:00
andrussal
ac01eb39cf docs: clarify README prerequisites and chaos support 2025-12-16 07:47:11 +01:00
andrussal
2a65cd901e ci: install circuits for doc-snippets check 2025-12-16 07:36:17 +01:00
andrussal
044c4c04ec scripts: add ECR push helper 2025-12-16 07:35:47 +01:00
andrussal
de2e043e2a docs: add compilable doc-snippets crate 2025-12-16 06:55:44 +01:00
andrussal
4141c98d8d docs(gitbook): align log/versions guidance and document keep-logs 2025-12-16 06:28:14 +01:00
andrussal
d8e0648686 docs(gitbook): fix ops/CI/k8s docs to match repo behavior 2025-12-16 06:25:02 +01:00
andrussal
73070284c0 docs(gitbook): fix API snippets to match current code 2025-12-16 06:23:49 +01:00
andrussal
0210e857f0 docs(gitbook): include unlinked pages and fix examples path 2025-12-16 06:22:39 +01:00
andrussal
6031e7fd98 refactor(core): name settle and balancer intervals 2025-12-16 04:09:13 +01:00
andrussal
3587866e55 refactor(configs): name duration defaults 2025-12-16 03:56:39 +01:00
andrussal
3b5e07bfb3 refactor(k8s-runner): name cleanup timeouts 2025-12-16 03:36:39 +01:00
andrussal
b7e8821a23 refactor(compose-runner): name timeouts for compose port/restart 2025-12-16 03:28:23 +01:00
andrussal
7891bc0be3 refactor(core): name retry policies and tuple aliases 2025-12-16 03:03:54 +01:00
andrussal
ca9042a6b6 refactor(configs): name timing defaults 2025-12-16 02:33:55 +01:00
andrussal
3e7d14b5f6 refactor(workflows): name policies and samples 2025-12-16 02:07:24 +01:00
andrussal
b188bd7364 refactor(examples): declutter scenario builders 2025-12-16 01:41:24 +01:00
andrussal
c2ac7f4dc0 refactor(cfgsync): clarify readiness mapping 2025-12-16 01:13:49 +01:00
andrussal
91fe0c4985 refactor(k8s-runner): dedupe cluster failure handling 2025-12-16 00:41:14 +01:00
andrussal
88e7bed12b refactor(compose-runner): reduce duplicated failure paths 2025-12-15 23:59:08 +01:00
andrussal
94db9af3a7 refactor(local-runner): simplify error mapping 2025-12-15 23:19:13 +01:00
andrussal
26dfa1b795 refactor: explicit retry policies + RAII port-forwards 2025-12-15 23:13:38 +01:00
andrussal
6e619d4c03 testing-framework: improve runner defaults + checks 2025-12-15 22:29:36 +01:00
andrussal
bc943042d8 chore: fmt compose environment 2025-12-15 20:51:25 +01:00
andrussal
a7f7865d50 chore: fmt compose env helpers 2025-12-15 20:43:57 +01:00
andrussal
57fe5e8376 More robustness: k8s namespace override + extra checks 2025-12-15 20:43:25 +01:00
andrussal
be0c1ba91e Improve environment robustness (checks/clean/timeouts) 2025-12-15 20:38:58 +01:00
andrussal
ca2f2785ad Add scripts/checks environment sanity checker 2025-12-15 20:28:33 +01:00
andrussal
2d388ba131 Docs: environment flags and platform notes 2025-12-15 20:26:07 +01:00
andrussal
ab6edf1df2 Fix DA expectation for k8s runner 2025-12-15 20:20:23 +01:00
andrussal
e4488b74c7 Update framework for nomos-node master 2025-12-15 17:47:00 +01:00
andrussal
7998e86863 Fix bundle cross-build + cfgsync config generation 2025-12-15 17:14:24 +01:00
andrussal
bcbbb926c5 Dev: restore update-nomos-rev --path with safe local patch 2025-12-15 09:21:40 +01:00
andrussal
a775613af8 CI: drop local Cargo.toml patch overrides 2025-12-13 12:36:05 +01:00