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

Separate jobs per instrumentation #2037

Closed
wants to merge 2 commits into from

Conversation

ocelotl
Copy link
Contributor

@ocelotl ocelotl commented Nov 3, 2023

Fixes #2036

@ocelotl ocelotl self-assigned this Nov 3, 2023
@ocelotl ocelotl requested a review from a team November 3, 2023 02:49
@ocelotl ocelotl added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Nov 3, 2023
@@ -24,7 +24,60 @@ jobs:
fail-fast: false # ensures the entire test matrix is run, even if one permutation fails
matrix:
python-version: [ py37, py38, py39, py310, py311, pypy3 ]
package: ["instrumentation", "distro", "exporter", "sdkextension", "propagator", "resource"]
package: [
Copy link
Member

Choose a reason for hiding this comment

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

Same comments as other PR about YAML format

@ocelotl
Copy link
Contributor Author

ocelotl commented Nov 3, 2023

Seems stuck, closing this PR because it may affect other runs because of the amount of jobs this PR has.

@ocelotl ocelotl closed this Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Separate jobs per instrumetnation
2 participants