Skip to content

Commit

Permalink
move to env: flex, no need of appengine-web.xml see GoogleCloudPlatfo…
Browse files Browse the repository at this point in the history
…rm#136

Signed-off-by: olivier lamy <olamy@apache.org>
  • Loading branch information
olamy committed Mar 2, 2017
1 parent 96f6cce commit 468590d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion perf/perf-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<runner.instances>2</runner.instances>
<debug.args></debug.args>
<resources.cpu>2</resources.cpu>
<resources.memory_gb>8</resources.memory_gb>
<resources.memory_gb>6</resources.memory_gb>
<httpClientSelectors>2</httpClientSelectors>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion perf/perf-runner/src/main/appengine/app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
runtime: custom
vm: true
env: flex
service: jetty-runtime-perf-runner
resources:
cpu: ${resources.cpu}
Expand Down
2 changes: 1 addition & 1 deletion perf/perf-server/src/main/appengine/app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
runtime: custom
vm: true
env: flex
service: jetty-runtime-perf-app
resources:
cpu: ${resources.cpu}
Expand Down
10 changes: 0 additions & 10 deletions perf/perf-server/src/main/webapp/WEB-INF/appengine-web.xml

This file was deleted.

0 comments on commit 468590d

Please sign in to comment.