Skip to content

Commit 1e19001

Browse files
authored
Run aggregate_test_counts job on Merge Queue (#10954)
Run aggregate_test_counts job on MQ Run on master branch as well Co-authored-by: sarah.chen <sarah.chen@datadoghq.com>
1 parent e4f05e2 commit 1e19001

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,12 @@ aggregate_test_counts:
809809
rules:
810810
- if: '$POPULATE_CACHE'
811811
when: never
812-
- when: always
812+
- if: '$CI_COMMIT_BRANCH == "master"'
813+
when: on_success
814+
- if: '$CI_COMMIT_BRANCH =~ /^mq-working-branch-/'
815+
when: on_success
816+
- if: '$CI_COMMIT_BRANCH =~ /^gh-readonly-queue/'
817+
when: on_success
813818
script:
814819
- *set_datadog_api_keys
815820
- .gitlab/aggregate_test_counts.sh

0 commit comments

Comments
 (0)