Skip to content

Commit

Permalink
Add travis job for testing scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
KeonHee committed Feb 16, 2021
1 parent 2d5b337 commit 4027bea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,7 @@ jobs:
- OPENWHISK_HOST="172.17.0.1" USERS="1" REQUESTS_PER_SEC="1" ./gradlew gatlingRun-org.apache.openwhisk.ColdBlockingInvokeSimulation
- ./tools/travis/checkAndUploadLogs.sh perf
name: "Performance Tests"
- script:
- ./tools/travis/runSchedulerTests.sh
- ./tools/travis/checkAndUploadLogs.sh scheduler
name: "Scheduler Tests"

0 comments on commit 4027bea

Please sign in to comment.