Skip to content

Commit

Permalink
Merge pull request tensorflow#56203 from mseth10/r2.9-arm
Browse files Browse the repository at this point in the history
update skip test list for ARM64 CI/CD
  • Loading branch information
mihaimaruseac authored May 21, 2022
2 parents 1584eda + 5dda790 commit 466ed37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/arm-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ on:
push:
tags:
- v2.**
branches:
- r2.9
schedule:
- cron: '0 8 * * *'

Expand Down
4 changes: 1 addition & 3 deletions tensorflow/tools/ci_build/rel/ubuntu/cpu_arm64_pip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,10 @@ export TF_TEST_TARGETS="${DEFAULT_BAZEL_TARGETS} \
-//tensorflow/compiler/mlir/lite/tests:const-fold.mlir.test \
-//tensorflow/compiler/mlir/lite/tests:prepare-tf.mlir.test \
-//tensorflow/python:nn_grad_test \
-//tensorflow/python:dequantize_op_test \
-//tensorflow/python:quantized_ops_test \
-//tensorflow/python/data/experimental/kernel_tests/service:cross_trainer_cache_test \
-//tensorflow/python/eager:forwardprop_test \
-//tensorflow/python/framework:node_file_writer_test \
-//tensorflow/python/grappler:memory_optimizer_test \
-//tensorflow/python/keras/engine:training_arrays_test \
-//tensorflow/python/kernel_tests/linalg:linear_operator_householder_test \
-//tensorflow/python/kernel_tests/linalg:linear_operator_inversion_test \
-//tensorflow/python/kernel_tests/linalg:linear_operator_block_diag_test \
Expand Down

0 comments on commit 466ed37

Please sign in to comment.