Skip to content

Commit

Permalink
Modified MF tests May 17 (#19381)
Browse files Browse the repository at this point in the history
* Added MF tests
TC-MF-1.9
TC-MF-1.10
modified tests
TC-MF-1.5
TC-MF-1.6
TC-MF-1.15

* Added auto generated files

* Modified scripts

* Added auto generated files

* Added auto generated files

* Removed MF-1,10 from Darwin test

* Auto generated files

* Increased timeout for tests.yaml file

* Modified darwin workflow timeout

* Modified scripts TC-MF-1.19 and TC-MF-1.10

* Auto generated files

* Removed MF test MF-1.10 and MF-1.9 from Darwinjs

* Auto generated files

* Increased Timeout for Darwin (no-ble-asan-clang)

* Auto generated files
  • Loading branch information
manjunath-grl authored and pull[bot] committed Feb 14, 2024
1 parent 345f467 commit f28980b
Show file tree
Hide file tree
Showing 10 changed files with 2,765 additions and 905 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/darwin-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ concurrency:
jobs:
test_suites_chip_tool_darwin:
name: Test Suites - Darwin
timeout-minutes: 120
timeout-minutes: 135

strategy:
matrix:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
--copy-artifacts-to objdir-clone \
"
- name: Run Tests
timeout-minutes: 45
timeout-minutes: 60
run: |
./scripts/run_in_build_env.sh \
"./scripts/tests/run_test_suite.py \
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:
jobs:
test_suites_linux:
name: Test Suites - Linux
timeout-minutes: 120
timeout-minutes: 140

strategy:
matrix:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
--copy-artifacts-to objdir-clone \
"
- name: Run Tests
timeout-minutes: 40
timeout-minutes: 60
run: |
./scripts/run_in_build_env.sh \
"./scripts/tests/run_test_suite.py \
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
retention-days: 5
test_suites_darwin:
name: Test Suites - Darwin
timeout-minutes: 120
timeout-minutes: 140

strategy:
matrix:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
--copy-artifacts-to objdir-clone \
"
- name: Run Tests
timeout-minutes: 50
timeout-minutes: 70
run: |
./scripts/run_in_build_env.sh \
"./scripts/tests/run_test_suite.py \
Expand Down
Loading

0 comments on commit f28980b

Please sign in to comment.