We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02948bd commit 4267406Copy full SHA for 4267406
.circleci/config.yml
@@ -662,6 +662,9 @@ jobs:
662
663
package-jetson:
664
parameters:
665
+ enabled:
666
+ type: boolean
667
+ default: true
668
torch-build:
669
type: string
670
jetpack-version:
@@ -802,6 +805,7 @@ workflows:
802
805
branches:
803
806
only:
804
807
- master
808
+ - release/**/*
809
jobs:
810
- build-aarch64-pyt-jetson:
811
torch-build: << pipeline.parameters.torch-jetson-build >>
@@ -875,7 +879,7 @@ workflows:
875
879
trt-version-long: << pipeline.parameters.trt-nightly-version-long >>
876
880
requires:
877
881
- build-x86_64-pyt-nightly
878
-
882
+
883
release:
884
when: << pipeline.parameters.packaging-enabled >>
885
0 commit comments