commit | 367b19eb8821b4de738c6c994ba275c695f4726b | [log] [tgz] |
---|---|---|
author | messa <messa@google.com> | Wed Jun 16 13:07:34 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jun 16 13:08:44 2021 -0700 |
tree | 30f50ce420dd252974c53f74d2471b6e63abea58 | |
parent | a873f0861786d2b4dec28a8e06fb10e9e6222da6 [diff] |
Fix starlark action with shadowed_action inputs cache test The test was flaky mainly due to using `&` instead of `&&` to execute two consecutive commands in the aspect action. This CL contains other improvements: - using timestamp in the test files instead of date-time to be more accurate. - splitting the test method into two tests to clarify the purpose of each of them. PiperOrigin-RevId: 379793635
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md