[NONEVM-3849] Enable Smoke tests as the CI QA gatekeeper and stop using core tests#705
Draft
patricios-space wants to merge 1 commit intomainfrom
Draft
[NONEVM-3849] Enable Smoke tests as the CI QA gatekeeper and stop using core tests#705patricios-space wants to merge 1 commit intomainfrom
patricios-space wants to merge 1 commit intomainfrom
Conversation
120c285 to
d386e6c
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Removes the repository’s dedicated GitHub Actions workflow that ran CCIP E2E/smoke integration tests (including Chainlink Core checkout and matrix execution), aligning with the goal of no longer running “core tests” from this repo.
Changes:
- Deleted
.github/workflows/ccip-integration-test.yml(the previous CCIP integration/E2E CI workflow).
Comments suppressed due to low confidence (2)
.github/workflows/ccip-integration-test.yml:1
- Deleting this workflow removes the repo’s dedicated CCIP E2E/smoke matrix that checked out Chainlink Core and ran
integration-tests/smoke/ccip. If smoke tests are intended to become the CI QA gatekeeper, this PR should also add/adjust the replacement workflow (or required status check names) so PRs don’t merge without equivalent coverage or end up blocked by missing required checks.
.github/workflows/ccip-integration-test.yml:1 - Repository docs still reference
.github/workflows/ccip-integration-test.yml(e.g.,docs/tests/ccip-e2e.md), so removing this workflow will leave CI documentation stale. Please update the docs to point at the new smoke-test gatekeeper workflow/process (or remove the CI section if it’s no longer applicable).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NONEVM-3849