Skip to content

Commit

Permalink
Revert "Add github action to report memory diff user diffsyms tool (#…
Browse files Browse the repository at this point in the history
…6962)" (#7550)

This reverts commit 1f1b715.
  • Loading branch information
andy31415 authored Jun 11, 2021
1 parent 32dd9fe commit 6f297c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 123 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/examples-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
- "/tmp/output_binaries:/tmp/output_binaries"
- "/tmp/base_binaries:/tmp/base_binaries"

steps:
- name: Checkout
Expand Down Expand Up @@ -99,24 +98,3 @@ jobs:
# - name: Perform CodeQL Analysis
# if: ${{ github.event_name == 'push' }}
# uses: github/codeql-action/analyze@v1
- name: Download Base Binaries
uses: dawidd6/action-download-artifact@v2
if: ${{ github.event_name == 'pull_request' }}
with:
workflow: examples-esp32.yaml
name: esp32-example-build-${{ github.event.pull_request.base.sha }}
commit: ${{ github.event.pull_request.base.sha }}
path: /tmp/base_binaries
repo: project-chip/connectedhomeip
- name: Report symbol diff
if: ${{ github.event_name == 'pull_request' }}
run: |
pip3 install cxxfilt pyelftools humanfriendly pandas && \
./scripts/tools/memory/diffsyms.py --report-demangle \
/tmp/base_binaries/chip-all-clusters-app.elf \
/tmp/output_binaries/esp32-build/chip-all-clusters-app.elf \
| scripts/helpers/post_comment.py \
--github-api-token "${{ secrets.GITHUB_TOKEN }}" \
--github-repository project-chip/connectedhomeip \
--pr "${{ github.event.pull_request.number }}" \
--title "ESP32 Symbols Diff"
101 changes: 0 additions & 101 deletions scripts/helpers/post_comment.py

This file was deleted.

0 comments on commit 6f297c5

Please sign in to comment.