You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CI] additional docker volume mapping for E2E on Intel GPUs (#15563)
NEO runtime has env variables to emulate multiple root devices:
`NEOReadDebugKeys=1 CreateMultipleRootDevices=[num_devices]` which seems
to be useful to write E2E tests for multi-device scenario.
It turns out those env variables don't work under docker container in
our CI because of missing system directory. Add additional volume
mapping to fix this.
0 commit comments