You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make sure that this is a bug. As per our GitHub Policy,
we only address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template
System information
The continuous integration docker image running presubmits.
Describe the current behavior
Presubmits for packages that do not build with Bazel are skipped when only Bazel dependencies change. This is because Bazel packages are not considered dependencies by package_dependencies.json.
Describe the expected behavior
Presubmits run on a package when its dependencies (including transitive dependencies) change.
Standalone code to reproduce the issue #6329 did not test tfjs-backend-wasm (or any other non-Bazel packages) even though it changed tfjs-core.
Other info / logs Include any logs or source code that would be helpful to
diagnose the problem. If including tracebacks, please include the full
traceback. Large logs and files should be attached.
Please make sure that this is a bug. As per our
GitHub Policy,
we only address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template
System information
The continuous integration docker image running presubmits.
Describe the current behavior
Presubmits for packages that do not build with Bazel are skipped when only Bazel dependencies change. This is because Bazel packages are not considered dependencies by package_dependencies.json.
Describe the expected behavior
Presubmits run on a package when its dependencies (including transitive dependencies) change.
Standalone code to reproduce the issue
#6329 did not test tfjs-backend-wasm (or any other non-Bazel packages) even though it changed tfjs-core.
Other info / logs Include any logs or source code that would be helpful to
diagnose the problem. If including tracebacks, please include the full
traceback. Large logs and files should be attached.
Cloudbuild logs for 6329
The text was updated successfully, but these errors were encountered: