Skip to content

Commit

Permalink
add back stages
Browse files Browse the repository at this point in the history
  • Loading branch information
erikayasuda committed Sep 23, 2024
1 parent 1ab0e5a commit 1673227
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
stages:
- setup
- package
- tests
- shared-pipeline
- benchmarks
- macrobenchmarks
Expand Down Expand Up @@ -43,14 +45,14 @@ generate-contrib-pipeline:
- .gitlab/config.gen.yml

trigger-contrib-pipeline:
stage: setup
stage: tests
needs: ["generate-contrib-pipeline"]
trigger:
include:
- artifact: .gitlab/config.gen.yml
job: generate-contrib-pipeline
rules:
- if: $CI_EXTERNAL_PULL_REQUEST_IID
- if: $CI_EXTERNAL_PULL_REQUEST_IID

package-oci:
needs: [ download_dependency_wheels, download_ddtrace_artifacts ]
Expand Down

0 comments on commit 1673227

Please sign in to comment.