SomeFire / ignite-teamcity-bot

Apache ignite Teamcity Bot

Home Page:https://ignite.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ignite-teamcity-helper

Apache Ignite Teamcity Bot (MTCGA.bot) is Apache Ignite-based cache over JetBrains TeamCity server(s).

This tool intended to monitor Apache Ignite Teamcity where Apache Ignite is tested.

TC tool should help to avoid new failures introduction into master and provide ways of its early detection.

Major use cases are following:

  • Continuous monitoring of master and/or release branch
  • Check branch/PR changes to new failures
  • MCTGA Bot for slack and for email notifications.

This tool is available on https://mtcga.gridgain.com/ - requires apache CI credentials.

Should you have any questions please contact Ignite Developers at dev@ignite.apache.org or dpavlov@apache.org

Development

Project setup

Locally code can be set up using IntelliJ idea and gradle project import. Locally it can be run using org.apache.ignite.ci.web.Launcher.main() method. The bot will create necessary configs in ~/.ignite-teamcity-helper - it is bot Home directory. In can be changed with org.apache.ignite.ci.ITcHelper.TEAMCITY_HELPER_HOME system property.

Examples of configs can be found in conf directory.

Code inspections, styles and abbreviation rules.

Code style is inherited from Apache Ignite. Please install following components for development using IntelliJ IDEA

Build

Build can be done using following commands

  • gradle clean
  • gradle build

It is recommended to use Java 8 for development.

It may be required to install Java Cryptography Extension JCE Unlimited Strength Jurisdiction Policy Files 8 Download because the Bot uses strong AES cryptography, but default java distribution may limit AES256 usage.

Resulting distribution can be found in projectRoot\jetty-launcher\build\distributions. Distribution will contain start script in \bin folder.

About

Apache ignite Teamcity Bot

https://ignite.apache.org/

License:Apache License 2.0


Languages

Language:Java 85.5%Language:HTML 8.6%Language:JavaScript 4.6%Language:Shell 0.6%Language:CSS 0.6%