Skip to content

Commit b80c56f

Browse files
committed
Updated config.yml
1 parent 4db0660 commit b80c56f

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

.circleci/config.yml

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -662,9 +662,6 @@ jobs:
662662

663663
package-jetson:
664664
parameters:
665-
enabled:
666-
type: boolean
667-
default: false
668665
torch-build:
669666
type: string
670667
jetpack-version:
@@ -812,7 +809,6 @@ workflows:
812809
python-version: 3.8.10
813810

814811

815-
816812
- build-x86_64-pyt-release:
817813
torch-build: << pipeline.parameters.torch-release-build >>
818814
torch-build-index: << pipeline.parameters.torch-release-build-index >>
@@ -837,7 +833,7 @@ workflows:
837833
requires:
838834
- build-x86_64-pyt-release
839835

840-
- test-py-ts-x86_64:
836+
- test-py-fx-x86_64:
841837
name: test-py-fx-x86_64-pyt-release
842838
channel: "release"
843839
torch-build: << pipeline.parameters.torch-release-build >>
@@ -847,7 +843,6 @@ workflows:
847843
- build-x86_64-pyt-release
848844

849845

850-
851846
- build-x86_64-pyt-nightly:
852847
torch-build: << pipeline.parameters.torch-nightly-build >>
853848
torch-build-index: << pipeline.parameters.torch-nightly-build-index >>
@@ -880,6 +875,7 @@ workflows:
880875
trt-version-long: << pipeline.parameters.trt-nightly-version-long >>
881876
requires:
882877
- build-x86_64-pyt-nightly
878+
883879
release:
884880
when: << pipeline.parameters.packaging-enabled >>
885881
jobs:
@@ -892,6 +888,7 @@ workflows:
892888
torch-build: << pipeline.parameters.torch-release-build >>
893889
torch-build-index: << pipeline.parameters.torch-release-build-index >>
894890

891+
895892
- test-core-cpp-x86_64:
896893
name: test-core-cpp-x86_64-pyt-release
897894
channel: "release"
@@ -912,7 +909,7 @@ workflows:
912909
requires:
913910
- build-x86_64-pyt-release
914911

915-
- test-py-ts-x86_64:
912+
- test-py-fx-x86_64:
916913
name: test-py-fx-x86_64-pyt-release
917914
channel: "release"
918915
torch-build: << pipeline.parameters.torch-release-build >>
@@ -921,6 +918,7 @@ workflows:
921918
requires:
922919
- build-x86_64-pyt-release
923920

921+
924922
- package-x86_64:
925923
name: package-release-x86_64
926924
enabled: << pipeline.parameters.packaging-enabled >>
@@ -937,7 +935,6 @@ workflows:
937935
torch-build: << pipeline.parameters.torch-jetson-build >>
938936
jetpack-version: << pipeline.parameters.jetpack-version >>
939937
python-version: 3.8.10
940-
941938
requires:
942939
- build-aarch64-pyt-jetson
943940

@@ -949,7 +946,6 @@ workflows:
949946
python-version: 3.8.10
950947

951948

952-
953949
- build-x86_64-pyt-release:
954950
torch-build: << pipeline.parameters.torch-release-build >>
955951
torch-build-index: << pipeline.parameters.torch-release-build-index >>
@@ -974,7 +970,7 @@ workflows:
974970
requires:
975971
- build-x86_64-pyt-release
976972

977-
- test-py-ts-x86_64:
973+
- test-py-fx-x86_64:
978974
name: test-py-fx-x86_64-pyt-release
979975
channel: "release"
980976
torch-build: << pipeline.parameters.torch-release-build >>
@@ -983,14 +979,6 @@ workflows:
983979
requires:
984980
- build-x86_64-pyt-release
985981

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-
994982

995983
- build-x86_64-pyt-nightly:
996984
torch-build: << pipeline.parameters.torch-nightly-build >>
@@ -1023,5 +1011,4 @@ workflows:
10231011
torch-build-index: << pipeline.parameters.torch-nightly-build-index >>
10241012
trt-version-long: << pipeline.parameters.trt-nightly-version-long >>
10251013
requires:
1026-
- build-x86_64-pyt-nightly
1027-
1014+
- build-x86_64-pyt-nightly

0 commit comments

Comments
 (0)