File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -568,6 +568,17 @@ Ubuntu-22.04-staging:
568
568
- !reference [.default_rules, rules]
569
569
- if : ' $PIPELINE_TYPE =~ /(_RC|_TAG|AUTO_DEPLOY|NIGHTLY)_BUILD_PIPELINE$/'
570
570
571
+ Ubuntu-22.04-arm64-staging :
572
+ extends : .staging_upload_template
573
+ needs :
574
+ - job : Ubuntu-22.04-arm64
575
+ optional : true
576
+ - job : Ubuntu-22.04-arm64-branch
577
+ optional : true
578
+ rules :
579
+ - !reference [.default_rules, rules]
580
+ - if : ' $PIPELINE_TYPE =~ /(_RC|_TAG|NIGHTLY)_BUILD_PIPELINE$/'
581
+
571
582
# ## Package builds
572
583
Debian-10 :
573
584
image : " ${BUILDER_IMAGE_REGISTRY}/debian_10:${BUILDER_IMAGE_REVISION}"
@@ -726,13 +737,6 @@ Ubuntu-20.04-arm64-staging:
726
737
optional : true
727
738
- job : Ubuntu-20.04-arm64-branch
728
739
optional : true
729
- Ubuntu-22.04-arm64-staging :
730
- extends : .staging_upload_template
731
- needs :
732
- - job : Ubuntu-22.04-arm64
733
- optional : true
734
- - job : Ubuntu-22.04-arm64-branch
735
- optional : true
736
740
CentOS-7-staging :
737
741
extends : .staging_upload_template
738
742
needs :
You can’t perform that action at this time.
0 commit comments