Skip to content

Conversation

@Abe27342
Copy link
Contributor

@Abe27342 Abe27342 commented Sep 25, 2025

Description

Follow-up to #25535 which applies the same kind of change to the performance benchmarks pipeline template.

Test run: here

Copilot AI review requested due to automatic review settings September 25, 2025 19:30
Copy link
Contributor

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.

Pull Request Overview

This PR updates the performance benchmarks pipeline template to use secondary repository checkout instead of downloading test artifacts to a separate workspace. It switches from npm/npx commands to pnpm commands and standardizes dependency installation using a new shared template.

  • Switches from workspace-based test artifact extraction to source directory-based approach
  • Replaces npm/npx commands with pnpm equivalents throughout the pipeline
  • Consolidates dependency installation logic into reusable templates

Reviewed Changes

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

Show a summary per file
File Description
tools/pipelines/test-perf-benchmarks.yml Updates test workspace paths, removes separate telemetry generator installation, switches to pnpm commands and shared dependency templates
tools/pipelines/templates/include-test-real-service.yml Replaces inline devDependencies copying logic with shared template
tools/pipelines/templates/include-test-perf-benchmarks.yml Adds secondary repository checkout, removes separate workspace setup, switches to pnpm and shared templates
tools/pipelines/templates/include-test-perf-benchmarks-install-package.yml Changes npm install command to pnpm install
tools/pipelines/templates/include-setup-npmrc-for-download.yml Renames parameter from npmrcLocation to userNpmrcDirectory for consistency
tools/pipelines/templates/include-install.yml Adds primaryRegistry and userNpmrcPath parameters for better configuration
tools/pipelines/templates/include-copy-dev-dependencies.yml New shared template that consolidates devDependencies copying logic

@github-actions github-actions bot added area: build Build related issues base: main PRs targeted against main branch labels Sep 25, 2025
@Abe27342 Abe27342 requested a review from a team as a code owner September 25, 2025 19:46
@Abe27342 Abe27342 merged commit 57e265c into main Sep 26, 2025
53 checks passed
@Abe27342 Abe27342 deleted the test/absander/update-perf-benchmarks branch September 26, 2025 17:56
anthony-murphy-agent pushed a commit to anthony-murphy-agent/FluidFramework that referenced this pull request Jan 14, 2026
…icrosoft#25550)

## Description

Follow-up to microsoft#25535 which applies the same kind of change to the
performance benchmarks pipeline template.

Test run:
[here](https://dev.azure.com/fluidframework/internal/_build/results?buildId=357522&view=results)

---------

Co-authored-by: Abram Sanderson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: build Build related issues base: main PRs targeted against main branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants