Skip to content

[minor][engg]: Mirror automation health checks in PR validation pipeline - #3024

Draft
ameyapat with Copilot wants to merge 2 commits into
devfrom
copilot/update-ci-check-pipelines
Draft

[minor][engg]: Mirror automation health checks in PR validation pipeline#3024
ameyapat with Copilot wants to merge 2 commits into
devfrom
copilot/update-ci-check-pipelines

Conversation

Copilot AI commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

This aligns this repo’s PR validation pipeline with the common-library change by enabling the same automation health tracker gate. The health check now evaluates the same pipeline IDs (1956, 1284) during PR validation.

  • Automation health tracker integration

    • Added external pipeline template source under resources.repositories:
      • IDDP/MSAL-ObjC-Pipelines (alias: automationHealthTracker)
    • Added a new AutomationHealth job at the top of jobs so health status is evaluated as part of PR checks.
  • Pipeline ID configuration

    • Set automationPipelineIds to the requested IDs: [1956, 1284].
resources:
  repositories:
    - repository: automationHealthTracker
      type: git
      name: IDDP/MSAL-ObjC-Pipelines
      ref: main

jobs:
- job: AutomationHealth
  pool: { vmImage: 'ubuntu-latest' }
  steps:
    - template: Pipeline YAMLs/automation-health-tracker.yml@automationHealthTracker
      parameters:
        automationPipelineIds: [1956, 1284]

@@ -30,8 +30,22 @@ trigger:
exclude:

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This pull request does not update CHANGELOG.md.

Please consider if this change would be noticeable to a partner or user and either update CHANGELOG.md or resolve this conversation.

Copilot AI changed the title [minor][engg]: Add automation health tracker to PR validation pipeline [minor][engg]: Mirror automation health checks in PR validation pipeline Jun 24, 2026
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