Skip to content

Commit

Permalink
Move to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mykrupp committed Feb 18, 2022
1 parent 1b1e05f commit f5c6a23
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,6 @@ jobs:
timeout-minutes: 5
run: |
scripts/examples/gn_build_example.sh examples/ota-requestor-app/linux out/debug chip_config_network_layer_ble=false
- name: Build and run OTA example
timeout-minutes: 20
run: |
scripts/examples/ota_test.sh
- name: Uploading OTA logs
if: always()
uses: actions/upload-artifact@v2
with:
name: OTA,darwin,${{ env.GH_EVENT_PR }},${{ env.GH_EVENT_HASH }},${{ env.GH_EVENT_PARENT }},${{ github.event_name }}
path: |
/tmp/ota/
- name: Delete Defaults
run: defaults delete com.apple.dt.xctest.tool
continue-on-error: true
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/examples-linux-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,17 +132,6 @@ jobs:
linux debug ota-requestor-app \
out/ota_requestor_debug/chip-ota-requestor-app \
/tmp/bloat_reports/
- name: Build and run OTA example
timeout-minutes: 20
run: |
scripts/examples/ota_test.sh
- name: Uploading OTA logs
if: always()
uses: actions/upload-artifact@v2
with:
name: OTA,Linux-Examples,${{ env.GH_EVENT_PR }},${{ env.GH_EVENT_HASH }},${{ env.GH_EVENT_PARENT }},${{ github.event_name }}
path: |
/tmp/ota/
- name: Build example Standalone Door Lock App
timeout-minutes: 5
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Build and run OTA example
timeout-minutes: 20
run: |
scripts/examples/ota_test.sh
scripts/tests/ota_test.sh
- name: Uploading OTA logs
if: always()
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit f5c6a23

Please sign in to comment.