Skip to content

Commit

Permalink
Updating bootstrap timeouts and darwin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored and pull[bot] committed Aug 20, 2021
1 parent be366d1 commit c928fde
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
submodules: true
- name: Bootstrap
timeout-minutes: 3
timeout-minutes: 5
run: scripts/build/gn_bootstrap.sh
- name: Build libs
timeout-minutes: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
languages: "cpp"

- name: Bootstrap
timeout-minutes: 3
timeout-minutes: 5
run: scripts/build/gn_bootstrap.sh
- name: Setup Build
run: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
OPEN_SSL_VERSION=`ls -la /usr/local/Cellar/openssl@1.1 | cat | tail -n1 | awk '{print $NF}'`
ln -s /usr/local/Cellar/openssl@1.1/$OPEN_SSL_VERSION/lib/pkgconfig/* .
- name: Run iOS Build
timeout-minutes: 10
timeout-minutes: 15
working-directory: src/darwin/Framework
run: xcodebuild -target "CHIP" -sdk iphoneos
- name: Clean Build
Expand All @@ -52,7 +52,7 @@ jobs:
run: defaults delete com.apple.dt.xctest.tool
continue-on-error: true
- name: Run macOS Build
timeout-minutes: 10
timeout-minutes: 15
# Enable -Werror by hand here, because the Xcode config can't
# enable it for various reasons. Keep whatever Xcode settings
# for OTHER_CFLAGS exist by using ${inherited}.
Expand All @@ -75,17 +75,17 @@ jobs:
run: xcodebuild clean
working-directory: src/darwin/Framework
- name: Bootstrap
timeout-minutes: 3
timeout-minutes: 5
run: scripts/build/gn_bootstrap.sh
- name: Run Build Test Server
timeout-minutes: 5
timeout-minutes: 10
run: |
scripts/examples/gn_build_example.sh examples/all-clusters-app/linux out/debug chip_config_network_layer_ble=false
- name: Delete Defaults
run: defaults delete com.apple.dt.xctest.tool
continue-on-error: true
- name: Run Framework Tests
timeout-minutes: 5
timeout-minutes: 10
run: |
../../../out/debug/chip-all-clusters-app &
xcodebuild test -target "CHIP" -scheme "CHIP Framework Tests" -sdk macosx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-linux-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# with:
# languages: "cpp, python"
- name: Bootstrap
timeout-minutes: 3
timeout-minutes: 5
run: scripts/build/gn_bootstrap.sh
- name: Build example Standalone Echo Client
timeout-minutes: 5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
submodules: true
- name: Bootstrap
timeout-minutes: 3
timeout-minutes: 5
run: scripts/build/gn_bootstrap.sh
- name: Build all clusters app
timeout-minutes: 5
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
OPEN_SSL_VERSION=`ls -la /usr/local/Cellar/openssl@1.1 | cat | tail -n1 | awk '{print $NF}'`
ln -s /usr/local/Cellar/openssl@1.1/$OPEN_SSL_VERSION/lib/pkgconfig/* .
- name: Bootstrap
timeout-minutes: 3
timeout-minutes: 5
run: scripts/build/gn_bootstrap.sh
- name: Run Build Test Server
timeout-minutes: 5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
submodules: true
- name: Bootstrap
timeout-minutes: 3
timeout-minutes: 5
run: |
mkdir -p /tmp/happy_test_logs ;
mkdir -p /tmp/log_output ;
Expand Down

0 comments on commit c928fde

Please sign in to comment.