Skip to content

Commit 30018fc

Browse files
bddppqfacebook-github-bot
authored andcommitted
Enable Caffe2 ROCm test on centos (pytorch#14090)
Summary: xw285cornell petrex ashishfarmer rohithkrn Pull Request resolved: pytorch#14090 Differential Revision: D13096874 Pulled By: bddppq fbshipit-source-id: b471c6e4db95cd51567745a2f758d58bba7eafad
1 parent 5a53861 commit 30018fc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.jenkins/caffe2/test.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,13 @@ if [[ $BUILD_ENVIRONMENT == *-rocm* ]]; then
113113
rocm_ignore_test+=("--ignore $CAFFE2_PYPATH/python/operator_test/piecewise_linear_transform_test.py")
114114
rocm_ignore_test+=("--ignore $CAFFE2_PYPATH/python/operator_test/softmax_ops_test.py")
115115
rocm_ignore_test+=("--ignore $CAFFE2_PYPATH/python/operator_test/unique_ops_test.py")
116+
117+
if [[ $BUILD_ENVIRONMENT == *-centos* ]]; then
118+
# TestTransform.test_apply_transform_if_faster is crashing, but
119+
# that test is actually cpu-only. so more likely it's failing in
120+
# centos in general.
121+
rocm_ignore_test+=("--ignore $CAFFE2_PYPATH/python/workspace_test.py")
122+
fi
116123
fi
117124
118125
# Python tests

0 commit comments

Comments
 (0)