Skip to content
Draft
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
51 changes: 9 additions & 42 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ stages:
- fuzz
- shared-pipeline
- benchmarks
- release

variables:
REPO_LANG: python # "python" is used everywhere rather than "py"
Expand Down Expand Up @@ -396,7 +395,6 @@ detect_circular_imports:
- ./post-pr-comment.sh "Circular import analysis" cycles_report.txt
- exit $COMPARE_EXIT


"summarize failures":
stage: .post
extends: .testrunner
Expand Down Expand Up @@ -436,7 +434,6 @@ detect_circular_imports:
- claude.stdout.log
expire_in: 1 month


package-oci:
needs:
- job: "package version"
Expand All @@ -446,46 +443,16 @@ package-oci:
- job: "download_dependency_wheels"
artifacts: true

promote-oci-to-prod:
stage: release
rules:
- if: !reference [.is_non_rc_release]
when: on_success
- when: never
needs:
- job: release_pypi_prod
- job: package-oci
artifacts: true
- job: oci-internal-publish
artifacts: true

promote-oci-to-prod-beta:
stage: release
publishing-gate:
needs:
- job: package-oci
artifacts: true
- job: oci-internal-publish
artifacts: true

promote-oci-to-staging:
stage: release
needs:
- job: package-oci
artifacts: true
- job: oci-internal-publish
artifacts: true

publish-lib-init-pinned-tags:
stage: release
rules:
- if: !reference [.is_non_rc_release]
when: on_success
- when: never
needs:
- job: release_pypi_prod
- job: create-multiarch-lib-injection-image
- job: generate-lib-init-pinned-tag-values
artifacts: true
- job: system_tests
- job: lib_injection_tests
- job: test-dd-sts
- job: macrobenchmarks
- job: apm-sdk-benchmarks
- job: microbenchmarks
- job: serverless lambda tests
- job: run-tests-trigger

configure_system_tests:
needs: []
Expand Down
Loading