aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Update .travis.ymlEric Lorenzana2023-04-051-1/+1
| | | Co-authored-by: Mate Molnar <matemoln@users.noreply.github.com>
* BUILD-2798 Move `after_failure` expressions to conditionEric Lorenzana2023-04-051-6/+4
| | | | | | | I misunderstood the provided workaround by Travis. The contents of `after_failure` body will not be evaluated now in case of failure. This is a temporary change.
* BUILD-2798 Implement suggested workaround for false positive in Travis CI #3322Eric Lorenzana2023-03-311-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | We currently have an issue in which the after_failure body gets executed even after the scripts have run successfully (rc=0). A support ticket has been opened and while they're looking into it, a workaround has been provided. The response is quoted below: Thank you for reaching out and sorry for the hassle. The issue encountered has been raised with our engineering team and they are looking into it. In the meantime, I will be keeping this ticket in open status and get back to you as soon as we have more information available. Additionally, as a workaround, can you please try adding the TRAVIS_TEST_RESULT environment variable as a check (source: https://docs.travis-ci.com/user/environment-variables/#:~:text=is%20enabled.-,TRAVIS_TEST_RESULT,-%3A%200%20if) within your .travis.yml after_success/after_failure phase, e.g.: ``` after_success: - "[[ $TRAVIS_TEST_RESULT = 0 ]] && echo passed" after_failure: - "[[ $TRAVIS_TEST_RESULT = 1 ]] && echo failed" ```
* [NO-JIRA] Update the TravisCI build env to use Ubuntu 22.04 with Java 17Carmine Vassallo2023-01-041-1/+2
|
* [NO JIRA] Fix travis jdk crashMathieu Suen2022-11-301-18/+4
|
* NO-JIRA fixed issue where sometimes Travis could not connect to NextLukasz Jarocki2022-04-011-5/+18
|
* BUILD-1457 report failure to BurgrJulien Carsique2022-03-301-0/+4
| | | | | Move passed build notification to Burgr at the end (after build, analysis and iris) Report build failure to Burgr
* [NO-JIRA] Generate and consume frontend code coverage reportsPhilippe Perrin2022-02-071-5/+1
|
* [NO-JIRA] Fix Travis buildJeremy Davis2021-10-011-0/+3
|
* BUILD Add slack notification for SonarQube repoMalena Ebert2020-11-171-0/+2
|
* Updated Travis distribution to Ubuntu 18.04 (#2760)tobias-trabelsi-sonarsource2020-05-051-1/+1
|
* SONAR-13289 Fix sonarqube wallboard notifications from Travis CI buildsWouter Admiraal2020-04-061-3/+3
|
* Switch sonarqube build to openjdk11Tom2019-06-281-1/+1
|
* Use JDK 11 in Travis CIEvgeny Mandrikov2019-05-211-2/+2
|
* Fix Travis buildDavid Rautureau2018-11-301-5/+0
|
* Use travis way of retrieving latest oracle JDK8Tom2018-11-271-0/+5
|
* Update travis notification for Sonarqube repositoryTom2018-05-301-1/+1
|
* prevent build of branch public_master on TravisSébastien Lesaint2018-03-221-0/+1
|
* Complete and sanitize QA pipelineSimon Brandhof2018-03-221-0/+4
| | | | | | - do not execute QA on dogfood/* feature branches - run non-postgreSQL tests on release branches only - run HA tests on release and dogfood-on-next branches only
* Single Gradle build for SQ and core pluginsSimon Brandhof2018-03-221-1/+1
|
* Move To GradleDavid Rautureau2018-03-091-7/+6
|
* Drop support of PhantomJS in integration testsSimon Brandhof2017-06-171-1/+0
|
* Use Trusty image on TravisCITom2017-05-261-2/+3
| | | | | | | | | - environment is more stable through time (no variations of build durations) - benefit from 8Gb ramdisk - enable parallel Maven build thanks to new CPUs
* Upgrade JDK and Maven on TravisSimon Brandhof2017-02-211-0/+1
| | | | | * JDK 1.8.0_121 * Maven 3.3.9
* Ability to release versions without build number in artifact filenamesSimon Brandhof2017-02-211-2/+2
|
* [travis] remove resolver-status.properties to avoid cache invalidationSébastien Lesaint2016-08-191-0/+1
|
* Ability to use selenide and phantomjs in ITsSimon Brandhof2016-07-241-0/+1
| | | | | | * selenide should replace Selenese HTML tests * phantomjs should replace Firefox in environments that require XVFB
* Add JDK8 to Travis cacheSimon Brandhof2016-07-201-0/+1
| | | | | in order to not download JDK8 installer from oracle.com on each build.
* Execute only Lite ITs on TravisSimon Brandhof2016-07-201-8/+2
|
* Cache JDK8 installer on TravisSimon Brandhof2016-06-211-7/+0
|
* [Travis] enable on_start notification alwaysSébastien Lesaint2016-05-311-0/+1
|
* Upgrade version of java 8 on TravisSimon Brandhof2016-05-261-0/+7
|
* SONAR-7587 end of support of Java 7Simon Brandhof2016-05-261-1/+1
| | | | | | | | | - Upgrade to parent 34, which compiles with java 8 and disable javadoc lints - Compilation with java 8 on Travis - Fix ambiguities in assertJ
* Change Travis webhookSimon Brandhof2016-02-151-1/+1
|
* Fix IT scriptsSimon Brandhof2016-02-111-3/+0
|
* Move plugins ITs to QA and enable perf testsSimon Brandhof2016-02-101-1/+0
|
* Fix .travis.ymlSimon Brandhof2016-02-101-10/+9
|
* Enable QA pipeline at SonarSourceSimon Brandhof2016-02-101-13/+15
|
* Enable deploy to SonarSource maven repositorySimon Brandhof2016-01-291-0/+2
|
* reorder travis jobs for faster buildStas Vilchik2015-12-021-3/+3
|
* Improve travis.shSimon Brandhof2015-11-241-11/+12
| | | | | | | | - Upgrade to travis-utils v21 - Merge PR analysis with CI - rename variables - execute IT category "plugins" if PR from same repo - fail if unknown $TARGET
* Fix env variables of pull request analysis on TravisSimon Brandhof2015-11-051-1/+1
|
* Revert "do not cache node_modules in travis"Stas Vilchik2015-11-031-0/+1
| | | | This reverts commit 910e73142f2a82410166a1ac210f8891b663d73a.
* Automatic merge from branch-5.2Jenkins CI2015-10-291-1/+0
|\ | | | | | | | | * origin/branch-5.2: do not cache node_modules in travis
| * do not cache node_modules in travisStas Vilchik2015-10-281-1/+0
| |
* | SONAR-6942 Reorganize ITsJulien Lancelot2015-10-271-5/+5
| |
* | Update .travis.ymltomverin2015-10-211-0/+1
|/
* Trying a better cache cleaning mechanismDavid Gageot2015-09-041-2/+3
|
* Group itsDavid Gageot2015-09-021-6/+3
|
* Ignore IT plugins for all PRsDavid Gageot2015-08-271-6/+2
|