forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable TSAN builds on CI for Functional Tests.
This enables TSAN checking when running the functional tests in CI. This is currently only enabled on Linux since the various races there were fixed when project-chip#7478 landed. When Darwin races are fixed, tsan can be enabled for those too.
- Loading branch information
1 parent
2541621
commit cf79d93
Showing
6 changed files
with
23 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule repo
updated
20 files
+2 −8 | .github/workflows/main.yml | |
+0 −5 | ARCHITECTURE.md | |
+5 −9 | WORKSPACE | |
+0 −13 | cirque/capabilities/BUILD | |
+0 −71 | cirque/capabilities/test/test_trafficcontrol_capability.py | |
+0 −59 | cirque/capabilities/trafficcontrolcapability.py | |
+9 −8 | cirque/grpc/BUILD | |
+1 −2 | cirque/grpc/client.py | |
+0 −22 | cirque/grpc/service.py | |
+0 −8 | cirque/home/home.py | |
+4 −2 | cirque/nodes/dockernode.py | |
+1 −1 | cirque/proto/BUILD | |
+0 −5 | cirque/proto/capability.proto | |
+0 −4 | cirque/proto/device.proto | |
+1 −2 | cirque/resources/Dockerfile.generic_node | |
+7 −5 | cirque/restservice/BUILD | |
+1 −1 | examples/test_flask_virtual_home.py | |
+0 −1 | requirements.txt | |
+11 −13 | run_tests.sh | |
+11 −12 | utils/pystyletest/pystyletest.bzl |
Submodule repo
updated
30 files
Submodule repo
updated
from ff2291 to 927c54