Skip to content

Commit 1d27485

Browse files
authored
Remove F2 instance classes as F1s work great (GoogleCloudPlatform#663)
* fixes getting-started tests * removes F2 instance classes
1 parent 5da6de0 commit 1d27485

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

appengine/php72/getting-started/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# complete list of `app.yaml` directives.
33

44
runtime: php72
5-
instance_class: F2
65

76
env_variables:
87
GOOGLE_STORAGE_BUCKET: ""

appengine/php72/getting-started/test/DeployTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ private static function beforeDeploy()
4646

4747
$appYaml = Yaml::parse(file_get_contents($tmpDir . '/app.yaml'));
4848
$appYaml['env_variables']['GOOGLE_STORAGE_BUCKET'] = $bucketName;
49+
$appYaml['env_variables']['CLOUDSQL_CONNECTION_NAME'] = $connection;
4950
$appYaml['env_variables']['CLOUDSQL_USER'] = $dbUser;
5051
$appYaml['env_variables']['CLOUDSQL_PASSWORD'] = $dbPass;
5152
$appYaml['env_variables']['CLOUDSQL_DATABASE_NAME'] = $dbName;

appengine/php72/grpc/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
runtime: php72
2-
instance_class: F2
32

43
handlers:
54
- url: /

0 commit comments

Comments
 (0)