-
Notifications
You must be signed in to change notification settings - Fork 790
[CI][Benchmarks] do not build and run E2E test on benchmark only changes #20414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: sycl
Are you sure you want to change the base?
Conversation
4063e84
to
6354502
Compare
This reverts commit b210eba.
This reverts commit 0980768.
This reverts commit ce8a9a4.
There was a problem hiding this comment.
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 optimizes CI workflow execution by skipping E2E test builds and runs when only benchmark-related files are modified, reducing unnecessary resource consumption for benchmark-only changes.
Key Changes:
- Added detection logic to identify when only benchmark files have changed
- Modified workflow conditions to skip E2E tests for benchmark-only changes
- Updated Windows precommit workflow to exclude benchmark script changes
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
.github/workflows/sycl-detect-changes.yml |
Added benchmarks_only output and shell script logic to detect benchmark-only changes |
.github/workflows/sycl-linux-precommit.yml |
Conditionally set E2E artifact names and added benchmarks_only checks to job conditions |
.github/workflows/sycl-windows-precommit.yml |
Added benchmark scripts path to the exclusion list |
No description provided.