Turnoff wasm runs for CI (#40421)
authorDrew Scoggins <anscoggi@microsoft.com>
Wed, 5 Aug 2020 23:12:54 +0000 (16:12 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Aug 2020 23:12:54 +0000 (16:12 -0700)
eng/pipelines/coreclr/perf.yml

index 0cbf812..0cb8d81 100644 (file)
@@ -111,26 +111,26 @@ jobs:
         projectFile: microbenchmarks.proj
         runKind: micro_mono
 
+  # run mono wasm microbenchmarks perf job
+  - template: /eng/pipelines/common/platform-matrix.yml
+    parameters:
+      jobTemplate: /eng/pipelines/coreclr/templates/perf-job.yml
+      buildConfig: release
+      runtimeFlavor: wasm
+      platforms:
+      - Linux_x64
+      jobParameters:
+        testGroup: perf
+        liveLibrariesBuildConfig: Release
+        runtimeType: wasm
+        codeGenType: 'wasm'
+        projectFile: microbenchmarks.proj
+        runKind: micro
 # run coreclr microbenchmarks perf job
 - template: /eng/pipelines/common/platform-matrix.yml
   parameters:
     jobTemplate: /eng/pipelines/coreclr/templates/perf-job.yml
     buildConfig: release
-    runtimeFlavor: wasm
-    platforms:
-    - Linux_x64
-    jobParameters:
-      testGroup: perf
-      liveLibrariesBuildConfig: Release
-      runtimeType: wasm
-      codeGenType: 'wasm'
-      projectFile: microbenchmarks.proj
-      runKind: micro
-
-- template: /eng/pipelines/common/platform-matrix.yml
-  parameters:
-    jobTemplate: /eng/pipelines/coreclr/templates/perf-job.yml
-    buildConfig: release
     runtimeFlavor: coreclr
     platforms:
     - Linux_x64