]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update Travis conditions to drop /candidate-2.4/ matching now release
authorJoe Orton <jorton@apache.org>
Tue, 8 Mar 2022 08:46:04 +0000 (08:46 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 8 Mar 2022 08:46:04 +0000 (08:46 +0000)
scripts are updated to use "2.4.N..candidate" naming.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1898728 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml
test/test_travis_conditions.sh

index 01bed9c783ff4cf534a04789150d3bb70d19e6a4..d512c86fb3cc51ecfa663e831aff8bc77134ff9c 100644 (file)
@@ -38,8 +38,8 @@ env:
 # definitions to either:
 #  condition_24x_only => run the job only for 2.4.x
 #  condition_not_24x  => run the job everywhere EXCEPT 2.4.x
-_cond1: &condition_24x_only (branch is present AND (branch ~= /^2.4/ OR branch ~= /^candidate-2.4/)) OR (tag is present AND tag ~= /^2.4/)
-_cond2: &condition_not_24x (branch is not present OR (branch !~ /^2.4/ AND branch !~ /^candidate-2.4/)) AND (tag is not present OR tag !~ /^2.4/)
+_cond1: &condition_24x_only (branch is present AND branch ~= /^2.4/) OR (tag is present AND tag ~= /^2.4/)
+_cond2: &condition_not_24x (branch is not present OR branch !~ /^2.4/) AND (tag is not present OR tag !~ /^2.4/)
 
 jobs:
   include:
index 82794eb76d50cadd6766bc6bbbb2acc880c2e2cf..74ea32ba0122eb7eb1790bfd55e73b6b260969f4 100755 (executable)
@@ -33,7 +33,6 @@ function testit()
 testit '{"tag": "2.4.49"}' 2.4.x
 testit '{"tag": "2.5.59"}' trunk
 testit '{"branch": "2.4.x"}' 2.4.x
-testit '{"branch": "candidate-2.4.49"}' 2.4.x
 testit '{"branch": "2.4.55-candidate"}' 2.4.x
 testit '{"branch": "2.4-backport-branch"}' 2.4.x
 testit '{"branch": "2.4.x-something"}' 2.4.x