aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
Commit message (Collapse)AuthorAgeFilesLines
* MMF-1604 CI configuration for SQ8 CE, DE & EE docker imagesMichal Duda2019-09-201-1/+10
|
* Fix notifications of nightly buildsSimon Brandhof2019-08-281-8/+8
| | | | | | | | | | | | | | | | | The branch "nightly-build" is replaced by the branch "dogfood-on-next" every night by the Jenkins job "trigger-nightly-sonar-enterprise". That triggers the execution of integration tests on all databases. Unfortunately the team is not notified when tests fail. Errors are not visible from: - wallboards - the project default page on burgr - slack channels The root cause is that burgr does not consider the branch "nightly-build" as being shared by the team. The workaround is to rename the branch by prefixing it with "branch-". This is convention for long-living maintenance branches.
* Move Cirrus GCP runs from Europe to uscentral1-aSimon Brandhof2019-07-311-22/+22
| | | | in order to be closer than Artifactory, and maybe Github?
* SC-795 drop SonarCloud-related modulesSimon Brandhof2019-07-261-1/+0
|
* Fix display of DB tests in BurgrSimon Brandhof2019-07-101-5/+5
| | | | | Bypass the limitation of Burgr that ignores tasks when names are greater than 16 characters (BURGR-338)
* SONAR-12251 change docker image for QA to not run SQ as rootSébastien Lesaint2019-07-101-3/+9
|
* Use special branch for nightly DB testsSimon Brandhof2019-07-031-9/+8
|
* Drop MySQL tests from CirrusSimon Brandhof2019-07-031-84/+0
|
* Use GA release of SQLServer 2017 for testsSimon Brandhof2019-07-031-2/+2
|
* Drop tests on SQLServer 2019Simon Brandhof2019-07-031-35/+0
| | | | | | The preview version of SQLServer 2019 has an expiration period. Let's wait for the GA release instead of upgrading preview versions from time to time.
* SONAR-12037 Run cluster ITs on CirrusDuarte Meneses2019-06-031-0/+1
|
* enable Cirrus auto_cancellation on branch dogfood-on-nextSébastien Lesaint2019-05-231-1/+1
|
* SONAR-12108 Use gradle:5.4.1-jdk11 container in DB testsDuarte Meneses2019-05-161-5/+5
|
* SONAR-12108 Fix Gradle version of DB testsSimon Brandhof2019-05-161-5/+5
|
* Fix instability of Junit report uploads on CirrusSimon Brandhof2019-05-011-41/+30
|
* Publish test results on Github Checks from CirrusSimon Brandhof2019-04-301-0/+40
|
* Publish screenshots of IT failures on CirrusSimon Brandhof2019-04-301-0/+2
|
* Use a permanent GitHub access token to perform a clone (#1432)David Rautureau2019-04-041-0/+2
|
* Improve readability of env sections of .cirrus.ymlSimon Brandhof2019-03-291-16/+16
| | | | [skip ci]
* Download build reports from CirrusSimon Brandhof2019-03-291-0/+37
|
* Do not run postgreSQL tasks in nightly buildSimon Brandhof2019-03-291-3/+3
|
* Nightly run of DB upgrade testsSimon Brandhof2019-03-291-10/+126
|
* Use Artifactory Cloud (#1175)David Rautureau2019-02-271-3/+3
|
* Do not fail Cirrus on consecutive pushesSimon Brandhof2019-02-191-4/+16
|
* Complete execution of DB unit tests on CirrusSimon Brandhof2019-01-161-6/+64
| | | | | | - add Postgres 9.3 - add MSSQL 2019 - add notifications to burgr
* Run DB unit tests on all DBs if master branchDavid Rautureau2019-01-161-15/+95
|
* Use Dockerfile-build in CirrusSimon Brandhof2019-01-161-5/+15
| | | | | That avoids maintaining and releasing the Dockerfile-build from another repository (SonarSource/vms)
* Cirrus - Define auto_cancellation in the top levelDavid Rautureau2018-11-071-5/+2
|
* Cirrus - Use new cluster with HDD nodes (no loss of performances)David Rautureau2018-11-071-5/+5
|
* Cirrus - Do a full clone only for validate taskDavid Rautureau2018-11-071-0/+7
|
* SONARCLOUD-161 run validation against Postgres 9.5Sébastien Lesaint2018-10-301-1/+3
|
* SONARCLOUD-161 use postgresql 9.5 in QASimon Brandhof2018-10-301-1/+3
|
* Drop performance testsSimon Brandhof2018-10-161-7/+0
| | | | https://discuss.sonarsource.com/t/replacing-our-performance-testing-machine-and-maybe-the-way-we-test-performances/1267/7
* Move Cirrus builds to EuropeSimon Brandhof2018-10-161-10/+10
|
* enable back QA category Branch on cirrusSébastien Lesaint2018-10-151-1/+1
|
* Fix build of PR with non-ascii titleSimon Brandhof2018-10-121-1/+1
| | | | This is a workaround for https://github.com/gradle/gradle/issues/3117
* Revert "Move Cirrus pipeline to europe-west3-a"Simon Brandhof2018-10-111-10/+10
| | | | This reverts commit b0a66144c30af83cb61a117e6f30c7fc29ca27d1.
* Shorter names for QA categoriesSimon Brandhof2018-10-101-8/+8
|
* Move Cirrus pipeline to europe-west3-aSimon Brandhof2018-10-101-10/+10
|
* Use latest postgreSQL 9.3.x in QA testsSimon Brandhof2018-10-101-2/+2
|
* Merge developer, plugins and upgrade QA categoriesSimon Brandhof2018-10-101-3/+1
|
* increase timeout of Cirrus task validate to 90mSébastien Lesaint2018-10-101-0/+1
|
* Connect cirrus burgr notification to ingestorHirle2018-10-101-1/+1
|
* Increase timeout of Cirrus build task to 90 minutesSimon Brandhof2018-10-041-0/+1
| | | | This is a temporary workaround before decreasing duration.
* Set LANG of Docker build images to UTF8Simon Brandhof2018-10-041-1/+1
| | | | | | in order to fix Gradle daemon crash when an env variable is not ASCII. https://github.com/gradle/gradle/issues/3117
* Use Chrome driverDavid Rautureau2018-10-041-1/+1
|
* Do not execute Cirrus tasks on dogfood feature branchesSimon Brandhof2018-09-241-4/+4
|
* Adapt Cirrus hardware requirementsSimon Brandhof2018-09-241-4/+4
|
* Add License ITs (#735)David Rautureau2018-09-241-0/+1
|
* Fix ITsDavid Rautureau2018-09-211-1/+9
|