Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 5, 2025

Description

Adds fetchTags: false to all 11 checkout: steps across 9 Azure Pipelines YAML files in eng/pipelines/. This prevents unnecessary Git tag fetching during repository checkout, optimizing CI pipeline initialization time.

Customer Impact

None. Internal CI optimization only.

Regression

No. This is a performance optimization, not a bug fix.

Testing

YAML syntax validated. No functional changes to build or test processes.

Risk

Low. The fetchTags: false parameter only affects what Git metadata is fetched during checkout. Build and test logic remain unchanged. Tags are not required for any existing pipeline functionality.

Original prompt

Update the checkout step in the runtime CI yml to specify fetchTags: false


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Update checkout step to set fetchTags to false Add fetchTags: false to all checkout steps in Azure Pipelines Dec 5, 2025
Copilot AI requested a review from elinor-fung December 5, 2025 23:39
Copilot finished work on behalf of elinor-fung December 5, 2025 23:39
@adityamandaleeka
Copy link
Member

Before/After on checkout steps looks pretty nice

image

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.

3 participants