Skip to content

Commit 22f64cb

Browse files
authored
Create basic YAML template for the pipeline for building and running the runtime with native sanitizers enabled. (#80215)
1 parent 226dcbc commit 22f64cb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

eng/pipelines/runtime-sanitized.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# This pipeline provides an easy mechanism for us to run runtime and libaries tests with native sanitizers enabled
2+
# without having to compilcate the runtime.yml pipeline. This pipeline is intended to be run on a rolling basis
3+
# but a schedule is yet to be determined.
4+
trigger: none
5+
6+
variables:
7+
- template: /eng/pipelines/common/variables.yml
8+
9+
extends:
10+
template: /eng/pipelines/common/templates/pipeline-with-resources.yml
11+
parameters:
12+
stages:
13+
- stage: Build
14+
jobs:

0 commit comments

Comments
 (0)