Skip to content

Increase timeout on fuzzing deployment pipeline #114535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MihaZupan
Copy link
Member

@MihaZupan MihaZupan commented Apr 11, 2025

This issue unfortunately still exists:

# OneFuzz can't currently handle a single deployment where multiple jobs share similar assemblies/pdbs.
# As a workaround, we emit a task for every fuzzing target individually.
# https://fuzzfest.visualstudio.com/Onefuzz/_workitems/edit/191504/ is tracking this issue.
# - task: onefuzz-task@0
# inputs:
# onefuzzOSes: 'Windows'
# env:
# onefuzzDropDirectory: $(fuzzerProject)/deployment
# SYSTEM_ACCESSTOKEN: $(System.AccessToken)
# displayName: Send to OneFuzz

Forcing us to send fuzzers over one by one. Now that we've added more fuzzers, we're occasionaly hitting the 120 minute timeout.
https://dev.azure.com/dnceng/internal/_build?definitionId=1381&_a=summary

(this pipeline runs once a day to update the build of runtime used by OneFuzz infra)

@MihaZupan MihaZupan added this to the 10.0.0 milestone Apr 11, 2025
@Copilot Copilot bot review requested due to automatic review settings April 11, 2025 12:29
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-infrastructure-libraries
See info in area-owners.md if you want to be subscribed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant