Remove pr: none clause from several CoreCLR pipelines (#42933)
authorTomáš Rylek <trylek@microsoft.com>
Tue, 6 Oct 2020 17:51:17 +0000 (19:51 +0200)
committerGitHub <noreply@github.com>
Tue, 6 Oct 2020 17:51:17 +0000 (19:51 +0200)
eng/pipelines/coreclr/ci.yml
eng/pipelines/coreclr/crossgen2-composite.yml
eng/pipelines/coreclr/crossgen2-gcstress.yml
eng/pipelines/coreclr/crossgen2-outerloop.yml
eng/pipelines/coreclr/crossgen2.yml
eng/pipelines/coreclr/ilasm.yml
eng/pipelines/coreclr/jit-experimental.yml
eng/pipelines/coreclr/r2r-extra.yml
eng/pipelines/coreclr/r2r.yml
eng/pipelines/coreclr/runincontext.yml

index 46326a8..e7ef3ab 100644 (file)
@@ -24,10 +24,8 @@ trigger:
     - eng/pipelines/libraries/*
     - eng/pipelines/runtime.yml
 
-
-pr: none
-
 jobs:
+
 #
 # Checkout repository
 #
index 629e966..f59b9fb 100644 (file)
@@ -1,7 +1,5 @@
 trigger: none
 
-pr: none
-
 schedules:
 - cron: "0 6 * * *"
   displayName: Mon through Sun at 10:00 PM (UTC-8:00)
index 7942e74..f1b4fd2 100644 (file)
@@ -1,7 +1,5 @@
 trigger: none
 
-pr: none
-
 schedules:
 - cron: "0 6 * * 0,1"
   displayName: Sat and Sun at 10:00 PM (UTC-8:00)
index 9ad74c2..e5b55ca 100644 (file)
@@ -1,7 +1,5 @@
 trigger: none
 
-pr: none
-
 schedules:
 - cron: "0 7 * * 0,2,4"
   displayName: Sun, Tue, Thu at 11:00 PM (UTC-8:00)
index 6ecdb93..e2623ba 100644 (file)
@@ -1,7 +1,5 @@
 trigger: none
 
-pr: none
-
 schedules:
 - cron: "0 6 * * *"
   displayName: Mon through Sun at 10:00 PM (UTC-8:00)
index 6f3f8a5..5bb7abc 100644 (file)
@@ -1,7 +1,5 @@
 trigger: none
 
-pr: none
-
 schedules:
 - cron: "0 19 * * 6"
   displayName: Sat at 11:00 AM (UTC-8:00)
index 1c74b66..70790dd 100644 (file)
@@ -1,7 +1,5 @@
 trigger: none
 
-pr: none
-
 schedules:
 - cron: "0 22 * * 0,6"
   displayName: Sun at 2:00 PM (UTC-8:00)
index 97a80cd..68bef96 100644 (file)
@@ -1,7 +1,5 @@
 trigger: none
 
-pr: none
-
 schedules:
 - cron: "0 2 * * 0,1"
   displayName: Sat and Sun at 6:00 PM (UTC-8:00)
index 55bbcd4..a3b76e9 100644 (file)
@@ -1,7 +1,5 @@
 trigger: none
 
-pr: none
-
 schedules:
 - cron: "0 5 * * *"
   displayName: Mon through Sun at 9:00 PM (UTC-8:00)
index 91fb918..64e6fe6 100644 (file)
@@ -1,7 +1,5 @@
 trigger: none
 
-pr: none
-
 schedules:
 - cron: "0 13 * * 6,0"
   displayName: Sat and Sun at 5:00 AM (UTC-8:00)