mesosphere / chronos-pkg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chronos-pkg

Packaging utilities for Chronos.

  • Install FPM.
gem install fpm
  • Install packaging tools particular to your platform.
yum install rpm-build                   ## On RedHat/CentOS/Fedora
  • Install Maven and an appropriate JDK to build Chronos.

  • (Optional) Checkout the branch of Chronos you'd like to build in the chronos directory (maintained as a submodule).

  • For make targets and further instructions:

make help

Testing

Shakedown testing under tests/system was added to test Chronos in an DCOS env.

It has been used to test Chrono 3.0.1 and runs through the basic chronos tutorial.

To run:

  1. Install Shakedown
  2. Create a DCOS and setup from CLI
  3. Run shakedown test shakedown tests/

note: To run a specific test: shakedown tests/

About

License:Apache License 2.0


Languages

Language:Makefile 41.0%Language:Shell 31.2%Language:Python 15.1%Language:Groovy 12.7%