File tree Expand file tree Collapse file tree 1 file changed +3
-43
lines changed Expand file tree Collapse file tree 1 file changed +3
-43
lines changed Original file line number Diff line number Diff line change 9
9
- build
10
10
- shared-pipeline
11
11
- publish
12
- - publish-oci-images
13
12
- benchmarks
14
13
- macrobenchmarks
15
14
- tests
@@ -881,48 +880,9 @@ requirements_json_test:
881
880
package-oci :
882
881
needs : [ build ]
883
882
884
- # "needs" parameters are taken from the one-pipeline template: https://github.com/DataDog/libdatadog-build/blob/main/templates/one-pipeline.yml
885
- # but with an additional dependency on the deploy_to_maven_central job.
886
- internal-publish-lib-init-tags :
887
- stage : publish-oci-images
888
- needs :
889
- - job : deploy_to_maven_central
890
- - job : generate-lib-init-pinned-tag-values
891
- artifacts : true
892
- - job : create-multiarch-lib-injection-image
893
-
894
- promote-oci-to-prod :
895
- stage : publish-oci-images
896
- needs :
897
- - job : deploy_to_maven_central
898
- - job : package-oci
899
- artifacts : true
900
- - job : oci-internal-publish
901
- artifacts : true
902
-
903
- promote-oci-to-prod-beta :
904
- stage : publish-oci-images
905
- needs :
906
- - job : package-oci
907
- artifacts : true
908
- - job : oci-internal-publish
909
- artifacts : true
910
-
911
- promote-oci-to-staging :
912
- stage : publish-oci-images
913
- needs :
914
- - job : package-oci
915
- artifacts : true
916
- - job : oci-internal-publish
917
- artifacts : true
918
-
919
- publish-lib-init-pinned-tags :
920
- stage : publish-oci-images
921
- needs :
922
- - job : deploy_to_maven_central
923
- - job : generate-lib-init-pinned-tag-values
924
- artifacts : true
925
- - job : create-multiarch-lib-injection-image
883
+ # Publish OCI images after deployment to Maven Central is successful.
884
+ publishing-gate :
885
+ needs : [ deploy_to_maven_central ]
926
886
927
887
configure_system_tests :
928
888
variables :
You can’t perform that action at this time.
0 commit comments