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.

Add a basic template for the YAML so we can at least get the pipeline created. I'll get the pipeline working in #74623
  • Loading branch information
jkoritzinsky committed Jan 5, 2023
1 parent 428ef31 commit f38279a
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 f38279a

Please sign in to comment.