Skip to content

Commit

Permalink
Merge pull request #3874 from Azure/hawkowl/e2e-no-chaining
Browse files Browse the repository at this point in the history
Remove pipeline chaining from our E2E pipeline
  • Loading branch information
hawkowl authored Oct 1, 2024
2 parents 817438f + 8beb684 commit 24577b8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ trigger:
include:
- v2*

# PR triggers are overridden in the ADO UI

resources:
containers:
- container: golang
Expand Down
18 changes: 12 additions & 6 deletions .pipelines/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
trigger: none
pr: none
trigger:
branches:
include:
- master
paths:
exclude:
- docs/*
tags:
include:
- v2*

# PR triggers are overridden in the ADO UI

resources:
pipelines:
- pipeline: e2e
source: \Public Cloud ARO pipelines\CI\CI
trigger: true
containers:
- container: container
image: registry.access.redhat.com/ubi8/toolbox:8.8
Expand Down

0 comments on commit 24577b8

Please sign in to comment.