aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
Commit message (Collapse)AuthorAgeFilesLines
* Move integration-php7.3 to latestJohn Molakvoæ (skjnldsv)2021-07-201-37/+37
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use minio for s3 testsJulius Härtl2021-07-011-4/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Run s3 tests againJulius Härtl2021-06-301-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add XDEBUG_MODE=coverageLukas Reschke2021-06-011-0/+2
| | | | | | This should help the Codecov execution jobs. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Use MariaDB from GHCRLukas Reschke2021-05-291-4/+4
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Move PGSQL to GHCRLukas Reschke2021-05-291-5/+5
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Migrate more services to GHCRLukas Reschke2021-05-291-24/+24
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Bump Container VersionsLukas Reschke2021-05-281-21/+21
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Use GHCR PHP 7.3 Acceptance ContainerLukas Reschke2021-05-281-11/+11
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #27211 from nextcloud/use-ghcr-php7.3John Molakvoæ2021-05-281-10/+10
|\
| * Use GHCR PHP 7.3 containerLukas Reschke2021-05-281-10/+10
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #27212 from nextcloud/use-gchr-for-servicesJohn Molakvoæ2021-05-281-2/+2
|\ \ | | | | | | Use GHCR for services
| * | Use GHCR for servicesLukas Reschke2021-05-281-2/+2
| |/ | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #27213 from nextcloud/use-alpine-gitJohn Molakvoæ2021-05-281-79/+79
|\ \ | | | | | | Use GHCR for Git Pull image
| * | Use GHCR for Git Pull imageLukas Reschke2021-05-281-79/+79
| |/ | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* / Use GHCR Selenium ContainerLukas Reschke2021-05-281-11/+11
|/ | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Use GitHub container registryLukas Reschke2021-05-271-54/+54
| | | | | | To avoid Docker ratelimit issues. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add integration tests for searching users in contacts menuDaniel Calviño Sánchez2021-04-231-0/+25
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Update acceptance tests to Selenium 3Daniel Calviño Sánchez2021-04-161-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The acceptance tests used the last Selenium 2 Docker container available, which provides a rather old Firefox version (Firefox 47). Nevertheless, despite some rendering issues, most things still worked as expected due to the JavaScript files being built with support for older browsers. However, now that support for Internet Explorer 11 and older browsers will be dropped things could start to fail, so a newer browser (and thus a newer Selenium version) should be used in the acceptance tests. Selenium has been standardized by the W3C, and the protocol to communicate between the Selenium server and the browser has changed due to that. Firefox >= 48 only supports the new W3C protocol, but the Selenium driver for Mink does not support it yet. The old protocol can still be used in recent Chromium/Chrome versions by explicitly forcing it, so for the time being the acceptance tests will need to be run on Chrome instead (although Firefox provides some interesting features like the fake streams that would be needed to test calls in Talk, so they should be moved again to Firefox once possible). Finally, the default shm size of Docker is 64 MiB. This does not seem enough to run newer Chrome releases and causes the browser to randomly crash during the tests ("unknown error: session deleted because of page crash" is shown in the logs). Due to this "disable-dev-shm-usage" needs to be used so Chrome writes shared memory files into "/tmp" instead of "/dev/shm" (the default shm size of Docker could have been increased instead using "docker run --shm-size...", but that seems to be problematic when the container is run in current Drone releases). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Merge pull request #25331 from ↵Morris Jobke2021-03-181-1/+1
|\ | | | | | | | | nextcloud/fix-valid-storages-removed-when-cleaning-remote-storages Fix valid storages removed when cleaning remote storages
| * Add integration tests for "sharing:cleanup-remote-storages" OCC commandDaniel Calviño Sánchez2021-01-261-1/+1
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Also execute the new tests on droneJoas Schilling2021-03-101-0/+25
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use specific docker image tags to allow drone to cache them and not run into ↵Morris Jobke2021-01-081-22/+22
| | | | | | docker pull rate limits Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix name of avatar integration tests in DroneDaniel Calviño Sánchez2021-01-071-1/+1
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Update postgres version testsRoeland Jago Douma2021-01-071-3/+73
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* No need to run mysql5 tests anymoreRoeland Jago Douma2021-01-061-101/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* jsunit: Run jsunit with chromium/puppeteer on github actionsJulius Härtl2020-12-291-23/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add php8 CIRoeland Jago Douma2020-12-071-10/+10
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add integration tests for user avatarsDaniel Calviño Sánchez2020-12-071-0/+25
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Only run phpunit when php, xml or test files are modifiedJoas Schilling2020-10-301-0/+21
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* To revert once php8.0 packages are thereJoas Schilling2020-09-181-14/+24
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update drone testing matrixJoas Schilling2020-09-181-84/+42
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove phan config - was replaced by PsalmMorris Jobke2020-09-161-25/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Disable fragile comments testsMorris Jobke2020-07-211-30/+30
| | | | | | | | Those tests are actual problems in our code. See https://github.com/nextcloud/server/pull/20462#issuecomment-613380650 for a summary by @danxuliu Basically they are introduced by #18929 but are only revealed by #18764. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Hello codecov :rocket:Daniel Kesselberg2020-06-301-17/+27
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Do not clone the whole Talk repository for integration testsDaniel Calviño Sánchez2020-05-291-1/+1
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Add integration tests for video verificationDaniel Calviño Sánchez2020-05-291-0/+31
| | | | | | | | | | | | | | Enabling the "send password by Talk" property of shares require that Talk is installed and enabled, so the Drone step that runs them has to first clone the Talk repository. When the integration tests are run on a local development instance, however, it is not guaranteed that Talk is installed. Due to this the "@Talk" tag was added, which ensures that any feature or scenario marked with it will first check if Talk is installed and, if not, skip the scenario (instead of failing). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* use serverControls directly with LDAP calls, fixes 19127Arthur Schiwon2020-04-141-2/+45
| | | | | | | | - adapters for PHP API version to Support PHP < 7.3 - switch to pass only one base per search - cookie logic is moved from Access to API adapters Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Move Compile Handlebars CI to GitHub ActionsGary Kim2020-02-231-19/+0
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Lint on github actionsRoeland Jago Douma2020-02-101-32/+17
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move npm build to github actionsRoeland Jago Douma2020-02-031-24/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump integration to php7.3 with redisRoeland Jago Douma2019-11-281-33/+33
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump memcached imageRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* REVERT LATER: disable phan for nowRoeland Jago Douma2019-11-271-7/+7
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update droneRoeland Jago Douma2019-11-271-26/+39
| | | | | | | * Run 7.4 tests (nodb + sqlite) * Update older images to newer phpunit Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #18045 from nextcloud/ci/other/php73Roeland Jago Douma2019-11-211-14/+14
|\ | | | | Move more CI tests to php7.3
| * Move more CI tests to php7.3Roeland Jago Douma2019-11-211-14/+14
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Move integration tests to php7.3Roeland Jago Douma2019-11-201-33/+33
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* php7.2 minimum for 18Roeland Jago Douma2019-11-131-140/+58
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Run acceptance tests on PHP 7.3Daniel Calviño Sánchez2019-10-221-11/+11
| | | | | | | | There is no difference (as far as I know) between running the acceptance tests on PHP 7.1 or on PHP 7.3; this is simply a preparatory step to be ready when PHP 7.1 support is dropped in Nextcloud server. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>