Skip to content

ci: optimize e2e tests a bit#449

Open
John Howard (howardjohn) wants to merge 1 commit into
agent-substrate:mainfrom
howardjohn:ci/optimize1
Open

ci: optimize e2e tests a bit#449
John Howard (howardjohn) wants to merge 1 commit into
agent-substrate:mainfrom
howardjohn:ci/optimize1

Conversation

@howardjohn

@howardjohn John Howard (howardjohn) commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

This should save about 30-60s off the CI runtime.

change Before After Saving
Disk cleanup/check 22.4s 0.2s 22.2s
Identity E2E 73.9s 40.5s 33.3s

It's a good idea to open an issue first for discussion.

  • Tests pass
  • Appropriate changes to documentation are included in the PR

This should save about 30-60s off the CI runtime.
Comment thread hack/run-e2e-kind.sh
cd "${ROOT}"

# Build only for the Kind node's host architecture, not every .ko.yaml platform.
# shellcheck disable=SC2155 # safe initialization

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I don't think you need this line anymore, since we're capturing goarch seperately. it doesn't fail in shellcheck.net without it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants