Skip to content

Support GitHub Actions#4

Merged
roclark merged 1 commit into
mainfrom
github-actions-support
Feb 10, 2021
Merged

Support GitHub Actions#4
roclark merged 1 commit into
mainfrom
github-actions-support

Conversation

@roclark
Copy link
Copy Markdown
Member

@roclark roclark commented Feb 10, 2021

Create a simple workflow to test building and installing the package as well as building and launching a Bobber container using the application.

Closes #3

Signed-Off-By: Robert Clark roclark@nvidia.com

@roclark roclark added the enhancement New feature or request label Feb 10, 2021
@roclark roclark force-pushed the github-actions-support branch from 8067ba4 to f57f444 Compare February 10, 2021 15:17
Create a simple workflow to test building and installing the package as
well as building and launching a Bobber container using the application.

Signed-Off-By: Robert Clark <roclark@nvidia.com>
@roclark roclark force-pushed the github-actions-support branch from f57f444 to 35fc621 Compare February 10, 2021 16:45
@roclark roclark added this to the Release 6.1.0 milestone Feb 10, 2021
@roclark roclark self-assigned this Feb 10, 2021
@roclark roclark requested review from fredvx and joehandzik February 10, 2021 17:38
@roclark
Copy link
Copy Markdown
Member Author

roclark commented Feb 10, 2021

This initial Action does the following:

  1. Installs the dependencies in requirements.txt
  2. Checks the code with pycodestyle
  3. Builds/installs the Python wheel
  4. Builds the Docker image using the wheel

This isn't as exhaustive as it could be, but this initial phase should suffice to ensure we aren't making major changes that would impact the suitability of the Python wheel.

In the future, the plan is to run the checks against actual hardware using private runners. Those tests will go through a clean run of the tests and parse results, checking to see if they meet a certain threshold to ensure the code functions properly.

@roclark roclark merged commit 111f374 into main Feb 10, 2021
@roclark roclark deleted the github-actions-support branch February 10, 2021 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support GitHub Actions

2 participants