Skip to content

Commit 363800b

Browse files
authored
Remove App Engine build/environment scripts (#2870)
It's been over half a year now since we last used any of these and we definitely no longer have any intentions of ever using App Engine again. BUG= http://b/457471639
1 parent dee132d commit 363800b

File tree

47 files changed

+0
-2115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+0
-2115
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,5 @@ core/**/registrar_dbg*.js
121121
core/**/registrar_bin*.css
122122
core/**/registrar_dbg*.css
123123

124-
# Appengine generated files
125-
core/WEB-INF/appengine-generated/*.bin
126-
core/WEB-INF/appengine-generated/*.xml
127-
128124
# jEnv
129125
.java-version

appengine_war.gradle

Lines changed: 0 additions & 108 deletions
This file was deleted.

build.gradle

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,6 @@ subprojects {
331331

332332
// Set up all of the deployment projects.
333333
if (services.contains(project.path)) {
334-
335-
apply from: "${rootDir.path}/appengine_war.gradle"
336-
337334
// Return early, do not apply the settings below.
338335
return
339336
}
@@ -380,17 +377,6 @@ subprojects {
380377
}
381378
}
382379

383-
// Force SDK download and deployment to be sequential, otherwise parallel tasks
384-
// will fail. For SDK download, they will try to write to the same location to
385-
// upgrade gcloud. For deployment, they will try to deploy different services to
386-
// the same project at the same time.
387-
for (int i = 1; i < services.size(); i++) {
388-
project("${services[i]}").downloadCloudSdk
389-
.dependsOn(project("${services[i - 1]}").downloadCloudSdk)
390-
project("${services[i]}").appengineDeployAll
391-
.dependsOn(project("${services[i - 1]}").appengineDeployAll)
392-
}
393-
394380
// If "-P verboseTestOutput=true" is passed in, configure all subprojects to dump all of their
395381
// output and final test status (pass/fail, errors) for each test class.
396382
//

core/src/main/java/google/registry/env/alpha/backend/WEB-INF/appengine-web.xml

Lines changed: 0 additions & 28 deletions
This file was deleted.

core/src/main/java/google/registry/env/alpha/bsa/WEB-INF/appengine-web.xml

Lines changed: 0 additions & 34 deletions
This file was deleted.

core/src/main/java/google/registry/env/alpha/default/WEB-INF/appengine-web.xml

Lines changed: 0 additions & 30 deletions
This file was deleted.

core/src/main/java/google/registry/env/alpha/pubapi/WEB-INF/appengine-web.xml

Lines changed: 0 additions & 31 deletions
This file was deleted.

core/src/main/java/google/registry/env/alpha/tools/WEB-INF/appengine-web.xml

Lines changed: 0 additions & 31 deletions
This file was deleted.

core/src/main/java/google/registry/env/common/META-INF/appengine-application.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

core/src/main/java/google/registry/env/common/META-INF/application.xml

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)