Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up Bazel build system to outsource parameterization #642

Merged
merged 32 commits into from
Oct 24, 2019
Merged

Set up Bazel build system to outsource parameterization #642

merged 32 commits into from
Oct 24, 2019

Conversation

estebanlau
Copy link
Contributor

This change allows us to run tests from the command line with specific configurations that developers might want to test. Example: bazel test solr:test_solr --test_arg=--params="SINGLE 1.3 m" --test_arg=--params="STANDARD 1.2 m"

If no params are specified, then the default set of configurations is used.

More details here: https://docs.google.com/document/d/1-NXCdXnJ7RnORiZu2nN05xf3kUomFQruJKhqPNuL2n8/edit?usp=sharing

absl/BUILD Outdated Show resolved Hide resolved
bigtable/test_bigtable.py Outdated Show resolved Hide resolved
bigtable/test_bigtable.py Outdated Show resolved Hide resolved
bigtable/test_bigtable.py Outdated Show resolved Hide resolved
bigtable/test_bigtable.py Outdated Show resolved Hide resolved
bigtable/test_bigtable.py Outdated Show resolved Hide resolved
cloud_sql_proxy/test_cloud_sql.py Outdated Show resolved Hide resolved
@medb medb self-requested a review October 17, 2019 21:59
cloud-sql-proxy/test_cloud_sql_proxy.py Outdated Show resolved Hide resolved
conda/test_conda.py Outdated Show resolved Hide resolved
drill/test_drill.py Outdated Show resolved Hide resolved
integration_tests/dataproc_test_case.py Outdated Show resolved Hide resolved
third_party/enum34.BUILD Outdated Show resolved Hide resolved
cloud-sql-proxy/test_cloud_sql_proxy.py Outdated Show resolved Hide resolved
@medb medb self-requested a review October 22, 2019 00:41
@medb
Copy link
Contributor

medb commented Oct 23, 2019

/gcbrun

@medb medb merged commit 3bda878 into GoogleCloudDataproc:master Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants