summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hukins <tom@eborcom.com>2020-12-02 20:01:58 +0000
committerTom Hukins <tom@eborcom.com>2020-12-10 16:17:45 +0000
commit1ed58cc998a11cf41deb35675b6434ec027aa5cf (patch)
tree5648c9a81be64e41081140de2192f0dbdacec90f
parentea207adc168e11e6382e913b19daa8cdebad4acb (diff)
downloadperl-1ed58cc998a11cf41deb35675b6434ec027aa5cf.tar.gz
Combine the two separate smoke test sections
-rw-r--r--Porting/release_managers_guide.pod12
1 files changed, 4 insertions, 8 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index 5c71a65a26..c9f729f4eb 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -364,6 +364,10 @@ the raw reports.
Similarly, monitor the smoking of perl for compiler warnings, and try to
fix.
+Additionally both L<Travis CI|https://travis-ci.org/Perl/perl5> and
+L<GitHub Actions|https://github.com/Perl/perl5/actions> smokers run
+automatically.
+
=for checklist skip BLEAD-POINT
=head3 monitor CPAN testers for failures
@@ -378,14 +382,6 @@ colon-delimited versions to use for comparison. For example:
L<http://analysis.cpantesters.org/beforemaintrelease?pair=5.20.2:5.22.0%20RC1>
-=head3 Monitor Continuous Integration smokers
-
-Currently both "Travis CI" and "GitHub Actions" smokers are setup.
-Their current status is available at:
-
-L<https://github.com/Perl/perl5/actions>
-L<https://travis-ci.org/Perl/perl5>
-
=head3 update perldelta
Get perldelta in a mostly finished state.