Skip to content
Merged
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
14 changes: 14 additions & 0 deletions eng/pipelines/runtime-sanitized.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# This pipeline provides an easy mechanism for us to run runtime and libaries tests with native sanitizers enabled
# without having to compilcate the runtime.yml pipeline. This pipeline is intended to be run on a rolling basis
# but a schedule is yet to be determined.
trigger: none

variables:
- template: /eng/pipelines/common/variables.yml

extends:
template: /eng/pipelines/common/templates/pipeline-with-resources.yml
parameters:
stages:
- stage: Build
jobs: