Skip to content

Comments

chore: split e2e workflow into PR-focused and weekly full suite#367

Merged
jesseturner21 merged 2 commits intomainfrom
chore/split-e2e-workflow
Feb 20, 2026
Merged

chore: split e2e workflow into PR-focused and weekly full suite#367
jesseturner21 merged 2 commits intomainfrom
chore/split-e2e-workflow

Conversation

@jesseturner21
Copy link
Contributor

Description

Split the e2e test workflow into two:

  • PR workflow (e2e-tests.yml): Runs only 4 focused tests (strands-bedrock, strands-openai, langgraph-bedrock, googleadk-gemini) for fast feedback on every PR.
  • Weekly workflow (e2e-tests-weekly.yml): Runs the full e2e suite every Monday at 9 AM EST (cron 0 14 * * 1) with a 60-minute timeout. Also supports workflow_dispatch for manual runs.

Related Issue

N/A

Documentation PR

N/A

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Other (please describe): CI workflow optimization

Testing

How have you tested the change?

  • Verified vitest filter syntax locally — correctly picks up only the 4 intended test files
  • Ran filtered e2e tests locally — strands-bedrock and langgraph-bedrock passed (strands-openai and googleadk-gemini skipped due to missing API keys in local env)
  • I ran npm run test:unit and npm run test:integ
  • I ran npm run typecheck
  • I ran npm run lint
  • If I modified src/assets/, I ran npm run test:update-snapshots and committed the updated snapshots

Checklist

  • I have read the CONTRIBUTING document
  • I have added any necessary tests that prove my fix is effective or my feature works
  • I have updated the documentation accordingly
  • I have added an appropriate example to the documentation to outline the feature, or no new docs are needed
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the
terms of your choice.

Run only 4 focused tests (strands-bedrock, strands-openai, langgraph-bedrock,
googleadk-gemini) on PRs for fast feedback. Add a weekly workflow that runs the
full e2e suite every Monday at 9 AM EST.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@jesseturner21 jesseturner21 requested a review from a team February 20, 2026 19:12
@github-actions github-actions bot added the size/s PR size: S label Feb 20, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 20, 2026

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 43.54% 2884 / 6623
🔵 Statements 43.15% 3040 / 7045
🔵 Functions 45.68% 609 / 1333
🔵 Branches 48.48% 1893 / 3904
Generated in workflow #486 for commit a7030a0 by the Vitest Coverage Report Action

@aidandaly24
Copy link
Contributor

/strands review

The e2e afterAll was only tearing down CDK stacks but not deleting the
API key credential providers created as a pre-deploy step. This caused
providers to accumulate and hit the account limit, failing all non-Bedrock
tests.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@github-actions github-actions bot added size/s PR size: S and removed size/s PR size: S strands-running labels Feb 20, 2026
Copy link
Contributor

@notgitika notgitika left a comment

Choose a reason for hiding this comment

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

LGTM

@jesseturner21 jesseturner21 merged commit fe1283a into main Feb 20, 2026
17 of 18 checks passed
@jesseturner21 jesseturner21 deleted the chore/split-e2e-workflow branch February 20, 2026 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/s PR size: S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants