Skip to content

Commit 3d598a9

Browse files
authored
[Tests] Do not add bugfix2 for BwC (#126926)
Also, add 8.16 branch to be still tested as "bugfix". For 8.17 there is currently no bugfix2 version. We test it against 8.16.7 and 7.17.29 in BwC tests.
1 parent c599d24 commit 3d598a9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

branches.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
{
1111
"branch": "8.17"
1212
},
13+
{
14+
"branch": "8.16"
15+
},
1316
{
1417
"branch": "8.x"
1518
},

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ List projects = [
7777
'distribution:packages:aarch64-rpm',
7878
'distribution:packages:rpm',
7979
'distribution:bwc:bugfix',
80-
'distribution:bwc:bugfix2',
8180
'distribution:bwc:maintenance',
8281
'distribution:bwc:minor',
8382
'distribution:bwc:staged',

0 commit comments

Comments
 (0)