Skip to content

Commit

Permalink
Prevent generation of new jobs in mq context (#21087)
Browse files Browse the repository at this point in the history
Prevent generation of new jobs in mq context
  • Loading branch information
chouetz authored Nov 24, 2023
1 parent 06766e5 commit 4640002
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab/source_test_stats/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ stats-fast-tests-deb-x64-py3:
image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/datadog-agent-buildimages/datadog-ci-uploader$DATADOG_AGENT_BUILDIMAGES_SUFFIX:$DATADOG_AGENT_BUILDIMAGES
tags: ["arch:amd64"]
needs: ["tests_deb-x64-py3-fast", "tests_deb-x64-py3"]
rules:
- !reference [.except_mergequeue]
- when: on_success
script:
- set +x
- export DD_API_KEY=$(aws ssm get-parameter --region us-east-1 --name ci.datadog-agent.datadog_api_key_org2 --with-decryption --query "Parameter.Value" --out text)
Expand Down
3 changes: 3 additions & 0 deletions .gitlab/source_test_stats/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ stats-fast-tests-windows-x64:
image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/datadog-agent-buildimages/datadog-ci-uploader$DATADOG_AGENT_BUILDIMAGES_SUFFIX:$DATADOG_AGENT_BUILDIMAGES
tags: ["arch:amd64"]
needs: ["tests_windows-x64-fast", "tests_windows-x64"]
rules:
- !reference [.except_mergequeue]
- when: on_success
script:
- set +x
- export DD_API_KEY=$(aws ssm get-parameter --region us-east-1 --name ci.datadog-agent.datadog_api_key_org2 --with-decryption --query "Parameter.Value" --out text)
Expand Down

0 comments on commit 4640002

Please sign in to comment.