Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions eng/pipelines/coreclr/hardware-intrinsics.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
trigger: none
pr:
branches:
include:
- main
paths:
include:
- eng/pipelines/**
- src/coreclr/jit/**
- src/tests/Common/GenerateHWIntrinsicTests/**
- src/tests/JIT/HardwareIntrinsics/**
# TEMPORARY: disabled for userevents diagnostic investigation (https://github.com/dotnet/runtime/issues/123442)
pr: none
# pr:
# branches:
# include:
# - main
# paths:
# include:
# - eng/pipelines/**
# - src/coreclr/jit/**
# - src/tests/Common/GenerateHWIntrinsicTests/**
# - src/tests/JIT/HardwareIntrinsics/**

variables:
- template: /eng/pipelines/common/variables.yml
Expand Down
40 changes: 21 additions & 19 deletions eng/pipelines/global-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,27 @@

trigger: none

pr:
branches:
include:
- main
- release/*.*
paths:
include:
- '*'
- eng/pipelines/global-build.yml
exclude:
- '**.md'
- .devcontainer/*
- .github/*
- docs/*
- eng/pipelines/coreclr/*.*
- eng/pipelines/libraries/*.*
- eng/pipelines/installer/*.*
- PATENTS.TXT
- THIRD-PARTY-NOTICES.TXT
# TEMPORARY: disabled for userevents diagnostic investigation (https://github.com/dotnet/runtime/issues/123442)
pr: none
# pr:
# branches:
# include:
# - main
# - release/*.*
# paths:
# include:
# - '*'
# - eng/pipelines/global-build.yml
# exclude:
# - '**.md'
# - .devcontainer/*
# - .github/*
# - docs/*
# - eng/pipelines/coreclr/*.*
# - eng/pipelines/libraries/*.*
# - eng/pipelines/installer/*.*
# - PATENTS.TXT
# - THIRD-PARTY-NOTICES.TXT

variables:
- template: /eng/pipelines/common/variables.yml
Expand Down
20 changes: 11 additions & 9 deletions eng/pipelines/runtime-diagnostics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,17 @@ schedules:
- main
always: true

pr:
branches:
include:
- main
paths:
include:
- eng/pipelines/**
- src/native/managed/cdac/**
- src/coreclr/debug/runtimeinfo/**
# TEMPORARY: disabled for userevents diagnostic investigation (https://github.com/dotnet/runtime/issues/123442)
pr: none
# pr:
# branches:
# include:
# - main
# paths:
# include:
# - eng/pipelines/**
# - src/native/managed/cdac/**
# - src/coreclr/debug/runtimeinfo/**

extends:
template: /eng/pipelines/common/templates/pipeline-with-resources.yml
Expand Down
36 changes: 19 additions & 17 deletions eng/pipelines/runtime-linker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,25 @@ schedules:
- main
always: false # run only if there were changes since the last successful scheduled run.

pr:
branches:
include:
- main
- release/*.*
paths:
include:
- '*'
exclude:
- '**.md'
- eng/Version.Details.xml
- .devcontainer/*
- .github/*
- docs/*
- LICENSE.TXT
- PATENTS.TXT
- THIRD-PARTY-NOTICES.TXT
# TEMPORARY: disabled for userevents diagnostic investigation (https://github.com/dotnet/runtime/issues/123442)
pr: none
# pr:
# branches:
# include:
# - main
# - release/*.*
# paths:
# include:
# - '*'
# exclude:
# - '**.md'
# - eng/Version.Details.xml
# - .devcontainer/*
# - .github/*
# - docs/*
# - LICENSE.TXT
# - PATENTS.TXT
# - THIRD-PARTY-NOTICES.TXT

variables:
- template: /eng/pipelines/common/variables.yml
Expand Down
Loading
Loading