-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating bootstrap timeouts and darwin tests
- Loading branch information
1 parent
7ada2d3
commit 7a4e23a
Showing
6 changed files
with
11 additions
and
11 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
OPEN_SSL_VERSION=`ls -la /usr/local/Cellar/[email protected] | cat | tail -n1 | awk '{print $NF}'` | ||
ln -s /usr/local/Cellar/[email protected]/$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 | ||
|
@@ -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}. | ||
|
@@ -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 | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -76,7 +76,7 @@ jobs: | |
OPEN_SSL_VERSION=`ls -la /usr/local/Cellar/[email protected] | cat | tail -n1 | awk '{print $NF}'` | ||
ln -s /usr/local/Cellar/[email protected]/$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 | ||
|
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