Skip to content

chore(KIT-6121): shallow Quantic E2E checkouts - #8375

Merged
lavoiesl merged 2 commits into
mainfrom
kit-6121-quantic-e2e-checkouts
Aug 27, 2026
Merged

chore(KIT-6121): shallow Quantic E2E checkouts#8375
lavoiesl merged 2 commits into
mainfrom
kit-6121-quantic-e2e-checkouts

Conversation

@lavoiesl

@lavoiesl lavoiesl commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

Jira

https://coveord.atlassian.net/browse/KIT-6121

Motivation

Quantic E2E jobs only need the checked-out revision and do not inspect repository history. Shallow checkouts reduce checkout time and data transfer without changing E2E setup, deployment, or test behavior.

Changes

  • Use shallow checkout behavior for eligible Quantic E2E checkout steps.
  • Keep the change isolated to .github/workflows/e2e-quantic.yml.

Validation

  • No new features or bug fixes are included in this PR

Checklist

  • PR title follows Conventional Commits format (chore(<scope>): <description>)
  • Added a changeset if modifying public package source code (not applicable: CI-only changes)

@changeset-bot

changeset-bot Bot commented Aug 26, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 460eb92

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chromatic-com

chromatic-com Bot commented Aug 26, 2026

Copy link
Copy Markdown

Tip

All tests passed and all changes approved!

🟢 UI Tests: 438 tests unchanged
🟢 UI Review: 470 stories published -- no changes
Storybook icon Storybook Publish: 470 stories published

@pkg-pr-new

pkg-pr-new Bot commented Aug 26, 2026

Copy link
Copy Markdown
@coveo/atomic

npm i https://pkg.pr.new/@coveo/atomic@8375

@coveo/atomic-hosted-page

npm i https://pkg.pr.new/@coveo/atomic-hosted-page@8375

@coveo/atomic-legacy

npm i https://pkg.pr.new/@coveo/atomic-legacy@8375

@coveo/atomic-react

npm i https://pkg.pr.new/@coveo/atomic-react@8375

@coveo/auth

npm i https://pkg.pr.new/@coveo/auth@8375

@coveo/bueno

npm i https://pkg.pr.new/@coveo/bueno@8375

@coveo/create-atomic

npm i https://pkg.pr.new/@coveo/create-atomic@8375

@coveo/create-atomic-component

npm i https://pkg.pr.new/@coveo/create-atomic-component@8375

@coveo/create-atomic-component-project

npm i https://pkg.pr.new/@coveo/create-atomic-component-project@8375

@coveo/create-atomic-result-component

npm i https://pkg.pr.new/@coveo/create-atomic-result-component@8375

@coveo/create-atomic-rollup-plugin

npm i https://pkg.pr.new/@coveo/create-atomic-rollup-plugin@8375

@coveo/create-ui

npm i https://pkg.pr.new/@coveo/create-ui@8375

@coveo/headless

npm i https://pkg.pr.new/@coveo/headless@8375

@coveo/headless-react

npm i https://pkg.pr.new/@coveo/headless-react@8375

@coveo/relay

npm i https://pkg.pr.new/@coveo/relay@8375

@coveo/shopify

npm i https://pkg.pr.new/@coveo/shopify@8375

commit: 460eb92

@lavoiesl
lavoiesl marked this pull request as ready for review August 26, 2026 21:30
@lavoiesl
lavoiesl requested review from a team, alexprudhomme, fbeaudoincoveo and y-lakhdar and a lite review from Copilot August 26, 2026 21:30

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Quantic E2E GitHub Actions workflow to use shallow checkouts (fetch-depth: 1) for jobs that don’t rely on repository history, reducing checkout time and data transfer while keeping the change isolated to the CI workflow.

Changes:

  • Switched multiple actions/checkout steps from full history (fetch-depth: 0) to shallow checkout (fetch-depth: 1) in the Quantic E2E workflow.
  • Kept all other E2E setup, SFDX setup, deployment, and Playwright execution steps unchanged.

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

@svcsnykcoveo

svcsnykcoveo commented Aug 26, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@lavoiesl
lavoiesl added this pull request to the merge queue Aug 27, 2026
Merged via the queue into main with commit 9219173 Aug 27, 2026
47 checks passed
@lavoiesl
lavoiesl deleted the kit-6121-quantic-e2e-checkouts branch August 27, 2026 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants