We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226dcbc commit 22f64cbCopy full SHA for 22f64cb
eng/pipelines/runtime-sanitized.yml
@@ -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