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 5a53861 commit 30018fcCopy full SHA for 30018fc
.jenkins/caffe2/test.sh
@@ -113,6 +113,13 @@ if [[ $BUILD_ENVIRONMENT == *-rocm* ]]; then
113
rocm_ignore_test+=("--ignore $CAFFE2_PYPATH/python/operator_test/piecewise_linear_transform_test.py")
114
rocm_ignore_test+=("--ignore $CAFFE2_PYPATH/python/operator_test/softmax_ops_test.py")
115
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
123
fi
124
125
# Python tests
0 commit comments