[GHA] Parallel test script code style (#20119)
* fixed code style * extend logs * fixed comments * comments
This commit is contained in:
parent
142c6a4b67
commit
e1faf3ddd0
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
@ -1089,6 +1089,7 @@ jobs:
|
||||
${{ env.INSTALL_TEST_DIR }}/logs/hanged/*.log
|
||||
${{ env.INSTALL_TEST_DIR }}/logs/interapted/*.log
|
||||
${{ env.INSTALL_TEST_DIR }}/logs/disabled_tests.log
|
||||
${{ env.INSTALL_TEST_DIR }}/logs/hash_table.csv
|
||||
if-no-files-found: 'error'
|
||||
|
||||
TensorFlow_Hub_Models_Tests:
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -51,6 +51,8 @@ NOT_EXIST_DEVICE = "NOT_EXIST_DEVICE"
|
||||
|
||||
MEM_USAGE = "MEM_USAGE="
|
||||
|
||||
ENCODING = 'UTF-8'
|
||||
|
||||
META_EXTENSION = ".meta"
|
||||
XML_EXTENSION = ".xml"
|
||||
BIN_EXTENSION = ".bin"
|
||||
|
Loading…
Reference in New Issue
Block a user