This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Conversation
This file contains 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
We use Actions storage to store coverage files from the frontend/backend test jobs to be consumed by the coverage jobs. This storage is limited to 500MB. Once the coverage jobs run there's no need to keep the coverage files around. This workflow will run every hour and remove all artifacts from completed jobs.
willbarton
suggested changes
Apr 15, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should consider the level of complexity we actually need here rather than just importing the cfgov-refresh setup wholesale.
We could probably combine the frontend and backend and coverage into a single job, or a single workflow with multiple jobs, I think.
I also think we should also figure out why Travis is failing before we try to replace it.
…s improperly configured. Please supply the ENGINE value.
… to compare all commits in the PR with the latest tag
higs4281
reviewed
Apr 17, 2020
willbarton
reviewed
Apr 20, 2020
willbarton
approved these changes
Apr 20, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's squash it and ship it!
higs4281
approved these changes
Apr 20, 2020
willbarton
added a commit
to cfpb/development
that referenced
this pull request
Jun 19, 2020
This is an attempt to codify some common GitHub Actions recipes that we can use, probably with tweaks, across multiple repositories. It is based in part on work that the Dev Services team did to add GitHub Actions to [teachers-digital-platform](cfpb/curriculum-review-tool#383) and previously to cfgov-refresh
willbarton
added a commit
to cfpb/development
that referenced
this pull request
Jun 19, 2020
This is an attempt to codify some common GitHub Actions recipes that we can use, probably with tweaks, across multiple repositories. It is based in part on work that the Dev Services team did to add GitHub Actions to [teachers-digital-platform](cfpb/curriculum-review-tool#383) and previously to cfgov-refresh
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This adds GitHub Action workflows for frontend/backend and to clean up Action storage artifacts.
We use Actions storage to store coverage files from the frontend/backend test jobs to be consumed by the coverage jobs. This storage is limited to 500MB. Once the coverage jobs run there's no need to keep the coverage files around. This workflow will run every hour and remove all artifacts from completed jobs.
Checklist