Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pdh] improvements + integrations should use wheel if available #1183

Merged
merged 20 commits into from
Apr 18, 2018

Conversation

truthbk
Copy link
Member

@truthbk truthbk commented Mar 2, 2018

What does this PR do?

All PDH related integrations should use the PDH check provided by the wheel. We really don't want to maintain this in multiple places.

Motivation

Single source of PDH in wheels.

Testing Guidelines

An overview on testing
is available in our contribution guidelines.

Versioning

  • Bumped the check version in manifest.json
  • Bumped the check version in datadog_checks/{integration}/__init__.py
  • Updated CHANGELOG.md. Please use Unreleased as the date in the title
    for the new section.
  • If PR impacts documentation, docs team has been notified or an issue has been opened on the documentation repo

Additional Notes

Anything else we should know when reviewing?

Copy link
Member Author

@truthbk truthbk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dd-agent testing branch should be restored back to master. There's a weird testing dependency cycle. I would first switch this to master and merge. Then switch DataDog/dd-agent#3691. Then trigger a CI run on integrations-core manually.

.travis.yml Outdated
@@ -26,7 +26,7 @@ env:
- PIP_CACHE=$HOME/.cache/pip
- SDK_TESTING=true
- BUNDLE_PATH=$TRAVIS_BUILD_DIR/vendor/cache
- DD_AGENT_BRANCH=master
- DD_AGENT_BRANCH=jaime/pdhwheel
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Must be switched back to master after DataDog/dd-agent#3691 is merged.

appveyor.yml Outdated
@@ -8,7 +8,7 @@ environment:
NOSE_FILTER: not unix and not fixme and not winfixme
PYWIN_PATH: C:\projects\integrations-core\.cache\pywin32-py2.7.exe
SKIP_LINT: true
DD_AGENT_BRANCH: master
DD_AGENT_BRANCH: jaime/pdhwheel
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Must be switched back to master after DataDog/dd-agent#3691 is merged.

derekwbrown
derekwbrown previously approved these changes Apr 17, 2018
Copy link
Contributor

@derekwbrown derekwbrown left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

man I can't wait 👍

might break CI until counterpart PRs merged in dd-agent
@truthbk truthbk merged commit 0d6da7e into master Apr 18, 2018
@truthbk truthbk deleted the jaime/pdhfixes branch April 18, 2018 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants