Browse Source

Use GA release of SQLServer 2017 for tests

tags/8.0
Simon Brandhof 5 years ago
parent
commit
f3cf8845d3
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .cirrus.yml

+ 2
- 2
.cirrus.yml View File

@@ -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

Loading…
Cancel
Save