Skip to content

Commit 85ccdf3

Browse files
ci: disable broken windows profiling jobs [backport 4579 to 1.5] (#4770)
## Description backport: #4579 ## Checklist - [ ] Followed the [library release note guidelines](https://ddtrace.readthedocs.io/en/stable/contributing.html#Release-Note-Guidelines) when writing a release note. - [ ] Add additional sections for `feat` and `fix` pull requests. - [ ] [Library documentation](https://github.com/DataDog/dd-trace-py/tree/1.x/docs) and/or [Datadog's documentation site](https://github.com/DataDog/documentation/) is updated. Link to doc PR in description. <!-- Copy and paste the relevant snippet based on the type of pull request --> <!-- START feat --> ## Motivation <!-- Expand on why the change is required, include relevant context for reviewers --> ## Design <!-- Include benefits from the change as well as possible drawbacks and trade-offs --> ## Testing strategy <!-- Describe the automated tests and/or the steps for manual testing. <!-- END feat --> <!-- START fix --> ## Relevant issue(s) <!-- Link the pull request to any issues related to the fix. Use keywords for links to automate closing the issues once the pull request is merged. --> ## Testing strategy <!-- Describe any added regression tests and/or the manual testing performed. --> <!-- END fix --> ## Reviewer Checklist - [ ] Title is accurate. - [ ] Description motivates each change. - [ ] No unnecessary changes were introduced in this PR. - [ ] Avoid breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes unless absolutely necessary. - [ ] Tests provided or description of manual testing performed is included in the code or PR. - [ ] Release note has been added and follows the [library release note guidelines](https://ddtrace.readthedocs.io/en/stable/contributing.html#Release-Note-Guidelines), or else `changelog/no-changelog` label added. - [ ] All relevant GitHub issues are correctly linked. - [ ] Backports are identified and tagged with Mergifyio. Co-authored-by: Kyle Verhoog <[email protected]>
1 parent 48622d5 commit 85ccdf3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,12 +1219,12 @@ requires_tests: &requires_tests
12191219
- vertica
12201220
- wsgi
12211221
# - profile-windows-27
1222-
- profile-windows-35
1223-
- profile-windows-36
1222+
# - profile-windows-35
1223+
# - profile-windows-36
12241224
# - profile-windows-37
12251225
# - profile-windows-38
12261226
# - profile-windows-39
1227-
- profile-windows-310
1227+
# - profile-windows-310
12281228

12291229
workflows:
12301230
version: 2
@@ -1321,12 +1321,12 @@ workflows:
13211321
- vertica: *requires_base_venvs
13221322
- wsgi: *requires_base_venvs
13231323
# - profile-windows-27: *requires_pre_check
1324-
- profile-windows-35: *requires_pre_check
1325-
- profile-windows-36: *requires_pre_check
1324+
# - profile-windows-35: *requires_pre_check
1325+
# - profile-windows-36: *requires_pre_check
13261326
# - profile-windows-37: *requires_pre_check
13271327
# - profile-windows-38: *requires_pre_check
13281328
# - profile-windows-39: *requires_pre_check
1329-
- profile-windows-310: *requires_pre_check
1329+
# - profile-windows-310: *requires_pre_check
13301330
# Final reports
13311331
- coverage_report: *requires_tests
13321332

0 commit comments

Comments
 (0)