Skip to content

chore: migrate to circleci #828

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

Merged
merged 47 commits into from
Jul 13, 2020
Merged

chore: migrate to circleci #828

merged 47 commits into from
Jul 13, 2020

Conversation

codeboten
Copy link
Contributor

@codeboten codeboten commented Jun 15, 2020

The following PR configures CircleCI for building the different tox targets we use travis for today. It breaks the build into a core, an exporter and an instrumentation job for each version of python we're building. It also uses tox caching to speed up builds. The number of concurrent jobs we have available in Circle is around 16, compared to 5 in travis. the fastest build time I've seen for all components was around 7 minutes, slowest is comparable to what we're getting today in travis

@codeboten codeboten requested a review from a team June 15, 2020 23:47
@codeboten codeboten marked this pull request as draft June 15, 2020 23:49
@codeboten codeboten changed the title chore: starting to migrate to circleci [WIP] chore: starting to migrate to circleci Jun 16, 2020
@codeboten codeboten changed the title [WIP] chore: starting to migrate to circleci chore: starting to migrate to circleci Jun 25, 2020
@codeboten codeboten marked this pull request as ready for review June 25, 2020 21:56
@codeboten codeboten changed the title chore: starting to migrate to circleci chore: migrate to circleci Jun 25, 2020
Copy link
Contributor

@lzchen lzchen left a comment

Choose a reason for hiding this comment

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

Nice!

mariojonke and others added 17 commits July 7, 2020 15:56
entry point for the mysql instrumentation pointed to pymysql instrumentation which caused loading of the instrumentation to fail since it does not exist.

Co-authored-by: alrex <[email protected]>
Co-authored-by: Yusuke Tsutsumi <[email protected]>
In the last release, eachdist missed updating dependencies
on ext-datadog, which has a slightly different, but valid,
way of specifying the version (omitting some spaces).

Making the eachdist regex more lenient to catch other valid
version specifications.

Also modifying the ext-datadog dependency specification to
match the format of all the others.

Co-authored-by: Leighton Chen <[email protected]>
@codeboten codeboten merged commit 1dde6ff into master Jul 13, 2020
@codeboten codeboten deleted the circleci-project-setup branch July 21, 2020 16:16
srikanthccv pushed a commit to srikanthccv/opentelemetry-python that referenced this pull request Nov 1, 2020
* feat: metric observer

* chore: update after review

* chore: reviews

Co-authored-by: Mayur Kale <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants