File tree 2 files changed +0
-5
lines changed 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -1498,13 +1498,11 @@ workflows:
1498
1498
- torch_onnx_test
1499
1499
- binary_ios_build :
1500
1500
build_environment : binary-libtorchvision_ops-ios-12.0.0-x86_64
1501
- context : org-member
1502
1501
ios_arch : x86_64
1503
1502
ios_platform : SIMULATOR
1504
1503
name : binary_libtorchvision_ops_ios_12.0.0_x86_64
1505
1504
- binary_ios_build :
1506
1505
build_environment : binary-libtorchvision_ops-ios-12.0.0-arm64
1507
- context : org-member
1508
1506
ios_arch : arm64
1509
1507
ios_platform : OS
1510
1508
name : binary_libtorchvision_ops_ios_12.0.0_arm64
@@ -1657,7 +1655,6 @@ workflows:
1657
1655
- torch_onnx_test
1658
1656
- binary_ios_build :
1659
1657
build_environment : nightly-binary-libtorchvision_ops-ios-12.0.0-x86_64
1660
- context : org-member
1661
1658
filters :
1662
1659
branches :
1663
1660
only :
@@ -1667,7 +1664,6 @@ workflows:
1667
1664
name : nightly_binary_libtorchvision_ops_ios_12.0.0_x86_64
1668
1665
- binary_ios_build :
1669
1666
build_environment : nightly-binary-libtorchvision_ops-ios-12.0.0-arm64
1670
- context : org-member
1671
1667
filters :
1672
1668
branches :
1673
1669
only :
Original file line number Diff line number Diff line change @@ -271,7 +271,6 @@ def ios_workflows(indentation=6, nightly=False):
271
271
build_job_names .append (name )
272
272
build_job = {
273
273
'build_environment' : f'{ env_prefix } binary-libtorchvision_ops-ios-12.0.0-{ arch } ' ,
274
- 'context' : 'org-member' ,
275
274
'ios_arch' : arch ,
276
275
'ios_platform' : platform ,
277
276
'name' : name ,
You can’t perform that action at this time.
0 commit comments