Skip to content

Commit

Permalink
Merge branch '2.11' into backport-10249-to-2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrenner authored Aug 22, 2024
2 parents 2b31282 + 22bb03a commit 0689e2e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include:
variables:
REPO_LANG: python # "python" is used everywhere rather than "py"

download_ddtrace_wheels:
download_ddtrace_artifacts:
image: registry.ddbuild.io/github-cli:v27480869-eafb11d-2.43.0
tags: [ "arch:amd64" ]
stage: package
Expand All @@ -28,12 +28,13 @@ download_ddtrace_wheels:
artifacts:
paths:
- "pywheels/*.whl"
- "pywheels/*.tar.gz"

download_dependency_wheels:
image: registry.ddbuild.io/images/mirror/python:$PYTHON_IMAGE_TAG
tags: [ "arch:amd64" ]
stage: package
needs: [ download_ddtrace_wheels ]
needs: [ download_ddtrace_artifacts ]
parallel:
matrix: # The image tags that are mirrored are in: https://github.com/DataDog/images/blob/master/mirror.yaml
- PYTHON_IMAGE_TAG: "3.7"
Expand All @@ -55,7 +56,7 @@ download_dependency_wheels:
- "pywheels-dep/"

package-oci:
needs: [ download_dependency_wheels, download_ddtrace_wheels ]
needs: [ download_dependency_wheels, download_ddtrace_artifacts ]

onboarding_tests_installer:
parallel:
Expand Down

0 comments on commit 0689e2e

Please sign in to comment.