Skip to content

fix: disable automatic e2e pipeline triggers#8135

Merged
awesomenix merged 1 commit into
mainfrom
nishp/disable-auto
Mar 19, 2026
Merged

fix: disable automatic e2e pipeline triggers#8135
awesomenix merged 1 commit into
mainfrom
nishp/disable-auto

Conversation

@awesomenix

Copy link
Copy Markdown
Contributor

Summary

  • make .pipelines/e2e.yaml manual-only
  • make .pipelines/e2e-gpu.yaml manual-only
  • make .pipelines/e2e-windows.yaml manual-only

Testing

  • git diff --check -- .pipelines/e2e.yaml .pipelines/e2e-gpu.yaml .pipelines/e2e-windows.yaml
  • ruby -e 'require "yaml"; %w[.pipelines/e2e.yaml .pipelines/e2e-gpu.yaml .pipelines/e2e-windows.yaml].each { |f| YAML.load_file(f) }; puts "YAML OK"'

Set the Linux, Linux GPU, and Windows E2E Azure Pipelines to manual-only execution by using explicit trigger and PR exclusions.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

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 disables automatic CI triggers for the E2E Azure Pipelines definitions, making the Linux, GPU, and Windows E2E pipelines manual-only.

Changes:

  • Disable branch triggers in .pipelines/e2e.yaml (trigger: none).
  • Disable PR validation triggers in .pipelines/e2e.yaml (pr: none).
  • Apply the same manual-only trigger configuration to the GPU and Windows E2E pipelines.

Reviewed changes

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

File Description
.pipelines/e2e.yaml Disables branch/PR triggers so the Linux E2E pipeline only runs when manually invoked.
.pipelines/e2e-gpu.yaml Disables branch/PR triggers so the GPU E2E pipeline only runs when manually invoked.
.pipelines/e2e-windows.yaml Disables branch/PR triggers so the Windows E2E pipeline only runs when manually invoked.

@awesomenix awesomenix changed the title Disable automatic E2E pipeline triggers fix: disable automatic e2e pipeline triggers Mar 19, 2026
@awesomenix awesomenix enabled auto-merge (squash) March 19, 2026 22:57
@awesomenix awesomenix merged commit 18e654b into main Mar 19, 2026
17 of 18 checks passed
@awesomenix awesomenix deleted the nishp/disable-auto branch March 19, 2026 22:58
ganeshkumarashok added a commit that referenced this pull request Mar 19, 2026
With the standalone GPU E2E pipeline triggers disabled in #8135,
GPU E2E tests need to run as part of the VHD build pipeline.
This adds a gpu_e2e stage that runs after the build stage,
matching the configuration from the standalone e2e-gpu.yaml.
r2k1 pushed a commit that referenced this pull request Apr 8, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.

4 participants