Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
ecdb022c
Commit
ecdb022c
authored
Oct 17, 2022
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Oct 17, 2022
Browse files
Skip legacy/ to reduce CI test workload.
PiperOrigin-RevId: 481753314
parent
90585434
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/utils/testing/scripts/presubmit.sh
official/utils/testing/scripts/presubmit.sh
+1
-1
No files found.
official/utils/testing/scripts/presubmit.sh
View file @
ecdb022c
...
...
@@ -32,7 +32,7 @@ py_test() {
echo
"===========Running Python test============"
# Skipping Ranking tests, TODO(b/189265753) remove it once the issue is fixed.
for
test_file
in
`
find official/
-name
'*test.py'
-print
|
grep
-v
'official/recommendation/ranking'
`
for
test_file
in
`
find official/
-name
'*test.py'
-print
|
grep
-v
-E
'official/
(
recommendation/ranking
|legacy)
'
`
do
echo
"####=======Testing
${
test_file
}
=======####"
${
PY_BINARY
}
"
${
test_file
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment