Skip to content

Commit 8945d06

Browse files
kanglanttensorflower-gardener
authored andcommitted
Add -oss_excluded to TF build/test tag filters
Currently, `no_oss` is used to exclude a test from running in the official TF OSS test infrastructure. However, it is difficult to distinguish between temporary and permanent exclusions. For example, a test may be disabled temporarily if it is broken, or it may be designed to not run on OSS permanently. To address this issue, we introduce a new tag `oss_excluded` for platform exclusion design. `no_oss` will now be considered to disable broken tests, while `oss_excluded` will be used to permanently exclude a test from running on OSS. PiperOrigin-RevId: 514847796
1 parent 9f1b18a commit 8945d06

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tensorflow_gnn/docs/guide/developer.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,9 @@ bazel test --build_tag_filters=-no_oss --test_tag_filters=-no_oss --test_output=
9090
The `--define=no_tfgnn_py_deps=true` flag directs bazel to assume that all
9191
dependencies are provided in the environment (where we just installed the .whl)
9292

93-
The flags `--build_tag_filters=-no_oss` and `--test_tag_filters=-no_oss` disable
94-
tests that pass in the internal production environment but fail on GitHub.
93+
The flags `--build_tag_filters=-no_oss` and
94+
`--test_tag_filters=-no_oss` disable tests that pass in the
95+
internal production environment but fail on GitHub.
9596

9697
### Run a single test file
9798

0 commit comments

Comments
 (0)