Skip to content

Commit

Permalink
Revert "Change testrunner for check_new_flaky_tests"
Browse files Browse the repository at this point in the history
This reverts commit dcca646.
  • Loading branch information
juanjux committed Jan 15, 2025
1 parent dcca646 commit 03708c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ deploy_to_di_backend:manual:

check_new_flaky_tests:
stage: quality-gate
image: registry.ddbuild.io/images/mirror/dd-trace-py/testrunner:0a50e839f4b1600f02157518b8d016451b346578@sha256:5dae9bc7872f69b31b612690f0748c7ad71ab90ef28a754b2ae93d0ba505837b
extends: .testrunner
script:
- curl -L --fail "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_linux-x64" --output "/usr/local/bin/datadog-ci" && chmod +x /usr/local/bin/datadog-ci
Expand All @@ -99,4 +98,4 @@ check_new_flaky_tests:
except:
- main
- '[0-9].[0-9]*'
- 'mq-working-branch**'
- 'mq-working-branch**'

0 comments on commit 03708c7

Please sign in to comment.