From 2206e444dd681e65d0bf8c97673213ee58b66166 Mon Sep 17 00:00:00 2001 From: Tim Otten <totten@civicrm.org> Date: Thu, 2 May 2019 16:05:09 -0700 Subject: [PATCH] More test links --- doc/5.x-final.md | 1 + doc/5.x-patch.md | 1 + doc/5.x-rc.md | 1 + 3 files changed, 3 insertions(+) diff --git a/doc/5.x-final.md b/doc/5.x-final.md index e40b736..1bcb406 100644 --- a/doc/5.x-final.md +++ b/doc/5.x-final.md @@ -24,6 +24,7 @@ git push origin 5.X * In Jenkins, review the scheduled tests for `5.X` and determine if anything should block the release. * https://test.civicrm.org/job/CiviCRM-Core-Matrix/ * https://test.civicrm.org/job/CiviCRM-Ext-Matrix/ + * https://test.civicrm.org/job/CiviCRM-E2E-Matrix/ * In Jenkins, ensure that the final tarballs have been prepared. Run the job manually if you're impatient. * https://test.civicrm.org/job/CiviCRM-Publish/ * Compare the git revisions diff --git a/doc/5.x-patch.md b/doc/5.x-patch.md index 6278471..daad85c 100644 --- a/doc/5.x-patch.md +++ b/doc/5.x-patch.md @@ -32,6 +32,7 @@ git push origin 5.X * In Jenkins, review the scheduled tests for `5.X` and determine if anything should block the release. * https://test.civicrm.org/job/CiviCRM-Core-Matrix/ * https://test.civicrm.org/job/CiviCRM-Ext-Matrix/ + * https://test.civicrm.org/job/CiviCRM-E2E-Matrix/ * Compare the git revisions * https://download.civicrm.org/latest/branch/5.X/LATEST/civicrm-X.Y.Z-drupal-LATEST.tar.gz/inspect * https://github.com/civicrm/civicrm-core/commits/5.X diff --git a/doc/5.x-rc.md b/doc/5.x-rc.md index ffa73de..9bbd72c 100644 --- a/doc/5.x-rc.md +++ b/doc/5.x-rc.md @@ -15,6 +15,7 @@ See [Prerequisites](any-prereq.md) * In Jenkins, review the scheduled tests for `master` and determine if anything should block the RC. * https://test.civicrm.org/job/CiviCRM-Core-Matrix/ * https://test.civicrm.org/job/CiviCRM-Ext-Matrix/ + * https://test.civicrm.org/job/CiviCRM-E2E-Matrix/ ## 2: Bump version number on `master` to `5.X.beta1` -- GitLab