From: Tomáš Rylek Date: Tue, 6 Oct 2020 17:51:17 +0000 (+0200) Subject: Remove pr: none clause from several CoreCLR pipelines (#42933) X-Git-Tag: submit/tizen/20210909.063632~5200 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=642b7cb7e4873f95ac152b239a314878264ae4ed;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Remove pr: none clause from several CoreCLR pipelines (#42933) --- diff --git a/eng/pipelines/coreclr/ci.yml b/eng/pipelines/coreclr/ci.yml index 46326a8..e7ef3ab 100644 --- a/eng/pipelines/coreclr/ci.yml +++ b/eng/pipelines/coreclr/ci.yml @@ -24,10 +24,8 @@ trigger: - eng/pipelines/libraries/* - eng/pipelines/runtime.yml - -pr: none - jobs: + # # Checkout repository # diff --git a/eng/pipelines/coreclr/crossgen2-composite.yml b/eng/pipelines/coreclr/crossgen2-composite.yml index 629e966..f59b9fb 100644 --- a/eng/pipelines/coreclr/crossgen2-composite.yml +++ b/eng/pipelines/coreclr/crossgen2-composite.yml @@ -1,7 +1,5 @@ trigger: none -pr: none - schedules: - cron: "0 6 * * *" displayName: Mon through Sun at 10:00 PM (UTC-8:00) diff --git a/eng/pipelines/coreclr/crossgen2-gcstress.yml b/eng/pipelines/coreclr/crossgen2-gcstress.yml index 7942e74..f1b4fd2 100644 --- a/eng/pipelines/coreclr/crossgen2-gcstress.yml +++ b/eng/pipelines/coreclr/crossgen2-gcstress.yml @@ -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) diff --git a/eng/pipelines/coreclr/crossgen2-outerloop.yml b/eng/pipelines/coreclr/crossgen2-outerloop.yml index 9ad74c2..e5b55ca 100644 --- a/eng/pipelines/coreclr/crossgen2-outerloop.yml +++ b/eng/pipelines/coreclr/crossgen2-outerloop.yml @@ -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) diff --git a/eng/pipelines/coreclr/crossgen2.yml b/eng/pipelines/coreclr/crossgen2.yml index 6ecdb93..e2623ba 100644 --- a/eng/pipelines/coreclr/crossgen2.yml +++ b/eng/pipelines/coreclr/crossgen2.yml @@ -1,7 +1,5 @@ trigger: none -pr: none - schedules: - cron: "0 6 * * *" displayName: Mon through Sun at 10:00 PM (UTC-8:00) diff --git a/eng/pipelines/coreclr/ilasm.yml b/eng/pipelines/coreclr/ilasm.yml index 6f3f8a5..5bb7abc 100644 --- a/eng/pipelines/coreclr/ilasm.yml +++ b/eng/pipelines/coreclr/ilasm.yml @@ -1,7 +1,5 @@ trigger: none -pr: none - schedules: - cron: "0 19 * * 6" displayName: Sat at 11:00 AM (UTC-8:00) diff --git a/eng/pipelines/coreclr/jit-experimental.yml b/eng/pipelines/coreclr/jit-experimental.yml index 1c74b66..70790dd 100644 --- a/eng/pipelines/coreclr/jit-experimental.yml +++ b/eng/pipelines/coreclr/jit-experimental.yml @@ -1,7 +1,5 @@ trigger: none -pr: none - schedules: - cron: "0 22 * * 0,6" displayName: Sun at 2:00 PM (UTC-8:00) diff --git a/eng/pipelines/coreclr/r2r-extra.yml b/eng/pipelines/coreclr/r2r-extra.yml index 97a80cd..68bef96 100644 --- a/eng/pipelines/coreclr/r2r-extra.yml +++ b/eng/pipelines/coreclr/r2r-extra.yml @@ -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) diff --git a/eng/pipelines/coreclr/r2r.yml b/eng/pipelines/coreclr/r2r.yml index 55bbcd4..a3b76e9 100644 --- a/eng/pipelines/coreclr/r2r.yml +++ b/eng/pipelines/coreclr/r2r.yml @@ -1,7 +1,5 @@ trigger: none -pr: none - schedules: - cron: "0 5 * * *" displayName: Mon through Sun at 9:00 PM (UTC-8:00) diff --git a/eng/pipelines/coreclr/runincontext.yml b/eng/pipelines/coreclr/runincontext.yml index 91fb918..64e6fe6 100644 --- a/eng/pipelines/coreclr/runincontext.yml +++ b/eng/pipelines/coreclr/runincontext.yml @@ -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)