From e0d207010865dc7f23d322f07f1540112da7124c Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 12 Jun 2020 15:09:43 +0200 Subject: Use shared setup.yml on azure Make sure things stay synchronized between different x64 jobs. --- azure/coverage_job.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'azure/coverage_job.yml') diff --git a/azure/coverage_job.yml b/azure/coverage_job.yml index d5720b87f8..01bde10281 100644 --- a/azure/coverage_job.yml +++ b/azure/coverage_job.yml @@ -20,11 +20,7 @@ jobs: - script: make -j$(/usr/bin/nproc) >/dev/null displayName: 'Make Build' - template: install.yml - - script: | - mysql -uroot -proot -e "CREATE DATABASE IF NOT EXISTS test" - sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';" - sudo -u postgres psql -c "CREATE DATABASE test;" - displayName: 'Setup' + - template: setup.yml - template: test.yml parameters: configurationName: ${{ parameters.configurationName }} -- cgit v1.2.1