Drop stale .except_e2e_main_release_or_rc rule - #54956
Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit intoAug 17, 2026
Merged
Drop stale .except_e2e_main_release_or_rc rule#54956gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit into
.except_e2e_main_release_or_rc rule#54956gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit into
Conversation
### What does this PR do? Delete `.except_e2e_main_release_or_rc` from `.gitlab-ci.yml`. ### Motivation #39364 introduced it on 2025-08-29 alongside dynamic test evaluation, and #41343 removed its only reference on 2025-09-29, leaving a stale rule. It has also drifted from `.on_e2e_main_release_or_rc`, the rule it mirrors, listing `test/e2e-framework/testing/**/*` where that one lists `test/e2e-framework/**/*`, so reviving it as written would not invert the behavior it was written to invert. ### Describe how you validated your changes No occurrence of the name remains anywhere in the repository, and every anchor it consumed keeps other consumers, so nothing else falls out of use in turn. The configuration still parses, and the job set is unchanged, the rule having had no consumer to change. ### Additional Notes `.dynamic_tests`, right below it, is the live rule the suites reference to skip tests from inside the job.
Contributor
Gitlab CI Configuration ChangesRemoved Jobs
Changes Summary
ℹ️ Diff available in the job log. |
Contributor
|
🎯 Code Coverage (details) 🔗 Commit SHA: 24c67a0 | Docs | Datadog PR Page | Give us feedback! |
chouetz
approved these changes
Aug 17, 2026
Contributor
Files inventory check summaryFile checks results against ancestor bcbf4865: Results for datadog-agent_7.84.0~devel.git.227.24c67a0.pipeline.131284041-1_amd64.deb:No change detected Results for datadog-iot-agent_7.84.0~devel.git.227.24c67a0.pipeline.131284041-1_amd64.deb:No change detected |
gh-worker-dd-mergequeue-cf854d
Bot
merged commit Aug 17, 2026
2f7478b
into
main
309 of 322 checks passed
gh-worker-dd-mergequeue-cf854d
Bot
deleted the
regis.desgroppes/drop-unused-e2e-rule
branch
August 17, 2026 11:09
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Delete
.except_e2e_main_release_or_rcfrom.gitlab-ci.yml.Motivation
#39364 introduced it on 2025-08-29 alongside dynamic test evaluation, and #41343 removed its only reference on 2025-09-29, leaving a stale rule.
It has also drifted from
.on_e2e_main_release_or_rc, the rule it mirrors, listingtest/e2e-framework/testing/**/*where that one liststest/e2e-framework/**/*, so reviving it as written would not invert the behavior it was written to invert.Describe how you validated your changes
No occurrence of the name remains anywhere in the repository, and every anchor it consumed keeps other consumers, so nothing else falls out of use in turn.
The configuration still parses, and the job set is unchanged, the rule having had no consumer to change.
Additional Notes
.dynamic_tests, right below it, is the live rule the suites reference to skip tests from inside the job.