[TEST][CI] Reproduce issue #22095: revert PR #22096, restrict CI to L0 CTS job - #23024
Draft
ldorau wants to merge 1 commit into
Draft
[TEST][CI] Reproduce issue #22095: revert PR #22096, restrict CI to L0 CTS job#23024ldorau wants to merge 1 commit into
ldorau wants to merge 1 commit into
Conversation
…ct CI to L0 CTS job Revert the sycl-cts_exclude_filter/LINUX_L0_GPU change from PR intel#22096 that disabled sycl-cts/test_multi_ptr, to re-enable the test that originally failed with GPU driver 26.18.38308.1 (see intel#22095). Temporarily modify sycl-nightly.yml so that: - it also triggers on pull_request (so this branch's CI runs it), - only the job chain needed to reproduce the failure is kept: get_date -> ubuntu2204_build -> build-sycl-cts-linux -> run-sycl-cts-linux, - the build/run matrices are restricted to Old Offload Model (enable_new_offload_model: 'False') and level_zero:gpu, matching the originally failing job ("SYCL-CTS on L0 gen12 with Old Offload Model"). This is a temporary debug change to reproduce and confirm issue intel#22095 in CI; it should be reverted afterward.
Contributor
Author
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.
Revert the sycl-cts_exclude_filter/LINUX_L0_GPU change from PR #22096
that disabled sycl-cts/test_multi_ptr, to re-enable the test that
originally failed with GPU driver 26.18.38308.1
(see #22095).
Temporarily modify sycl-nightly.yml so that:
get_date -> ubuntu2204_build -> build-sycl-cts-linux -> run-sycl-cts-linux,
(enable_new_offload_model: 'False') and level_zero:gpu, matching the
originally failing job ("SYCL-CTS on L0 gen12 with Old Offload Model").
This is a temporary debug change to reproduce and confirm issue #22095
in CI; it should be reverted afterward.