You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
kiln test improvements
Broadcom Docker proxy: All base images (golang, ruby, kiln) are now pulled through the internal tas-rel-eng-docker-virtual registry, enabling kiln test to work in corporate firewall environments where Docker Hub is not accessible.
Ruby 4.0.3: Bumped the Ruby base image from 3.4.8 to 4.0.3.
NPM proxy: npm installs now route through the Artifactory npm virtual proxy.
--verbose flag: Added verbose mode with per-suite timestamps, unsilenced npm output, and Docker image build progress streamed to the terminal.
Dockerfile caching: Stable tool layers (Go, kiln binary, system packages) are ordered before credential args so they survive credential rotation without a full rebuild.
Suite headers and summary: Multi-suite runs print a ✓/✗ pass/fail summary at the end; each suite is individually tracked.
--ginkgo-flags typo fix: GingkoFlags renamed to GinkgoFlags.
RunMetadata renamed to RunStability in the Configuration struct.
Bug fixes
update-release: Fixed release source errors being silently swallowed (#644).
ReadRecords: Fixed an error when the records directory contains non-bake files (#645).