Skip to content

Commit

Permalink
chore(ci): remove retired dbs from pipelines
Browse files Browse the repository at this point in the history
* Remove Oracle 11, MariaDB 10.0 and PostgreSQL 9.4 from the Pipelines CI configuration files. Support for these databases has been dropped from version 7.15.0.

Related to CAM-13476, CAM-13080
  • Loading branch information
koevskinikola committed May 12, 2021
1 parent c10279c commit 37415f6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .ci/config/matrices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,18 @@
engine-webapp-unit:
databases:
- 'postgresql_96'
- 'postgresql_94'
- 'postgresql_1013'
- 'postgresql_112'
- 'postgresql_122'
- 'postgresql_132'
- 'aws_aurora_postgresql_96'
- 'aws_aurora_postgresql_1013'
- 'aws_aurora_postgresql_124'
- 'mariadb_100'
- 'mariadb_102'
- 'mariadb_103'
- 'mariadb_galera'
- 'mysql_57'
- 'mysql_80'
- 'oracle_11'
- 'oracle_12'
- 'oracle_18'
- 'oracle_19'
Expand Down Expand Up @@ -49,21 +46,18 @@ engine-rest:
daily-stages:
databases:
- 'postgresql_96'
- 'postgresql_94'
- 'postgresql_1013'
- 'postgresql_112'
- 'postgresql_122'
- 'postgresql_132'
- 'aws_aurora_postgresql_96'
- 'aws_aurora_postgresql_1013'
- 'aws_aurora_postgresql_124'
- 'mariadb_100'
- 'mariadb_102'
- 'mariadb_103'
- 'mariadb_galera'
- 'mysql_57'
- 'mysql_80'
- 'oracle_11'
- 'oracle_12'
- 'oracle_18'
- 'oracle_19'
Expand Down

0 comments on commit 37415f6

Please sign in to comment.