Revision 5837fbd357f5adcc42d53eeeb93fef08b92a5a8a authored by Paul Gschwendtner on 20 November 2021, 16:17:23 UTC, committed by Alex Rickabaugh on 08 December 2021, 18:42:41 UTC
Sets up the Bazel integration test with the new integration rule. This
commit is separate from the other changes because it required some
additional work. i.e.

The test has moved from `integration/bazel` to `integration/<..>/bazel`
where `<..>` is a new Bazel package defining the integration test.

This is necessary because we could not declare the integration test
within the `BUILD.bazel` file actually being part of the nested bazel
workspace. In those cases we can just define it at a higher-level and
use integration test `working_dir` attribute.

PR Close #44238
1 parent 64fd824
History
File Mode Size
ISSUE_TEMPLATE
workflows
ISSUE_TEMPLATE.md -rw-r--r-- 170 bytes
PULL_REQUEST_TEMPLATE.md -rw-r--r-- 1.1 KB
angular-robot.yml -rw-r--r-- 6.4 KB

back to top