@@ -662,9 +662,6 @@ jobs:
662
662
663
663
package-jetson :
664
664
parameters :
665
- enabled :
666
- type : boolean
667
- default : false
668
665
torch-build :
669
666
type : string
670
667
jetpack-version :
@@ -812,7 +809,6 @@ workflows:
812
809
python-version : 3.8.10
813
810
814
811
815
-
816
812
- build-x86_64-pyt-release :
817
813
torch-build : << pipeline.parameters.torch-release-build >>
818
814
torch-build-index : << pipeline.parameters.torch-release-build-index >>
@@ -837,7 +833,7 @@ workflows:
837
833
requires :
838
834
- build-x86_64-pyt-release
839
835
840
- - test-py-ts -x86_64 :
836
+ - test-py-fx -x86_64 :
841
837
name : test-py-fx-x86_64-pyt-release
842
838
channel : " release"
843
839
torch-build : << pipeline.parameters.torch-release-build >>
@@ -847,7 +843,6 @@ workflows:
847
843
- build-x86_64-pyt-release
848
844
849
845
850
-
851
846
- build-x86_64-pyt-nightly :
852
847
torch-build : << pipeline.parameters.torch-nightly-build >>
853
848
torch-build-index : << pipeline.parameters.torch-nightly-build-index >>
@@ -880,6 +875,7 @@ workflows:
880
875
trt-version-long : << pipeline.parameters.trt-nightly-version-long >>
881
876
requires :
882
877
- build-x86_64-pyt-nightly
878
+
883
879
release :
884
880
when : << pipeline.parameters.packaging-enabled >>
885
881
jobs :
@@ -892,6 +888,7 @@ workflows:
892
888
torch-build : << pipeline.parameters.torch-release-build >>
893
889
torch-build-index : << pipeline.parameters.torch-release-build-index >>
894
890
891
+
895
892
- test-core-cpp-x86_64 :
896
893
name : test-core-cpp-x86_64-pyt-release
897
894
channel : " release"
@@ -912,7 +909,7 @@ workflows:
912
909
requires :
913
910
- build-x86_64-pyt-release
914
911
915
- - test-py-ts -x86_64 :
912
+ - test-py-fx -x86_64 :
916
913
name : test-py-fx-x86_64-pyt-release
917
914
channel : " release"
918
915
torch-build : << pipeline.parameters.torch-release-build >>
@@ -921,6 +918,7 @@ workflows:
921
918
requires :
922
919
- build-x86_64-pyt-release
923
920
921
+
924
922
- package-x86_64 :
925
923
name : package-release-x86_64
926
924
enabled : << pipeline.parameters.packaging-enabled >>
@@ -937,7 +935,6 @@ workflows:
937
935
torch-build : << pipeline.parameters.torch-jetson-build >>
938
936
jetpack-version : << pipeline.parameters.jetpack-version >>
939
937
python-version : 3.8.10
940
-
941
938
requires :
942
939
- build-aarch64-pyt-jetson
943
940
@@ -949,7 +946,6 @@ workflows:
949
946
python-version : 3.8.10
950
947
951
948
952
-
953
949
- build-x86_64-pyt-release :
954
950
torch-build : << pipeline.parameters.torch-release-build >>
955
951
torch-build-index : << pipeline.parameters.torch-release-build-index >>
@@ -974,7 +970,7 @@ workflows:
974
970
requires :
975
971
- build-x86_64-pyt-release
976
972
977
- - test-py-ts -x86_64 :
973
+ - test-py-fx -x86_64 :
978
974
name : test-py-fx-x86_64-pyt-release
979
975
channel : " release"
980
976
torch-build : << pipeline.parameters.torch-release-build >>
@@ -983,14 +979,6 @@ workflows:
983
979
requires :
984
980
- build-x86_64-pyt-release
985
981
986
- - deploy-py-x86_64 :
987
- name : deploy-release-x86_86-py
988
- torch-build : << pipeline.parameters.torch-release-build >>
989
- torch-build-index : << pipeline.parameters.torch-release-build-index >>
990
- trt-version-short : << pipeline.parameters.trt-release-version-short >>
991
- trt-version-long : << pipeline.parameters.trt-release-version-long >>
992
-
993
-
994
982
995
983
- build-x86_64-pyt-nightly :
996
984
torch-build : << pipeline.parameters.torch-nightly-build >>
@@ -1023,5 +1011,4 @@ workflows:
1023
1011
torch-build-index : << pipeline.parameters.torch-nightly-build-index >>
1024
1012
trt-version-long : << pipeline.parameters.trt-nightly-version-long >>
1025
1013
requires :
1026
- - build-x86_64-pyt-nightly
1027
-
1014
+ - build-x86_64-pyt-nightly
0 commit comments