summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2019-07-02 13:38:31 +0200
committerSonarTech <sonartech@sonarsource.com>2019-10-17 15:24:46 +0200
commitb9609d3d3f500f12a4eed5b10dfd6416cbdf4116 (patch)
tree273f3b21030328dcb48d44bf73ca147fefd5eb9b /.cirrus.yml
parentd3cba0d73d6d9c0f4461fcf3ac99b2a078b7a4b5 (diff)
downloadsonarqube-b9609d3d3f500f12a4eed5b10dfd6416cbdf4116.tar.gz
sonarqube-b9609d3d3f500f12a4eed5b10dfd6416cbdf4116.zip
Use GA release of SQLServer 2017 for tests
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 525e61cc926..5d79243dee7 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -241,7 +241,7 @@ test_sql_mssql2017_task:
memory: 5Gb
additional_containers:
- name: mssql
- image: mcr.microsoft.com/mssql/server:2017-CU12-ubuntu
+ image: mcr.microsoft.com/mssql/server:2017-GA-ubuntu
port: 1433
cpu: 2
memory: 5Gb
@@ -394,7 +394,7 @@ test_upgrade_mssql2017_task:
memory: 6Gb
additional_containers:
- name: mssql
- image: mcr.microsoft.com/mssql/server:2017-CU12-ubuntu
+ image: mcr.microsoft.com/mssql/server:2017-GA-ubuntu
port: 1433
cpu: 2
memory: 5Gb