mirror of https://github.com/openssl/openssl.git
Update provider compatibility CI to run on 3.5 branch
Also drop 3.1 development branch as it is out of public support now. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Yang <kaishen.yy@antfin.com> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <ppzgs1@gmail.com> (Merged from https://github.com/openssl/openssl/pull/27149)
This commit is contained in:
parent
a006b0a089
commit
725f55e235
|
@ -113,10 +113,6 @@ jobs:
|
||||||
name: openssl-3.0,
|
name: openssl-3.0,
|
||||||
dir: branch-3.0,
|
dir: branch-3.0,
|
||||||
tgz: branch-3.0.tar.gz,
|
tgz: branch-3.0.tar.gz,
|
||||||
}, {
|
|
||||||
name: openssl-3.1,
|
|
||||||
dir: branch-3.1,
|
|
||||||
tgz: branch-3.1.tar.gz,
|
|
||||||
}, {
|
}, {
|
||||||
name: openssl-3.2,
|
name: openssl-3.2,
|
||||||
dir: branch-3.2,
|
dir: branch-3.2,
|
||||||
|
@ -129,6 +125,10 @@ jobs:
|
||||||
name: openssl-3.4,
|
name: openssl-3.4,
|
||||||
dir: branch-3.4,
|
dir: branch-3.4,
|
||||||
tgz: branch-3.4.tar.gz,
|
tgz: branch-3.4.tar.gz,
|
||||||
|
}, {
|
||||||
|
name: openssl-3.5,
|
||||||
|
dir: branch-3.5,
|
||||||
|
tgz: branch-3.5.tar.gz,
|
||||||
}, {
|
}, {
|
||||||
name: master,
|
name: master,
|
||||||
dir: branch-master,
|
dir: branch-master,
|
||||||
|
@ -197,20 +197,20 @@ jobs:
|
||||||
# Note that releases are not used as a test environment for
|
# Note that releases are not used as a test environment for
|
||||||
# later providers. Problems in these situations ought to be
|
# later providers. Problems in these situations ought to be
|
||||||
# caught by cross branch testing before the release.
|
# caught by cross branch testing before the release.
|
||||||
tree_a: [ branch-3.4, branch-3.3, branch-3.2, branch-3.1, branch-3.0,
|
tree_a: [ branch-3.5, branch-3.4, branch-3.3, branch-3.2, branch-3.0,
|
||||||
openssl-3.0.0, openssl-3.0.8, openssl-3.0.9, openssl-3.1.2 ]
|
openssl-3.0.0, openssl-3.0.8, openssl-3.0.9, openssl-3.1.2 ]
|
||||||
tree_b: [ PR ]
|
tree_b: [ PR ]
|
||||||
include:
|
include:
|
||||||
- tree_a: PR
|
- tree_a: PR
|
||||||
tree_b: branch-master
|
tree_b: branch-master
|
||||||
|
- tree_a: PR
|
||||||
|
tree_b: branch-3.5
|
||||||
- tree_a: PR
|
- tree_a: PR
|
||||||
tree_b: branch-3.4
|
tree_b: branch-3.4
|
||||||
- tree_a: PR
|
- tree_a: PR
|
||||||
tree_b: branch-3.3
|
tree_b: branch-3.3
|
||||||
- tree_a: PR
|
- tree_a: PR
|
||||||
tree_b: branch-3.2
|
tree_b: branch-3.2
|
||||||
- tree_a: PR
|
|
||||||
tree_b: branch-3.1
|
|
||||||
- tree_a: PR
|
- tree_a: PR
|
||||||
tree_b: branch-3.0
|
tree_b: branch-3.0
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -115,10 +115,6 @@ jobs:
|
||||||
name: openssl-3.0,
|
name: openssl-3.0,
|
||||||
dir: branch-3.0,
|
dir: branch-3.0,
|
||||||
tgz: branch-3.0.tar.gz,
|
tgz: branch-3.0.tar.gz,
|
||||||
}, {
|
|
||||||
name: openssl-3.1,
|
|
||||||
dir: branch-3.1,
|
|
||||||
tgz: branch-3.1.tar.gz,
|
|
||||||
}, {
|
}, {
|
||||||
name: openssl-3.2,
|
name: openssl-3.2,
|
||||||
dir: branch-3.2,
|
dir: branch-3.2,
|
||||||
|
@ -131,6 +127,10 @@ jobs:
|
||||||
name: openssl-3.4,
|
name: openssl-3.4,
|
||||||
dir: branch-3.4,
|
dir: branch-3.4,
|
||||||
tgz: branch-3.4.tar.gz,
|
tgz: branch-3.4.tar.gz,
|
||||||
|
}, {
|
||||||
|
name: openssl-3.5,
|
||||||
|
dir: branch-3.5,
|
||||||
|
tgz: branch-3.5.tar.gz,
|
||||||
}, {
|
}, {
|
||||||
name: master,
|
name: master,
|
||||||
dir: branch-master,
|
dir: branch-master,
|
||||||
|
|
Loading…
Reference in New Issue