From 1673227ce71e6ef866e1f0078e1db94d13b8b21a Mon Sep 17 00:00:00 2001 From: erikayasuda Date: Mon, 23 Sep 2024 18:46:57 -0400 Subject: [PATCH] add back stages --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd218b79ec..b73d5f61e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,7 @@ stages: - setup + - package + - tests - shared-pipeline - benchmarks - macrobenchmarks @@ -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 ]