tree: 74897a9f8369c44f357092338a7cc7ac8232d0ac [path history] [tgz]
  1. box-upload.py
  2. checkAndUploadLogs.sh
  3. distDocker.sh
  4. docker.conf
  5. docker.sh
  6. flake8.sh
  7. README.md
  8. runLeanSystemTests.sh
  9. runMultiRuntimeTests.sh
  10. runSchedulerTests.sh
  11. runStandaloneTests.sh
  12. runSystemTests.sh
  13. runTests.sh
  14. runUnitTests.sh
  15. scan.sh
  16. setup-docker.py
  17. setup.sh
  18. setupLeanSystem.sh
  19. setupPrereq.sh
  20. 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 - Collects the logs, checks them and uploads them to https://openwhisk.box.com/v/travis-logs.