aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index dece363cb3a..c3ebe2fd8a7 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -30,7 +30,7 @@ task_only_nightly_depending_on_build_template: &TASK_ONLY_NIGHTLY_DEPENDING_ON_B
depends_on: build
# Comment the following line and commit with message "DO NOT MERGE" in order to run
# this task on your branch
- only_if: $CIRRUS_BRANCH == "branch-nightly-build"
+ #only_if: $CIRRUS_BRANCH == "branch-nightly-build"
task_only_default_depending_on_build_template: &TASK_ONLY_DEFAUT_DEPENDING_ON_BUILD_TEMPLATE
depends_on: build
@@ -389,14 +389,14 @@ deploy_docs_task:
script:
- ./private/cirrus/cirrus-trigger-deploy-docs.sh
-sql_mssql2017_task:
+sql_mssql2019_task:
<<: *TASK_ONLY_NIGHTLY_DEPENDING_ON_BUILD_TEMPLATE
gke_container:
<<: *GKE_CONTAINER_TEMPLATE
memory: 5Gb
additional_containers:
- name: mssql
- image: mcr.microsoft.com/mssql/server:2017-GA-ubuntu
+ image: mcr.microsoft.com/mssql/server:2019-GA-ubuntu-16.04
port: 1433
cpu: 2
memory: 5Gb
@@ -435,7 +435,7 @@ sql_oracle12_task:
on_failure:
<<: *REPORTS_JUNIT_ON_FAILURE_TEMPLATE
-upgd_mssql2017_task:
+upgd_mssql2019_task:
<<: *TASK_ONLY_NIGHTLY_DEPENDING_ON_BUILD_TEMPLATE
gke_container:
<<: *GKE_CONTAINER_TEMPLATE
@@ -443,7 +443,7 @@ upgd_mssql2017_task:
memory: 6Gb
additional_containers:
- name: mssql
- image: mcr.microsoft.com/mssql/server:2017-GA-ubuntu
+ image: mcr.microsoft.com/mssql/server:2019-GA-ubuntu-16.04
port: 1433
cpu: 2
memory: 5Gb