We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7791a38 commit 2fae706Copy full SHA for 2fae706
ci/container_integration.sh
@@ -12,7 +12,9 @@ exit_code=0
12
13
## Test Merlin
14
echo "Run integration tests for Merlin"
15
-/Merlin/ci/test_integration.sh $container $devices || exit_code=1
+if [ "$container" != "merlin-tensorflow" ]; then
16
+ /Merlin/ci/test_integration.sh $container $devices || exit_code=1
17
+fi
18
19
# Test NVTabular
20
## Not shared storage in blossom yet, inference testing cannot be run
0 commit comments