Adds an initial GitHub Actions workflow#355
Merged
rafmudaf merged 2 commits intoOpenFAST:devfrom Nov 6, 2019
Merged
Conversation
Collaborator
Author
|
Furthermore, either I'm missing something or TravisCI is flakey. It didn't run for this pull request! |
Collaborator
|
Does TravisCI run if there are no code changes? |
Collaborator
Author
|
I think as far as TravisCI is concerned, this is a code change. It doesn't have a sense of what is or isn't source code. On my TravisCI dashboard, it also shows that I'm not a part of the NREL or OpenFAST organizations, so I can't manually trigger a build. |
rafmudaf
added a commit
to rafmudaf/openfast
that referenced
this pull request
Nov 6, 2019
* Add a github actions workflow * Enable Actions on all branches
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.
Complete this sentence
THIS PULL REQUEST IS READY TO MERGE
Feature or improvement description
This pull request adds a simple GitHub Actions workflow. The workflow is primarily run on Docker from a base image at rafmudaf/openfast-ubuntu. This image has all of the dependencies preinstalled and has OpenFAST compiled at commit hash de5b749 (@andrew-platt's pull request on 10/23/19). For every new commit to
dev, GitHub Actions will only recompile the new changes saving quite a bit of time over TravisCI. Then, all of the BeamDyn-specific tests and a subset of the OpenFAST regression tests are run which is also an improvement over TravisCI where none of the OpenFAST regression tests are run due to time constraints.Related issue, if one exists
This pull request doesn't solve the issue, but a related one is at #52.
Impacted areas of the software
.github/directory and continuous integration.Additional supporting information
This is an initial implementation of GitHub Actions. Next steps are:
devopenfast/openfastmasterTest results, if applicable