mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 01:38:32 +00:00
## Summary - Self-hosted `DH-runners` have been decommissioned — all Rust build, test, and lint workflows now use `ubuntu-latest` - Removed `install-deps: false` overrides so workflows use the default apt-based dependency installation path - Updated `setup-env` action descriptions to remove self-hosted runner references ### Workflows updated - `task-build-operator.yml` - `task-build-static-operator.yaml` - `task-publish-binary.yml` - `task-rust-lint.yml` (3 jobs) - `task-rust-tests.yml` - `task-warm-sccache.yml` - `task-e2e.yml` ## Test plan - [x] Verify all Rust CI jobs pass on `ubuntu-latest` (build, lint, test, warm-cache) - [x] Confirm sccache and dependency installation work correctly on standard runners - [x] Ensure E2E workflow runs with Docker (instead of Podman) on standard runners --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| actions | ||
| CI.yml | ||
| enforce-pr-labels.yml | ||
| release.yml | ||
| task-build-operator.yml | ||
| task-build-static-operator.yaml | ||
| task-check-licenses.yml | ||
| task-check-metadata.yml | ||
| task-docker-ci.yml | ||
| task-docker-release-validator-set-submitter.yml | ||
| task-docker-release.yml | ||
| task-e2e.yml | ||
| task-foundry-tests.yml | ||
| task-moonwall-tests.yml | ||
| task-publish-binary.yml | ||
| task-publish-runtime.yml | ||
| task-rust-lint.yml | ||
| task-rust-tests.yml | ||
| task-storage-layout.yml | ||
| task-ts-build.yml | ||
| task-ts-lint.yml | ||
| task-warm-sccache.yml | ||
| weekly-audit.yml | ||