nirvn
92ed232f06
Doh
2020-03-15 15:46:55 +07:00
Juergen E. Fischer
ea843c8f36
azure pipelines: fix link output
2020-03-15 03:39:27 +01:00
Alessandro Pasotti
b134c777f6
Merge pull request #35065 from elpaso/mssql-connections-api
...
Mssql connections api
2020-03-14 18:13:47 +01:00
Alessandro Pasotti
9a53cf2a3e
MSSQL revert geometryColumnTypes and homogenize
...
Other providers return an "invalid" col type from geometryColumnTypes
let's keep it that way (for now)
2020-03-14 11:18:01 +01:00
Nyall Dawson
465f8a5c45
Disable PyQgsCoordinateOperationWidget on azure
...
Test is failing with no clues to why
2020-03-14 12:50:43 +10:00
Nyall Dawson
35d8b062ca
Disable qgis_vertextool on azure
...
This is consistently failing (yet passes on my local windows build)
2020-03-14 08:45:50 +10:00
Juergen E. Fischer
4c49625249
azure pipelines: switch to vs2017-win2016 image
2020-03-12 14:09:53 +01:00
Alessandro Pasotti
ea1826a3d1
Modular PG raster tests
...
It should be now possible to disable test
cases individually.
2020-03-03 14:25:21 +01:00
Juergen E. Fischer
edee4a3d10
spelling fixes ( closes #32408 )
2020-02-28 21:04:02 +01:00
Matthias Kuhn
6672f1bb33
Switch remaining url
2020-02-01 11:45:08 +01:00
Matthias Kuhn
4b2abb1d1e
Switch osgeo mirror to osuosl
...
Because 🚀
2020-02-01 10:28:09 +01:00
Nyall Dawson
d4f91e1d13
Re-disable expression builder widget test on Azure -- it's still flaky
2020-01-30 11:10:25 +10:00
Nyall Dawson
8950b8c376
Fix crash due to use-after-free in expression builder widget test, also fix missing user
...
expressions in newly created expression widget which causes the test to fail
And re-enable test on Azure
2020-01-28 21:14:04 +10:00
Nyall Dawson
255e4ed09f
(Hopefully temporarily) disable PG Raster tests on Travis
...
This test is failing on master builds, causing timeouts during
the sql data load step and resulting in build failures on the
master branch. The consequence is that build caching on Travis
is broken, resulting in increasingly lengthy test build times.
2020-01-28 12:04:39 +10:00
Nyall Dawson
b47b84b113
Enable another test on azure
2020-01-27 16:22:20 +10:00
Matthias Kuhn
b4eebfcd82
Add test output to postgres database startup
...
to debug travis
2020-01-22 14:52:21 +01:00
Julien Cabieces
e5fd756527
Configure Oracle continuous integration
2020-01-02 20:59:28 +10:00
Matthias Kuhn
42708208ac
Yet another test mask for Windows
2019-12-18 10:15:45 +01:00
Matthias Kuhn
ebb023662d
Mask some more flaky tests
2019-12-16 09:38:44 +01:00
Nyall Dawson
40b198cf90
Correctly skip ProcessingQgisAlgorithmsTestPt1 on azure builds
2019-12-14 08:21:20 +10:00
Matthias Kuhn
6bcd5aea37
Mask meshcalculatortest on windows build
2019-12-07 11:17:32 +01:00
Matthias Kuhn
97566abd8d
Mask more tests
2019-12-07 08:37:40 +01:00
Matthias Kuhn
e821441286
Mask failing tests
2019-12-06 13:10:06 +01:00
Nyall Dawson
567cdb3d2a
Disable qgis_layerdefinition on CI
...
This test relies on an unreliable 3rd party service
2019-12-06 14:54:12 +10:00
Juergen E. Fischer
46e6b2d376
azure pipelines: re-add poppler & doxygen
2019-12-06 00:36:16 +01:00
Juergen E. Fischer
81a08fd3e8
azure pipelines:
...
* fail on error
* align build name for pull requests more with travis builds
* include dash link on azure page
2019-12-06 00:34:01 +01:00
Denis Rouzaud
42685043ad
shorter commit messages for PyQGIS docs jobs ( #33189 )
2019-12-03 12:02:38 +01:00
Juergen E. Fischer
fe9dcf1f33
azure-pipelines: fix dependency package reference
2019-12-03 01:10:18 +01:00
Juergen E. Fischer
d33a5b56a9
azure-pipelines support
...
(blood, sweat and tears w/squ-ashed away)
2019-11-30 20:34:16 +01:00
Juergen E. Fischer
81e645902f
travis: avoid pr_has_label.py error
2019-11-15 17:35:02 +01:00
Matthias Kuhn
35173c5336
Restore clang
2019-11-07 13:06:49 +01:00
Matthias Kuhn
a6386038ff
Fix all 3 arg lambda problems
2019-11-04 21:52:39 +01:00
Matthias Kuhn
cffea8b28b
Enable more clazy checks and disable warnings as errors (boom)
2019-11-04 18:35:26 +01:00
Matthias Kuhn
6dc576bc3e
Only do connect-3arg-lambda check on travis
2019-11-04 07:35:34 +01:00
Matthias Kuhn
47c86dc4a2
Use clazy
2019-11-04 07:35:34 +01:00
Denis Rouzaud
2829f6ba35
[docker] fix cache and enable timeouts for Docker images (on cron jobs) ( #32264 )
...
This allows faster builds of the Docker images on cron jobs by fixing the caching on Travis (it has a distinct cache than the standard testing builds)
To get the cache, it has to be stored on some point in a docker image. To avoid image size increase, a second build is done with removing the cache and build information and using squash builds (currently an experimental feature of Docker).
2019-10-17 09:50:05 +02:00
Sandro Santilli
76b39de1b8
Add ENABLE_SAGA_TESTS cmake config, default to off, enable in ci ( #32199 )
...
* Add ENABLE_SAGA_TESTS cmake config, default to off, enable in ci
Closes #32143
* Update python/plugins/processing/tests/CMakeLists.txt
Co-Authored-By: Harrissou Sant-anna <delazj@gmail.com>
2019-10-11 11:26:33 +02:00
Nyall Dawson
b3b3d7053a
Don't try to load mssql data
2019-09-13 10:36:06 +10:00
Nyall Dawson
172b5d8a4c
Disable mssql server docker use, it's down too often...
2019-09-13 10:36:06 +10:00
Denis Rouzaud
5d26ff3b6a
patch for statx calls on Docker should not be required anymore on Bionic
2019-08-31 12:14:31 +02:00
Nyall Dawson
01eb8896fb
Try bumping ccache size
2019-08-27 10:54:19 +10:00
Alessandro Pasotti
945ac8caf4
Fix cdash url
2019-08-16 16:55:36 +02:00
Denis Rouzaud
bf10738d2f
remove ENV CC et CXX variables from base docker images
...
since they prevent to be used as a build arg in final image
2019-06-18 22:12:21 +02:00
Denis Rouzaud
60415a8eb9
also push build deps images when building final images
...
for Disco images, otherwise never pushed
2019-06-18 17:33:17 +02:00
Denis Rouzaud
8474a54927
build Disco Docker image with GCC
...
freeze happens with clang when building the bindings
2019-06-18 16:58:11 +02:00
Matthias Kuhn
608f050d01
Redo the whole cert signing process
2019-06-05 22:47:51 +02:00
Matthias Kuhn
dc36d4a234
Add ssl key with postres as CN
2019-06-05 15:00:59 +02:00
Matthias Kuhn
8c39f88b85
Make the code check a bit happier
2019-06-05 12:53:19 +02:00
Matthias Kuhn
f198931289
Unblacklist postgres postgis test
2019-06-05 10:25:38 +02:00
Denis Rouzaud
a871e90a2b
install newer libseccomp on Travis host for building with Qt 5.10+ in Docker container
2019-05-28 20:37:18 -05:00