From 8cc0c995c1ea3e0751da65e93ab4ea2457788857 Mon Sep 17 00:00:00 2001 From: Tomas Date: Thu, 1 Oct 2020 01:46:22 +0200 Subject: [PATCH 1/2] Remove pr: none clause from several CoreCLR pipelines --- eng/pipelines/coreclr/ci.yml | 3 --- eng/pipelines/coreclr/crossgen2-composite.yml | 2 -- eng/pipelines/coreclr/crossgen2-gcstress.yml | 2 -- eng/pipelines/coreclr/crossgen2-outerloop.yml | 2 -- eng/pipelines/coreclr/crossgen2.yml | 2 -- eng/pipelines/coreclr/ilasm.yml | 2 -- eng/pipelines/coreclr/jit-experimental.yml | 2 -- eng/pipelines/coreclr/r2r-extra.yml | 2 -- eng/pipelines/coreclr/r2r.yml | 2 -- eng/pipelines/coreclr/runincontext.yml | 2 -- 10 files changed, 21 deletions(-) diff --git a/eng/pipelines/coreclr/ci.yml b/eng/pipelines/coreclr/ci.yml index 46326a8c64f791..f511ff92b9446a 100644 --- a/eng/pipelines/coreclr/ci.yml +++ b/eng/pipelines/coreclr/ci.yml @@ -24,9 +24,6 @@ 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 629e96606be71e..f59b9fbd8a69b1 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 7942e747e26f64..f1b4fd23bf8904 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 505e3ecc2d1dee..089751f07b7ee4 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 6ecdb931150a26..e2623babf1e3b8 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 6f3f8a53baef08..5bb7abc449f9d9 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 1c74b665bb056d..70790dddb9e291 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 97a80cdffbbfcf..68bef96eeb5259 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 55bbcd4bdfe532..a3b76e9d8e3ffe 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 91fb9189a6d10f..64e6fe6205a3b7 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) From 2b2f3aafbd8c93d7c7e2f71ae6052d17df91af1e Mon Sep 17 00:00:00 2001 From: Tomas Date: Thu, 1 Oct 2020 12:12:43 +0200 Subject: [PATCH 2/2] Artificially modify ci.yml to force retriggering CI --- eng/pipelines/coreclr/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/pipelines/coreclr/ci.yml b/eng/pipelines/coreclr/ci.yml index f511ff92b9446a..e7ef3ab1a4d4d9 100644 --- a/eng/pipelines/coreclr/ci.yml +++ b/eng/pipelines/coreclr/ci.yml @@ -25,6 +25,7 @@ trigger: - eng/pipelines/runtime.yml jobs: + # # Checkout repository #