Update infra

- set revision = 9 for gen9

Change-Id: Icd8b73003eee3b1d32dbe3014c93174441e21f6a
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2020-10-02 09:37:14 +02:00
committed by sys_ocldev
parent 7e31ec37d7
commit cd85bcffdb
16 changed files with 44 additions and 35 deletions

View File

@ -5,6 +5,6 @@
#
if(TESTS_CFL)
set(unit_test_config "cfl/1/3/6/0")
set(unit_test_config "cfl/1/3/6/9")
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
endif()

View File

@ -5,6 +5,6 @@
#
if(TESTS_KBL)
set(unit_test_config "kbl/1/3/6/0")
set(unit_test_config "kbl/1/3/6/9")
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
endif()

View File

@ -5,6 +5,6 @@
#
if(TESTS_SKL)
set(unit_test_config "skl/1/3/8/0")
set(unit_test_config "skl/1/3/8/9")
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
endif()