Skip to content

test: Implement build script for oss-fuzz infra.#5493

Merged
arkodg merged 3 commits intoenvoyproxy:mainfrom
sudiptob2:test/5492/build-script
Mar 14, 2025
Merged

test: Implement build script for oss-fuzz infra.#5493
arkodg merged 3 commits intoenvoyproxy:mainfrom
sudiptob2:test/5492/build-script

Conversation

@sudiptob2
Copy link
Copy Markdown
Member

@sudiptob2 sudiptob2 commented Mar 13, 2025

Fixes #5492

This script will be referred from our Dockerfile in the oss-fuzz repository to build the Fuzzers in the oss-fuzz infra.

For example, take a look at ArgoCD integration here https://github.com/google/oss-fuzz/blob/master/projects/argo/build.sh

Release Notes: No

CC: @arkodg @nareddyt

@sudiptob2 sudiptob2 requested a review from a team as a code owner March 13, 2025 19:36
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.26%. Comparing base (e850074) to head (642a7be).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5493      +/-   ##
==========================================
+ Coverage   65.24%   65.26%   +0.02%     
==========================================
  Files         213      213              
  Lines       33989    33989              
==========================================
+ Hits        22175    22182       +7     
+ Misses      10484    10477       -7     
  Partials     1330     1330              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: sudipto baral <sudiptobaral.me@gmail.com>
Signed-off-by: sudipto baral <sudiptobaral.me@gmail.com>
@sudiptob2 sudiptob2 force-pushed the test/5492/build-script branch from f1eaa7e to 5882317 Compare March 13, 2025 22:30
Signed-off-by: sudipto baral <sudiptobaral.me@gmail.com>
Copy link
Copy Markdown
Contributor

@arkodg arkodg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks !

@arkodg arkodg requested review from a team March 13, 2025 23:22
@arkodg arkodg merged commit 8726847 into envoyproxy:main Mar 14, 2025
25 checks passed
@sudiptob2 sudiptob2 deleted the test/5492/build-script branch March 1, 2026 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add script to build the fuzzers in oss-fuzz infra.

4 participants