File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 - remote : https://gitlab-templates.ddbuild.io/libdatadog/one-pipeline/ca/0b4d88122bb64a87131eeb9446a3671598790917ec30fc31851ccb6ee8375b8a/single-step-instrumentation-tests.yml
33 - local : /utils/ci/gitlab/main.yml
44 inputs :
5- stage : " configure "
5+ stage : " e2e "
66 ref : " $CI_COMMIT_SHA"
77 push_to_test_optimization : true
88 split_pipeline : true
@@ -15,6 +15,7 @@ stages:
1515 - php
1616 - ruby
1717 - pipeline-status
18+ - e2e
1819 - system-tests-utils
1920
2021variables :
@@ -323,7 +324,7 @@ generate_system_tests_lib_injection_images:
323324
324325system_tests_param :
325326 extends : .system_tests_param_base
326- stage : configure
327+ stage : e2e
327328 needs :
328329 - job : build_ci_image
329330 artifacts : false
@@ -379,7 +380,7 @@ build_ci_image:
379380 interruptible : false
380381 tags :
381382 - docker-in-docker:amd64
382- stage : configure
383+ stage : e2e
383384 script :
384385 - IMAGE_TAG=$(cat utils/ci/gitlab/docker/system-tests.Dockerfile requirements.txt | sha256sum | cut -c1-12)
385386 - EXPECTED_IMAGE="registry.ddbuild.io/system-tests/ci-runner:$IMAGE_TAG"
@@ -426,7 +427,7 @@ mirror_images:
426427 image : $CI_IMAGE
427428 # Runs in e2e (not the last stage) so the build/run jobs can depend on it and
428429 # only start once the mirror is populated.
429- stage : configure
430+ stage : e2e
430431 tags :
431432 - arch:amd64
432433 needs :
You can’t perform that action at this time.
0 commit comments