Skip to content

DEVPROD-18316Allow fuzzer tasks to use the no_multiversion_generate_tasks tag #105

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sleaux
Copy link
Collaborator

@sleaux sleaux commented Jun 15, 2025

Respecting the no_multiversion_generate_tasks tag allows creating fuzzer tasks that do multiversion setup, but don't require specific multiversion tasks to be defined for suites that test explicit multiversion binaries.

For example:

  - <<: *jstestfuzz_template
    name: foo_fuzzer_gen
    tags:
      [
        "multiversion",
        "no_multiversion_generate_tasks",
      ]
    commands:
      - func: "generate resmoke tasks"
        vars:
          <<: *jstestfuzz_config_vars
          num_files: 1
          num_tasks: 1
          npm_command: update-fuzzer

Will generate a single task that does multiversion setup, and runs to foo_fuzzer suite.

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.

1 participant