Skip to content

Commit 7cf08ea

Browse files
committed
Test verify job
1 parent dfd4777 commit 7cf08ea

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -884,15 +884,16 @@ package-oci:
884884
verify_maven_central_deployment:
885885
image: registry.ddbuild.io/images/base/gbi-ubuntu_2204:release
886886
stage: publish
887-
needs: [ deploy_to_maven_central ]
887+
# needs: [ deploy_to_maven_central ]
888888
rules:
889889
- if: '$POPULATE_CACHE'
890890
when: never
891-
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
892-
when: on_success
891+
# - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
892+
# when: on_success
893893
script:
894894
- |
895-
export VERSION=${CI_COMMIT_TAG##v}
895+
export VERSION=1.51.2
896+
# export VERSION=${CI_COMMIT_TAG##v}
896897
ARTIFACT_URLS=(
897898
"https://repo1.maven.org/maven2/com/datadoghq/dd-java-agent/${VERSION}/dd-java-agent-${VERSION}.jar"
898899
"https://repo1.maven.org/maven2/com/datadoghq/dd-trace-api/${VERSION}/dd-trace-api-${VERSION}.jar"
@@ -919,10 +920,10 @@ verify_maven_central_deployment:
919920
echo "The release was not available after 30 mins. Manually re-run the job to try again."
920921
exit 1
921922
922-
publishing-gate:
923-
needs:
924-
- job: verify_maven_central_deployment
925-
optional: true
923+
# publishing-gate:
924+
# needs:
925+
# - job: verify_maven_central_deployment
926+
# optional: true
926927

927928
configure_system_tests:
928929
variables:

0 commit comments

Comments
 (0)