chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
load("//bazel:python.bzl", "py_test_run_all_notebooks")
|
||||
|
||||
filegroup(
|
||||
name = "data_examples",
|
||||
srcs = glob(["*.ipynb"]),
|
||||
visibility = ["//doc:__subpackages__"]
|
||||
)
|
||||
|
||||
# --------------------------------------------------------------------
|
||||
# Test all doc/source/data/examples notebooks.
|
||||
# --------------------------------------------------------------------
|
||||
|
||||
py_test_run_all_notebooks(
|
||||
size = "large",
|
||||
include = ["*.ipynb"],
|
||||
exclude = [],
|
||||
data = ["//doc/source/data/examples:data_examples"],
|
||||
tags = ["exclusive", "team:data", "gpu"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "data_examples_ci_configs",
|
||||
srcs = glob([
|
||||
"**/ci/aws.yaml",
|
||||
"**/ci/gce.yaml"
|
||||
]),
|
||||
visibility = ["//doc:__pkg__"],
|
||||
)
|
||||
Reference in New Issue
Block a user