File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -737,29 +737,6 @@ function before_script_steps($with_docker_auth = false) {
737737
738738<?php endforeach ; ?>
739739
740- # Validates exit_codes: [75] retry behaviour — remove after branch is merged
741- "test-retry-exit-75":
742- stage: test
743- tags: [ "arch:amd64" ]
744- image: registry.ddbuild.io/images/mirror/php:8.2-cli
745- needs: []
746- script:
747- - exit 75
748- allow_failure: true
749- rules:
750- - if: $CI_COMMIT_REF_NAME == "leiyks/infra-failure-retry"
751-
752- "test-no-retry-exit-1":
753- stage: test
754- tags: [ "arch:amd64" ]
755- image: registry.ddbuild.io/images/mirror/php:8.2-cli
756- needs: []
757- script:
758- - exit 1
759- allow_failure: true
760- rules:
761- - if: $CI_COMMIT_REF_NAME == "leiyks/infra-failure-retry"
762-
763740"aggregate tested versions":
764741 stage: "aggregate versions"
765742 image: registry.ddbuild.io/images/dd-octo-sts-ci-base:2025.06-1
You can’t perform that action at this time.
0 commit comments