Skip to content

Commit

Permalink
presubmit.yml: Set skip_use_bazel_version_for_test: true (bazel-contr…
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy authored and alexeagle committed Jan 14, 2020
1 parent cebc46d commit ec56aaa
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ tasks:
- "--build_tag_filters=e2e"
build_targets:
- "//..."
# We control Bazel version in integration tests, so we don't need USE_BAZEL_VERSION for tests.
skip_use_bazel_version_for_test: true
test_flags:
- "--test_tag_filters=e2e"
- "--local_resources=792,1.0,1.0"
Expand Down Expand Up @@ -76,6 +78,8 @@ tasks:
- "--build_tag_filters=examples"
build_targets:
- "//..."
# We control Bazel version in integration tests, so we don't need USE_BAZEL_VERSION for tests.
skip_use_bazel_version_for_test: true
test_flags:
- "--test_tag_filters=examples"
- "--local_resources=792,1.0,1.0"
Expand Down Expand Up @@ -156,6 +160,8 @@ tasks:
- "--build_tag_filters=e2e"
build_targets:
- "//..."
# We control Bazel version in integration tests, so we don't need USE_BAZEL_VERSION for tests.
skip_use_bazel_version_for_test: true
test_flags:
- "--test_tag_filters=e2e"
- "--local_resources=792,1.0,1.0"
Expand Down Expand Up @@ -184,6 +190,8 @@ tasks:
- "--build_tag_filters=examples"
build_targets:
- "//..."
# We control Bazel version in integration tests, so we don't need USE_BAZEL_VERSION for tests.
skip_use_bazel_version_for_test: true
test_flags:
- "--test_tag_filters=examples"
- "--local_resources=792,1.0,1.0"
Expand Down Expand Up @@ -274,6 +282,8 @@ tasks:
- "--build_tag_filters=e2e"
build_targets:
- "//..."
# We control Bazel version in integration tests, so we don't need USE_BAZEL_VERSION for tests.
skip_use_bazel_version_for_test: true
test_flags:
- "--test_tag_filters=e2e"
- "--local_resources=792,1.0,1.0"
Expand All @@ -300,6 +310,8 @@ tasks:
- "--build_tag_filters=examples"
build_targets:
- "//..."
# We control Bazel version in integration tests, so we don't need USE_BAZEL_VERSION for tests.
skip_use_bazel_version_for_test: true
test_flags:
- "--test_tag_filters=examples,-manual"
- "--local_resources=792,1.0,1.0"
Expand Down Expand Up @@ -373,6 +385,8 @@ tasks:
- "--build_tag_filters=e2e,-fix-windows"
build_targets:
- "//..."
# We control Bazel version in integration tests, so we don't need USE_BAZEL_VERSION for tests.
skip_use_bazel_version_for_test: true
test_flags:
- "--test_tag_filters=e2e,-fix-windows"
- "--local_resources=792,1.0,1.0"
Expand All @@ -392,6 +406,8 @@ tasks:
- "--build_tag_filters=examples,-fix-windows"
build_targets:
- "//..."
# We control Bazel version in integration tests, so we don't need USE_BAZEL_VERSION for tests.
skip_use_bazel_version_for_test: true
test_flags:
- "--test_tag_filters=examples,-manual,-fix-windows,-no-bazelci-windows"
- "--local_resources=792,1.0,1.0"
Expand Down

0 comments on commit ec56aaa

Please sign in to comment.