Skip to content

Commit f38279a

Browse files
authored
Create basic YAML template for the pipeline for building and running the runtime with native sanitizers enabled.
Add a basic template for the YAML so we can at least get the pipeline created. I'll get the pipeline working in #74623
1 parent 428ef31 commit f38279a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
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)