-
Notifications
You must be signed in to change notification settings - Fork 808
[GHA] Uplift Linux GPU RT version to 25.35.35096.9 #20162
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
Conversation
…r-linux-25.35.35096.9
b36fcef
to
3f9eaee
Compare
3f9eaee
to
dbf11eb
Compare
Signed-off-by: Sarnie, Nick <[email protected]>
dbf11eb
to
18fd16f
Compare
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.
LGTM
@intel/llvm-gatekeepers please consider merging |
@aelovikov-intel @uditagarwal97 Can you guys review the CI change here? Thx |
uses: ./devops/actions/reset_gpu | ||
- name: Install drivers | ||
if: inputs.install_igc_driver == 'true' || inputs.install_dev_igc_driver == 'true' | ||
if: inputs.e2e_binaries_artifact != 'in-container' && (inputs.install_igc_driver == 'true' || inputs.install_dev_igc_driver == 'true') |
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.
Can we do something like image.contains("sycl-rel-")
instead? I think that would be more direct.
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.
I considered that, but I thought that having a rule that any containers with E2E binaries inside them require some kind of stable environment, so the GPU driver should be stable as well.
If you don't think that rule is necessarily true I can make this change.
Scheduled drivers uplift