diff --git a/eng/pipelines/runtime-sanitized.yml b/eng/pipelines/runtime-sanitized.yml new file mode 100644 index 00000000000000..32023c6fa9f127 --- /dev/null +++ b/eng/pipelines/runtime-sanitized.yml @@ -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: