Skip to content

Commit

Permalink
Create basic YAML template for the pipeline for building and running …
Browse files Browse the repository at this point in the history
…the runtime with native sanitizers enabled. (#80215)
  • Loading branch information
jkoritzinsky authored Jan 5, 2023
1 parent 226dcbc commit 22f64cb
Showing 1 changed file with 14 additions and 0 deletions.
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:

0 comments on commit 22f64cb

Please sign in to comment.