Skip to content

Commit 918a59d

Browse files
committed
Test verify job
1 parent a572b90 commit 918a59d

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
@@ -885,15 +885,16 @@ package-oci:
885885
verify_maven_central_deployment:
886886
image: registry.ddbuild.io/images/base/gbi-ubuntu_2204:release
887887
stage: publish
888-
needs: [ deploy_to_maven_central ]
888+
# needs: [ deploy_to_maven_central ]
889889
rules:
890890
- if: '$POPULATE_CACHE'
891891
when: never
892-
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
893-
when: on_success
892+
# - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
893+
# when: on_success
894894
script:
895895
- |
896-
export VERSION=${CI_COMMIT_TAG##v}
896+
export VERSION=1.51.2
897+
# export VERSION=${CI_COMMIT_TAG##v}
897898
ARTIFACT_URLS=(
898899
"https://repo1.maven.org/maven2/com/datadoghq/dd-java-agent/${VERSION}/dd-java-agent-${VERSION}.jar"
899900
"https://repo1.maven.org/maven2/com/datadoghq/dd-trace-api/${VERSION}/dd-trace-api-${VERSION}.jar"
@@ -920,10 +921,10 @@ verify_maven_central_deployment:
920921
echo "The release was not available after 30 mins. Manually re-run the job to try again."
921922
exit 1
922923
923-
publishing-gate:
924-
needs:
925-
- job: verify_maven_central_deployment
926-
optional: true
924+
# publishing-gate:
925+
# needs:
926+
# - job: verify_maven_central_deployment
927+
# optional: true
927928

928929
configure_system_tests:
929930
variables:

0 commit comments

Comments
 (0)