Skip to content

Commit

Permalink
Bloat check scheduling: update timing to 5 minutes, checkout code sin…
Browse files Browse the repository at this point in the history
…ce scripts are in the code (project-chip#1556)

* Run the bloat check script as a scheduled github workflow.

Should generate bloat reports on any pull requests.

* Bloat script requires checkout. Also updated latest build image

* Run bloat check more frequently
  • Loading branch information
andy31415 authored and kedars committed Jul 19, 2020
1 parent fd6da1d commit 85bd31a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/bloat_check.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bloat Check
on:
schedule:
- cron: '*/10 * * * *'
- cron: '*/5 * * * *'


jobs:
Expand All @@ -11,9 +11,12 @@ jobs:
runs-on: ubuntu-latest

container:
image: "connectedhomeip/chip-build-openssl:0.2.18"
image: connectedhomeip/chip-build:0.3.0

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Report
run: |
scripts/helpers/bloat_check.py \
Expand Down

0 comments on commit 85bd31a

Please sign in to comment.