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

Migrate CI system and Docker Hub organization #12

Merged
merged 22 commits into from
Nov 14, 2019
Merged

Conversation

felddy
Copy link
Member

@felddy felddy commented Nov 14, 2019

Description

This PR migrates the project from TravisCI to GitHub Actions. It also changes the Docker Hub organization from dhsncats to cisagov.

Motivation and Context

How Has This Been Tested?

Lint, build, test, and release actions have been executed and verified.

Screenshots (if appropriate):

None

Screenshots (if inappropriate):

giphy
Mr. Rogers

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

dav3r and others added 22 commits October 18, 2019 10:10
…t_autoupdate

Add updates from running pre-commit autoupdate
Replace Travis-CI with GitHub actions
These seem to be very large caches.  Restoring an old one and updating 
it results in a cache larger than the maximum allowed cache size: 200MB. 
 
"Cache size of 254757924 bytes is over the 200MB limit, not saving 
cache."
So if the config changes it is best to just take the cache-miss and 
start from scratch.
Add GitHub action caching of pre-commit hooks and pip packages.
@felddy felddy self-assigned this Nov 14, 2019
Copy link
Member

@jsf9k jsf9k left a comment

Choose a reason for hiding this comment

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

Nice work, skip!

Copy link
Member

@mcdonnnj mcdonnnj left a comment

Choose a reason for hiding this comment

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

I'm digging it 🚀

@felddy felddy merged commit 89cea1b into develop Nov 14, 2019
@felddy felddy deleted the improvement/actions branch November 14, 2019 18:57
@felddy felddy restored the improvement/actions branch November 14, 2019 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Switch to GitHub Actions
4 participants