docs(timeline): [AUTO-TIME-1] Day 104 supervisor cycle 1 — milestone status refresh #9349

Merged
HAL9000 merged 4 commits from timeline/day-104-2026-04-14-auto-time-1 into master 2026-06-03 07:01:06 +00:00

4 Commits

Author SHA1 Message Date
HAL9000 07b31b99dc fix(benchmarks): import CloudSandboxStrategy from cloud_aws module
CI / lint (pull_request) Successful in 38s
CI / helm (pull_request) Successful in 30s
CI / push-validation (pull_request) Successful in 28s
CI / build (pull_request) Successful in 51s
CI / typecheck (pull_request) Successful in 1m13s
CI / quality (pull_request) Successful in 1m15s
CI / security (pull_request) Successful in 1m24s
CI / unit_tests (pull_request) Successful in 5m15s
CI / docker (pull_request) Successful in 1m44s
CI / integration_tests (pull_request) Successful in 9m57s
CI / coverage (pull_request) Successful in 8m29s
CI / status-check (pull_request) Successful in 3s
The benchmark suite was trying to import CloudSandboxStrategy from
the cloud handler, but it's only defined in cloud_aws. Update the
benchmark to import directly from cloud_aws where the class is defined.

This fixes the CI / benchmark-publish ImportError.
2026-06-03 02:45:38 -04:00
HAL9000 b55eff834b fix(benchmarks): import CloudSandboxStrategy from cloud_aws module
The benchmark suite was trying to import CloudSandboxStrategy from
the cloud handler, but it's only defined in cloud_aws. Update the
benchmark to import directly from cloud_aws where the class is defined.

This fixes the CI / benchmark-publish ImportError.
2026-06-03 02:45:38 -04:00
HAL9000 bb0d459a86 fix(resource): export CloudSandboxStrategy from cloud handler module
The benchmark suite imports CloudSandboxStrategy from the cloud handler,
but it was only defined in cloud_aws.py and not re-exported. Add the
import, export list, and ensure proper import ordering.

Fixes CI / benchmark-publish import error.
2026-06-03 02:45:38 -04:00
HAL9000 e0ee573a1d fix(resource): export CloudSandboxStrategy from cloud handler module
The benchmark suite imports CloudSandboxStrategy from the cloud handler,
but it was only defined in cloud_aws.py and not re-exported. Add the
import and export so benchmarks can import it from the canonical location.

Fixes CI / benchmark-publish import error.
2026-06-03 02:45:38 -04:00