From 9fe2c4baf9ad669b777c7bc2c7b54a9880ca6d61 Mon Sep 17 00:00:00 2001 From: Rosica Dejanovska Date: Thu, 9 Dec 2021 19:00:09 +0100 Subject: [PATCH] Revert "Add test/incompatible_changes package and exempt it from default CI tests" This reverts commit c39a0f677fda6eb2a01c1668bcfc50cb568fe072. --- .bazelci/presubmit.yml | 6 ------ test/incompatible_changes/BUILD.bazel | 0 2 files changed, 6 deletions(-) delete mode 100644 test/incompatible_changes/BUILD.bazel diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index f563310e07..9eecbef632 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -3,9 +3,7 @@ aspects_flags: &aspects_flags - "--config=rustfmt" - "--config=clippy" default_linux_targets: &default_linux_targets - - "--" # Allows negative patterns; hack for https://github.com/bazelbuild/continuous-integration/pull/245 - "//..." - - "-//test/incompatible_changes/..." # TODO: Switch manual tag to platform constraint after bazel 4.0. - "//test/versioned_dylib:versioned_dylib_test" default_macos_targets: &default_macos_targets @@ -17,7 +15,6 @@ default_windows_targets: &default_windows_targets - "-//test/proto/..." - "-//tools/rust_analyzer/..." - "-//test/rustfmt/..." - - "-//test/incompatible_changes/..." tasks: ubuntu2004: build_targets: *default_linux_targets @@ -33,7 +30,6 @@ tasks: - "//..." - "//test/..." - "-//test/conflicting_deps:conflicting_deps_test" - - "-//test/incompatible_changes/..." macos: build_targets: *default_macos_targets test_targets: *default_macos_targets @@ -62,7 +58,6 @@ tasks: - "--" # Allows negative patterns; hack for https://github.com/bazelbuild/continuous-integration/pull/245 - "..." - "//test/..." - - "-//test/incompatible_changes/..." - "-//test/conflicting_deps:conflicting_deps_test" build_flags: *aspects_flags rbe_ubuntu1604_rolling_with_aspects: @@ -76,7 +71,6 @@ tasks: - "--" # Allows negative patterns; hack for https://github.com/bazelbuild/continuous-integration/pull/245 - "..." - "//test/..." - - "-//test/incompatible_changes/..." - "-//test/conflicting_deps:conflicting_deps_test" build_flags: *aspects_flags soft_fail: yes diff --git a/test/incompatible_changes/BUILD.bazel b/test/incompatible_changes/BUILD.bazel deleted file mode 100644 index e69de29bb2..0000000000