Skip to content

Commit

Permalink
Fix the list of files for py_matter_idl package contents (#27440)
Browse files Browse the repository at this point in the history
* Fix the list of files for py_matter_idl package contents

* Remove a lot of timeouts ... there seems to be no practical reason for this (no tests that may deadlock, only compiles)
  • Loading branch information
andy31415 authored Jun 23, 2023
1 parent b6e2368 commit 42cf63b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/examples-linux-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,21 +85,18 @@ jobs:
.environment/pigweed-venv/*.log
- name: Build Standalone cert tool
timeout-minutes: 10
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
--target linux-x64-chip-cert \
build"
- name: Build minmdns example with platform dns
timeout-minutes: 10
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
--target linux-x64-address-resolve-tool-platform-mdns-ipv6only \
build"
- name: Build example Standalone chip tool
timeout-minutes: 10
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand All @@ -110,7 +107,6 @@ jobs:
out/linux-x64-chip-tool/chip-tool \
/tmp/bloat_reports/
- name: Build example Standalone Shell
timeout-minutes: 10
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand All @@ -121,7 +117,6 @@ jobs:
out/linux-x64-shell/chip-shell \
/tmp/bloat_reports/
- name: Build example Standalone All Clusters Server
timeout-minutes: 10
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand All @@ -132,7 +127,6 @@ jobs:
out/linux-x64-all-clusters/chip-all-clusters-app \
/tmp/bloat_reports/
- name: Build example Standalone All Clusters Minimal Server
timeout-minutes: 10
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand All @@ -143,7 +137,6 @@ jobs:
out/linux-x64-all-clusters-minimal/chip-all-clusters-minimal-app \
/tmp/bloat_reports/
- name: Build example TV app
timeout-minutes: 10
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand All @@ -154,7 +147,6 @@ jobs:
out/linux-x64-tv-app/chip-tv-app \
/tmp/bloat_reports/
- name: Build example Standalone TV Casting App
timeout-minutes: 10
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand All @@ -165,7 +157,6 @@ jobs:
out/linux-x64-tv-casting-app/chip-tv-casting-app \
/tmp/bloat_reports/
- name: Build example lighting app with RPCs and UI
timeout-minutes: 10
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand All @@ -176,7 +167,6 @@ jobs:
out/linux-x64-light-rpc-with-ui/chip-lighting-app \
/tmp/bloat_reports/
- name: Build example Standalone Bridge
timeout-minutes: 10
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand All @@ -187,7 +177,6 @@ jobs:
out/linux-x64-bridge/chip-bridge-app \
/tmp/bloat_reports/
- name: Build example OTA Provider
timeout-minutes: 10
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand All @@ -198,7 +187,6 @@ jobs:
out/linux-x64-ota-provider/chip-ota-provider-app \
/tmp/bloat_reports/
- name: Build example OTA Requestor
timeout-minutes: 10
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand All @@ -209,7 +197,6 @@ jobs:
out/linux-x64-ota-requestor/chip-ota-requestor-app \
/tmp/bloat_reports/
- name: Build example Standalone Lock App
timeout-minutes: 10
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand Down
9 changes: 7 additions & 2 deletions scripts/py_matter_idl/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ zip_safe = False
matter_idl =
lint/lint_rules_grammar.lark
matter_grammar.lark
generators/java/ChipClustersRead.jinja
generators/java/ChipClustersCpp.jinja
generators/cpp/application/CallbackStubSource.jinja
generators/cpp/application/PluginApplicationCallbacksHeader.jinja
generators/java/CHIPCallbackTypes.jinja
generators/java/ChipClustersCpp.jinja
generators/java/ChipClustersRead.jinja
generators/java/CHIPReadCallbacks_h.jinja
generators/java/ClusterIDMapping.jinja
generators/java/ClusterReadMapping.jinja
generators/java/ClusterWriteMapping.jinja

0 comments on commit 42cf63b

Please sign in to comment.