@@ -68,39 +68,39 @@ jobs:
68
68
- script :
69
69
- TERM=dumb OW_SCALA_VERSION=2.13 ./gradlew :tests:compileTestScala
70
70
name : " Scala 2.13 compilation"
71
- - script :
72
- - ./tools/travis/runUnitTests.sh
73
- - ./tools/travis/checkAndUploadLogs.sh unit db
74
- name : " Unit Tests"
75
- - script :
76
- - ./tools/travis/runSystemTests.sh
77
- - ./tools/travis/checkAndUploadLogs.sh system
78
- name : " System Tests"
79
- - script :
80
- - ./tools/travis/runMultiRuntimeTests.sh
81
- - ./tools/travis/checkAndUploadLogs.sh multi-runtime
82
- name : " Multi-Runtime Tests"
83
- - script :
84
- - ./tools/travis/runStandaloneTests.sh
85
- - ./tools/travis/checkAndUploadLogs.sh standalone
86
- name : " Standalone Tests"
87
- - script :
88
- - ./tests/performance/preparation/deploy.sh
89
- - TERM=dumb ./tests/performance/wrk_tests/latency.sh "https://172.17.0.1:10001" "$(cat ansible/files/auth.guest)" ./tests/performance/preparation/actions/noop.js 2m
90
- - TERM=dumb ./tests/performance/wrk_tests/latency.sh "https://172.17.0.1:10001" "$(cat ansible/files/auth.guest)" ./tests/performance/preparation/actions/async.js 2m
91
- - TERM=dumb ./tests/performance/wrk_tests/throughput.sh "https://172.17.0.1:10001" "$(cat ansible/files/auth.guest)" ./tests/performance/preparation/actions/noop.js 4 1 2 2m
92
- - TERM=dumb ./tests/performance/wrk_tests/throughput.sh "https://172.17.0.1:10001" "$(cat ansible/files/auth.guest)" ./tests/performance/preparation/actions/async.js 4 1 2 2m
93
- - TERM=dumb ./tests/performance/wrk_tests/throughput.sh "https://172.17.0.1:10001" "$(cat ansible/files/auth.guest)" ./tests/performance/preparation/actions/noop.js 100 110 2 2m
94
- - TERM=dumb ./tests/performance/wrk_tests/throughput.sh "https://172.17.0.1:10001" "$(cat ansible/files/auth.guest)" ./tests/performance/preparation/actions/async.js 100 110 2 2m
95
- - OPENWHISK_HOST="172.17.0.1" CONNECTIONS="100" REQUESTS_PER_SEC="1" ./gradlew gatlingRun-org.apache.openwhisk.ApiV1Simulation
96
- - OPENWHISK_HOST="172.17.0.1" MEAN_RESPONSE_TIME="1000" API_KEY="$(cat ansible/files/auth.guest)" EXCLUDED_KINDS="python:default,java:default,swift:default" PAUSE_BETWEEN_INVOKES="100" ./gradlew gatlingRun-org.apache.openwhisk.LatencySimulation
97
- - OPENWHISK_HOST="172.17.0.1" API_KEY="$(cat ansible/files/auth.guest)" CONNECTIONS="100" REQUESTS_PER_SEC="1" ./gradlew gatlingRun-org.apache.openwhisk.BlockingInvokeOneActionSimulation
98
- - OPENWHISK_HOST="172.17.0.1" API_KEY="$(cat ansible/files/auth.guest)" CONNECTIONS="100" REQUESTS_PER_SEC="1" ASYNC="true" ./gradlew gatlingRun-org.apache.openwhisk.BlockingInvokeOneActionSimulation
99
- # The following configuration does not make much sense. But we do not have enough users. But it's good to verify, that the test is still working.
100
- - OPENWHISK_HOST="172.17.0.1" USERS="1" REQUESTS_PER_SEC="1" ./gradlew gatlingRun-org.apache.openwhisk.ColdBlockingInvokeSimulation
101
- - ./tools/travis/checkAndUploadLogs.sh perf
102
- name : " Performance Tests"
103
- - script :
104
- - ./tools/travis/runSchedulerTests.sh
105
- - ./tools/travis/checkAndUploadLogs.sh scheduler
106
- name : " Scheduler Tests"
71
+ # - script:
72
+ # - ./tools/travis/runUnitTests.sh
73
+ # - ./tools/travis/checkAndUploadLogs.sh unit db
74
+ # name: "Unit Tests"
75
+ # - script:
76
+ # - ./tools/travis/runSystemTests.sh
77
+ # - ./tools/travis/checkAndUploadLogs.sh system
78
+ # name: "System Tests"
79
+ # - script:
80
+ # - ./tools/travis/runMultiRuntimeTests.sh
81
+ # - ./tools/travis/checkAndUploadLogs.sh multi-runtime
82
+ # name: "Multi-Runtime Tests"
83
+ # - script:
84
+ # - ./tools/travis/runStandaloneTests.sh
85
+ # - ./tools/travis/checkAndUploadLogs.sh standalone
86
+ # name: "Standalone Tests"
87
+ # - script:
88
+ # - ./tests/performance/preparation/deploy.sh
89
+ # - TERM=dumb ./tests/performance/wrk_tests/latency.sh "https://172.17.0.1:10001" "$(cat ansible/files/auth.guest)" ./tests/performance/preparation/actions/noop.js 2m
90
+ # - TERM=dumb ./tests/performance/wrk_tests/latency.sh "https://172.17.0.1:10001" "$(cat ansible/files/auth.guest)" ./tests/performance/preparation/actions/async.js 2m
91
+ # - TERM=dumb ./tests/performance/wrk_tests/throughput.sh "https://172.17.0.1:10001" "$(cat ansible/files/auth.guest)" ./tests/performance/preparation/actions/noop.js 4 1 2 2m
92
+ # - TERM=dumb ./tests/performance/wrk_tests/throughput.sh "https://172.17.0.1:10001" "$(cat ansible/files/auth.guest)" ./tests/performance/preparation/actions/async.js 4 1 2 2m
93
+ # - TERM=dumb ./tests/performance/wrk_tests/throughput.sh "https://172.17.0.1:10001" "$(cat ansible/files/auth.guest)" ./tests/performance/preparation/actions/noop.js 100 110 2 2m
94
+ # - TERM=dumb ./tests/performance/wrk_tests/throughput.sh "https://172.17.0.1:10001" "$(cat ansible/files/auth.guest)" ./tests/performance/preparation/actions/async.js 100 110 2 2m
95
+ # - OPENWHISK_HOST="172.17.0.1" CONNECTIONS="100" REQUESTS_PER_SEC="1" ./gradlew gatlingRun-org.apache.openwhisk.ApiV1Simulation
96
+ # - OPENWHISK_HOST="172.17.0.1" MEAN_RESPONSE_TIME="1000" API_KEY="$(cat ansible/files/auth.guest)" EXCLUDED_KINDS="python:default,java:default,swift:default" PAUSE_BETWEEN_INVOKES="100" ./gradlew gatlingRun-org.apache.openwhisk.LatencySimulation
97
+ # - OPENWHISK_HOST="172.17.0.1" API_KEY="$(cat ansible/files/auth.guest)" CONNECTIONS="100" REQUESTS_PER_SEC="1" ./gradlew gatlingRun-org.apache.openwhisk.BlockingInvokeOneActionSimulation
98
+ # - OPENWHISK_HOST="172.17.0.1" API_KEY="$(cat ansible/files/auth.guest)" CONNECTIONS="100" REQUESTS_PER_SEC="1" ASYNC="true" ./gradlew gatlingRun-org.apache.openwhisk.BlockingInvokeOneActionSimulation
99
+ # # The following configuration does not make much sense. But we do not have enough users. But it's good to verify, that the test is still working.
100
+ # - OPENWHISK_HOST="172.17.0.1" USERS="1" REQUESTS_PER_SEC="1" ./gradlew gatlingRun-org.apache.openwhisk.ColdBlockingInvokeSimulation
101
+ # - ./tools/travis/checkAndUploadLogs.sh perf
102
+ # name: "Performance Tests"
103
+ # - script:
104
+ # - ./tools/travis/runSchedulerTests.sh
105
+ # - ./tools/travis/checkAndUploadLogs.sh scheduler
106
+ # name: "Scheduler Tests"
0 commit comments