tree: d14e415a34d852a0e0906633859638c3d4bbd72f [path history] [tgz]
  1. box-upload.py
  2. checkAndUploadLogs.sh
  3. distDocker.sh
  4. flake8.sh
  5. README.md
  6. runSystemTests.sh
  7. runTests.sh
  8. runUnitTests.sh
  9. scan.sh
  10. setup.sh
  11. setupPrereq.sh
  12. setupSystem.sh
tools/travis/README.md

Travis Setup

Travis build is configured to perform build of this repo in multiple parallel jobs as listed below.

  1. Unit Tests - Runs the test which only need database service.
  2. System Tests - Runs those tests which need complete OpenWhisk system up and running.
  3. Performance test suite - Run basic performance tests with the objective to check if tests are working or not.

These jobs make use of following scripts

  1. scan.sh - Performs various code scan task like python flake scan, scala formatting etc.
  2. setupPrereq.sh - Performs setup if basis prerequisites like database setup and property file generation.
  3. distDocker.sh - Builds the various docker containers.
  4. setupSystem.sh - Runs the various containers which are part of an OpenWhisk setup like Controller, Invoker etc.
  5. runTests.sh - Runs the tests. It make use of ORG_GRADLE_PROJECT_testSetName env setting to determine which test suite to run.
  6. checkAndUploadLogs.sh - Collect the logs, check them and then upload them https://app.box.com/v/openwhisk-travis-logs