Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ jobs:
name: benchmark_report
path: release-artifacts

# Make the JSON report be part of the release, so it would be easy to integrate with
# Performance Benchmark Report Explorer
- name: Unzip Benchmark Report
run: |
cd release-artifacts && unzip benchmark_report.zip

- name: Build egctl multiarch binaries
run: |
make build-multiarch
Expand All @@ -109,6 +115,7 @@ jobs:
release-artifacts/envoy-gateway-crds.yaml
release-artifacts/release-notes.yaml
release-artifacts/benchmark_report.zip
release-artifacts/benchmark_report/benchmark_result.json
envoy-gateway_${{ env.release_tag }}_linux_amd64.tar.gz
envoy-gateway_${{ env.release_tag }}_linux_arm64.tar.gz
envoy-gateway_${{ env.release_tag }}_darwin_amd64.tar.gz
Expand Down