10000 Android build migrated to GHA. (#68843) · pytorch/pytorch@e428a90 · GitHub
[go: up one dir, main page]

Skip to content

Commit e428a90

Browse files
b0noIfacebook-github-bot
authored andcommitted
Android build migrated to GHA. (#68843)
Summary: All for builds of the Android (arm32/64 and x86_32/64) are not migrated to the GHA, away from circleCI. Since this part of the workflow creates final binary with all architectures in it, it was not possible to do migration step by step. Pull Request resolved: #68843 Reviewed By: malfet Differential Revision: D33257480 Pulled By: b0noI fbshipit-source-id: dd280c8268bdd31763754c36f38e4ea12b23cd2e
1 parent 5e222d0 commit e428a90

14 files changed

+809
-378
lines changed

.circleci/cimodel/data/simple/android_definitions.py

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

.circleci/cimodel/data/simple/nightly_android.py

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

.circleci/config.yml

Lines changed: 0 additions & 155 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/generate_config_yml.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
from collections import namedtuple
1212

1313
import cimodel.data.binary_build_definitions as binary_build_definitions
14-
import cimodel.data.simple.android_definitions
1514
import cimodel.data.simple.binary_smoketest
1615
import cimodel.data.simple.docker_definitions
1716
import cimodel.data.simple.mobile_definitions
18-
import cimodel.data.simple.nightly_android
1917
import cimodel.data.simple.nightly_ios
2018
import cimodel.data.simple.anaconda_prune_defintions
2119
import cimodel.lib.miniutils as miniutils
@@ -137,11 +135,9 @@ def _requires_docker_image(item_type, item):
137135

138136
def gen_build_workflows_tree():
139137
build_workflows_functions = [
140-
cimodel.data.simple.android_definitions.get_workflow_jobs,
141138
cimodel.data.simple.mobile_definitions.get_workflow_jobs,
142139
cimodel.data.simple.binary_smoketest.get_workflow_jobs,
143140
cimodel.data.simple.nightly_ios.get_workflow_jobs,
144-
cimodel.data.simple.nightly_android.get_workflow_jobs,
145141
cimodel.data.simple.anaconda_prune_defintions.get_workflow_jobs,
146142
binary_build_definitions.get_post_upload_jobs,
147143
binary_build_definitions.get_binary_smoke_test_jobs,

0 commit comments

Comments
 (0)
0