Skip to content

Conversation

@agarwal-navin
Copy link
Contributor

@agarwal-navin agarwal-navin commented Dec 23, 2025

This commit d7daa26 broke our end-to-end and stress test pipelines because testWorkspace is still being used in those pipelines.

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 reverts a previous commit that incorrectly removed the testWorkspace pipeline variable, which is still actively used in multiple end-to-end test pipelines. The removal broke test pipelines that depend on this parameter.

Key changes:

  • Restores the testWorkspace parameter declaration in the template
  • Re-adds the parameter to the pipeline variables output for debugging purposes

default: "@fluid-private/test-end-to-end-tests"

- name: testWorkspace
type: string
Copy link

Copilot AI Dec 23, 2025

Choose a reason for hiding this comment

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

The testWorkspace parameter is missing a default value. Looking at line 573 in the same file, when this template calls include-upload-stage-telemetry.yml, it passes testWorkspace: $(Build.SourcesDirectory). Consider adding a default value of $(Build.SourcesDirectory) to the parameter definition to ensure the parameter has a sensible default when callers don't provide it explicitly.

Suggested change
type: string
type: string
default: $(Build.SourcesDirectory)

Copilot uses AI. Check for mistakes.
@agarwal-navin agarwal-navin merged commit ab69ad5 into microsoft:main Dec 23, 2025
28 checks passed
@agarwal-navin agarwal-navin deleted the undo26090 branch December 23, 2025 20:01
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.

2 participants