Propose CI infrastructures in github action#1494
Merged
Conversation
added 12 commits
August 6, 2021 13:45
This was
linked to
issues
Aug 6, 2021
gramhagen
reviewed
Aug 9, 2021
Collaborator
gramhagen
left a comment
There was a problem hiding this comment.
a few questions, and small typo suggestion
added 2 commits
August 11, 2021 14:29
added 2 commits
August 11, 2021 17:51
added 9 commits
August 12, 2021 19:14
Codecov Report
@@ Coverage Diff @@
## staging #1494 +/- ##
==========================================
Coverage ? 34.36%
==========================================
Files ? 84
Lines ? 8368
Branches ? 0
==========================================
Hits ? 2876
Misses ? 5492
Partials ? 0 |
This was referenced Aug 13, 2021
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.
Description
To improve developer experience working with this repo, we will begin migrating our DevOps pipelines into Github Action, along with consolidating documentations and leveraging popular DevOps tools like
toxandflake8. This will be a sequence of updates to our DevOps infrastructures:In THIS PR
we have the following changes:
Add a draft of PR-gate implemented in GitHub Action executing test suite in parallel ([FEATURE] Move the tests to hosted machines #1460)
Add
__init__.pyto subfolders oftests(resolves issue [BUG] testing within vscode #1395)Deprecate
.pytest.iniin favor oftox.iniand ensure repo istox-runnable.tox -- tests/unit -m "not spark and not notebooks"to run cpu tests after installation.Related Issues
Checklist:
staging branchand not tomain branch.