Skip to content

Commit

Permalink
[iOS] Remove the context for building jobs, only keep it for nightly …
Browse files Browse the repository at this point in the history
…build uploading (#3622)

[ghstack-poisoned]

Co-authored-by: Francisco Massa <fvsmassa@gmail.com>
  • Loading branch information
husthyc and fmassa authored Mar 30, 2021
1 parent d27cb7c commit f05bfc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1498,13 +1498,11 @@ workflows:
- torch_onnx_test
- binary_ios_build:
build_environment: binary-libtorchvision_ops-ios-12.0.0-x86_64
context: org-member
ios_arch: x86_64
ios_platform: SIMULATOR
name: binary_libtorchvision_ops_ios_12.0.0_x86_64
- binary_ios_build:
build_environment: binary-libtorchvision_ops-ios-12.0.0-arm64
context: org-member
ios_arch: arm64
ios_platform: OS
name: binary_libtorchvision_ops_ios_12.0.0_arm64
Expand Down Expand Up @@ -1657,7 +1655,6 @@ workflows:
- torch_onnx_test
- binary_ios_build:
build_environment: nightly-binary-libtorchvision_ops-ios-12.0.0-x86_64
context: org-member
filters:
branches:
only:
Expand All @@ -1667,7 +1664,6 @@ workflows:
name: nightly_binary_libtorchvision_ops_ios_12.0.0_x86_64
- binary_ios_build:
build_environment: nightly-binary-libtorchvision_ops-ios-12.0.0-arm64
context: org-member
filters:
branches:
only:
Expand Down
1 change: 0 additions & 1 deletion .circleci/regenerate.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ def ios_workflows(indentation=6, nightly=False):
build_job_names.append(name)
build_job = {
'build_environment': f'{env_prefix}binary-libtorchvision_ops-ios-12.0.0-{arch}',
'context': 'org-member',
'ios_arch': arch,
'ios_platform': platform,
'name': name,
Expand Down

0 comments on commit f05bfc0

Please sign in to comment.