Skip to content

Remove link verification from ci job#47756

Merged
chidozieononiwu merged 1 commit into
Azure:mainfrom
chidozieononiwu:remove-link-verification-from-dev-ops
Jun 30, 2026
Merged

Remove link verification from ci job#47756
chidozieononiwu merged 1 commit into
Azure:mainfrom
chidozieononiwu:remove-link-verification-from-dev-ops

Conversation

@chidozieononiwu

Copy link
Copy Markdown
Member

This pull request removes the link verification step from the CI pipeline configuration. The verify-links.yml template, which checked for valid links in markdown files, will no longer run as part of the pipeline.

Pipeline configuration changes:

  • Removed the inclusion of the verify-links.yml template step from the CI pipeline, eliminating automated link verification for markdown files during CI runs.

Copilot AI review requested due to automatic review settings June 29, 2026 22:07

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 removes the verify-links.yml template invocation from the Analyze job in eng/pipelines/templates/jobs/ci.yml, so the Azure Pipelines CI no longer runs markdown link verification. Link verification for pull requests is already provided by the parallel GitHub Actions workflow .github/workflows/verify-links.yml, which runs the same get-markdown-files-from-changed-files.ps1 and Verify-Links.ps1 scripts on pull_request events, so this removes a redundant check from the Azure Pipelines path.

Changes:

  • Removed the verify-links.yml step (and its Build.Reason-conditional parameters) from the Analyze job in the CI pipeline.

The removal is clean: the step previously sat between check-spelling.yml and the DownloadPipelineArtifact@2 task, and the surrounding YAML remains valid. One behavioral note worth a human's confirmation: the removed step also ran link verification on sdk/<ServiceDirectory> for non-PR (scheduled/manual) builds, whereas the GitHub Actions workflow only triggers on pull_request/check_run events — so link verification for non-PR builds is no longer performed. This appears intentional given the PR's stated purpose, but is a CI/CD coverage tradeoff.

@chidozieononiwu chidozieononiwu self-assigned this Jun 29, 2026
@chidozieononiwu chidozieononiwu merged commit e9dbfd1 into Azure:main Jun 30, 2026
20 checks passed
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