bazel-integration-testing icon indicating copy to clipboard operation
bazel-integration-testing copied to clipboard

Framework for integration tests that call Bazel

Results 22 bazel-integration-testing issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bazel_skylib](https://togithub.com/bazelbuild/bazel-skylib) | git_repository | minor | `1.0.2` -> `1.2.1` | ---...

cla: yes

Incompatible flag --incompatible_use_platforms_repo_for_constraints will break Bazel integration testing once Bazel 1.2.1 is released. Please see the following CI builds for more information: * [RBE (:ubuntu: 16.04, OpenJDK 8)](RBE (:ubuntu: 16.04,...

Incompatible flag --incompatible_load_python_rules_from_bzl will break Bazel integration testing once Bazel 1.2.1 is released. Please see the following CI builds for more information: * [RBE (:ubuntu: 16.04, OpenJDK 8)](RBE (:ubuntu: 16.04,...

Incompatible flag --incompatible_load_java_rules_from_bzl will break Bazel integration testing once Bazel 1.2.1 is released. Please see the following CI builds for more information: * [RBE (:ubuntu: 16.04, OpenJDK 8)](RBE (:ubuntu: 16.04,...

@hchauvin @damienmg wdyt about adding `block-network` by default to bazel_java_integration_test and allowing users to opt-out? It's a bit more code but I think that it pushes the users to do...

It looks like the Github API should be able to help with that. https://api.github.com/repos/bazelbuild/bazel-toolchains/releases @ittaiz, would you be interested in taking a stab at that?

This refactors the java tests

cla: yes