-
Notifications
You must be signed in to change notification settings - Fork 791
[CI] Add precompiled CTS tests to sycl_prebuilt_tests image #20332
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
Open
ianayl
wants to merge
20
commits into
sycl
Choose a base branch
from
ianayl/cts-container
base: sycl
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 11 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
7c9de76
add cts container
ianayl 026ba62
remove need to fill in ref
ianayl 7fb4a3e
use main cts branch
ianayl 96d5ea7
use hardcoded commit from now
ianayl ad2da94
test
ianayl 3453107
move cloning exclude filters out of sycl-linux-run-tests
ianayl 874bc9d
actions/checkout sucks
ianayl 2c0f0e6
typo
ianayl 64d2eae
update docker image
ianayl 3f27ea4
fix bug
ianayl 7f6bcc3
undo change
ianayl 89faa52
add option to input cts refs
ianayl d2d243f
revert renaming
ianayl fccecfb
fix typo
ianayl 6d9717b
amend comment
ianayl e74bc2c
Update .github/workflows/sycl-prebuilt-e2e-container.yml
ianayl 658294f
eliminate redundant job
ianayl d424a37
make sure cts/e2e always runs
ianayl 0ae7546
change wording
ianayl 76c0642
reword description
ianayl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,6 +76,10 @@ on: | |
type: string | ||
required: false | ||
|
||
cts_binaries_artifact: | ||
type: string | ||
required: false | ||
|
||
outputs: | ||
build_conclusion: | ||
value: ${{ jobs.build.outputs.build_conclusion }} | ||
|
@@ -173,6 +177,7 @@ jobs: | |
with: | ||
sparse-checkout: | | ||
devops/actions | ||
sycl/cts_exclude_filter | ||
# Cleanup will be run after all actions are completed. | ||
- name: Register cleanup after job is finished | ||
uses: ./devops/actions/cleanup | ||
|
@@ -337,6 +342,20 @@ jobs: | |
comm -13 env_before env_after >> $GITHUB_ENV | ||
rm env_before env_after | ||
|
||
- name: Build CTS tests | ||
if: ${{ inputs.cts_binaries_artifact && always() && !cancelled() && steps.build.conclusion == 'success' }} | ||
uses: ./devops/actions/run-tests/cts | ||
with: | ||
# Author: Tom Deakin <[email protected]> | ||
# Date: Thu Jul 10 16:45:48 2025 +0100 | ||
# Merge pull request #1102 from steffenlarsen/steffen/remove_secondary_queue_exceptions | ||
# Remove expected exceptions for secondary queue | ||
ref: 19e4ed34377c8a8a354d701772427be8c5430b0d | ||
ianayl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
testing_mode: build-only | ||
target_devices: all | ||
binaries_artifact: ${{ inputs.cts_binaries_artifact }} | ||
sycl_compiler: $GITHUB_WORKSPACE/toolchain/bin/clang++ | ||
KornevNikita marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
- name: Build E2E tests | ||
if: ${{ inputs.e2e_binaries_artifact && always() && !cancelled() && steps.build.conclusion == 'success' }} | ||
uses: ./devops/actions/run-tests/e2e | ||
|
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.