| OLD | NEW |
| 1 application: swarmingserver | 1 application: swarmingserver |
| 2 module: default | 2 module: default |
| 3 version: 1 | 3 version: 1 |
| 4 runtime: python27 | 4 runtime: python27 |
| 5 api_version: 1 | 5 api_version: 1 |
| 6 threadsafe: true | 6 threadsafe: true |
| 7 | 7 |
| 8 instance_class: F4 | 8 instance_class: F4 |
| 9 automatic_scaling: | 9 automatic_scaling: |
| 10 min_idle_instances: 2 | 10 min_idle_instances: 2 |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 builtins: | 73 builtins: |
| 74 - deferred: on | 74 - deferred: on |
| 75 - remote_api: on | 75 - remote_api: on |
| 76 | 76 |
| 77 inbound_services: | 77 inbound_services: |
| 78 - mail | 78 - mail |
| 79 - warmup | 79 - warmup |
| 80 | 80 |
| 81 includes: | 81 includes: |
| 82 - components/auth | 82 - components/auth |
| 83 - components/config |
| 83 - components/ereporter2 | 84 - components/ereporter2 |
| 84 - components/static_third_party.yaml | 85 - components/static_third_party.yaml |
| 85 - gae_ts_mon | 86 - gae_ts_mon |
| 86 | 87 |
| 87 libraries: | 88 libraries: |
| 88 - name: endpoints | 89 - name: endpoints |
| 89 version: "1.0" | 90 version: "1.0" |
| 90 - name: pycrypto | 91 - name: pycrypto |
| 91 version: "2.6" | 92 version: "2.6" |
| 92 - name: webapp2 | 93 - name: webapp2 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 108 - .+\.orig$ | 109 - .+\.orig$ |
| 109 - .+\.rej$ | 110 - .+\.rej$ |
| 110 - .+\.zip$ | 111 - .+\.zip$ |
| 111 - ^(.*/)?#.*# | 112 - ^(.*/)?#.*# |
| 112 - .+~ | 113 - .+~ |
| 113 - .+\.py[co] | 114 - .+\.py[co] |
| 114 # Doc, readme and license. | 115 # Doc, readme and license. |
| 115 - ^doc/ | 116 - ^doc/ |
| 116 - ^[A-Z]+$ | 117 - ^[A-Z]+$ |
| 117 - ^[A-Z]+\.[a-z]+$ | 118 - ^[A-Z]+\.[a-z]+$ |
| OLD | NEW |