Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ include:

stages:
- build
- shared-pipeline-build
- shared-pipeline-test
- publish
- shared-pipeline-publish
- java-spring-petclinic-parallel
- java-spring-petclinic-parallel-slo
- java-startup-parallel
Expand All @@ -32,7 +35,6 @@ stages:
- java-dacapo-parallel
- java-dacapo-parallel-slo
- java-post-pr-comment
- shared-pipeline
- benchmarks
- tests
- tests-arm64
Expand Down Expand Up @@ -1227,7 +1229,10 @@ deploy_to_di_backend:manual:
deploy_to_maven_central:
extends: .gradle_build
stage: publish
needs: [ build ]
needs:
- build
- job: system_tests
optional: true
variables:
CACHE_TYPE: "lib"
rules:
Expand Down Expand Up @@ -1397,7 +1402,6 @@ verify_maven_central_deployment:
done

publishing-gate:
stage: publish
needs:
- job: verify_maven_central_deployment
optional: true # Required for releases only
Expand Down
3 changes: 2 additions & 1 deletion .gitlab/one-pipeline.locked.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# DO NOT EDIT THIS FILE MANUALLY
# This file is auto-generated by automation.
include:
- remote: https://gitlab-templates.ddbuild.io/libdatadog/include/versions/1.0.0/one-pipeline.yml
# TEMP: testing libdatadog-build branch
- remote: https://gitlab-templates.ddbuild.io/libdatadog/include-wip/sarahchen6/separate-shared-pipeline-into-multiple-stages/one-pipeline.yml
Loading