forked from OpenFAST/openfast
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'OpenFAST/dev' into f/ifw_driver_XYslice
- Loading branch information
Showing
369 changed files
with
59,542 additions
and
39,860 deletions.
There are no files selected for viewing
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
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
37 changes: 31 additions & 6 deletions
37
...orkflows/build-docker-image-automatic.yml → .github/workflows/deploy.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,41 @@ | ||
# This workflow builds an OpenFAST docker image for the linux/amd64 and linux/aarch64 architectures on merge into | ||
# `main` from a release candidate branch. The image is tagged both with "latest" and the version extracted from the | ||
# release candidate branch's name (e.g. "rc-3.5.3") before being pushed to the `nrel/openfast` repository. The build | ||
# cache is stored in GitHub actions. | ||
name: build-docker-image-automatic | ||
# This workflow uploads the `openfast` python package to PyPI before building an OpenFAST docker image for the | ||
# linux/amd64 and linux/aarch64 architectures on release. The image is tagged both with "latest" and the version | ||
# extracted from the release candidate branch's name (e.g. "rc-3.5.3") before being pushed to the `nrel/openfast` | ||
# repository. The build cache is stored in GitHub actions. | ||
name: deploy | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
release: | ||
types: | ||
- released | ||
|
||
jobs: | ||
build-and-push: | ||
publish-to-pypi: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
id-token: write | ||
contents: read | ||
|
||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Install Poetry | ||
uses: snok/[email protected] | ||
|
||
- name: Build a binary wheel and a source tarball | ||
run: poetry build | ||
working-directory: openfast_python | ||
|
||
- name: Publish package distributions to PyPI | ||
uses: pypa/[email protected] | ||
with: | ||
packages-dir: openfast_python/dist | ||
|
||
|
||
docker-build-and-push: | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 300 | ||
env: | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[submodule "reg_tests/r-test"] | ||
path = reg_tests/r-test | ||
url = https://github.com/OpenFAST/r-test.git | ||
[submodule "unit_tests/pfunit"] | ||
path = unit_tests/pfunit | ||
url = https://github.com/Goddard-Fortran-Ecosystem/pFUnit.git | ||
url = https://github.com/OpenFAST/r-test.git |
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
Binary file not shown.
Binary file modified
BIN
-44.4 KB
(84%)
docs/OtherSupporting/OpenFAST_Algorithms/OpenFAST_Algorithms.pdf
Binary file not shown.
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
Binary file not shown.
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
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
Oops, something went wrong.