ci: update to the new start and stop actions #1201
Merged
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.
Developers certificate of origin
Changes
This pull request includes updates to the GitHub Actions workflows for both CPU and GPU runners. The changes primarily focus on updating the actions used and simplifying the configuration by removing redundant parameters. These new actions adhere to the AWS SDK such that we don't need to include the region name anymore. Additionally, these split up the actions so that they are more succinct. We have already merged these changes in
feflow, for more information OpenFreeEnergy/feflow#112.Updates to GitHub Actions workflows:
.github/workflows/cpu-runner.yaml: Removed theprovider,action, andaws_region_nameparameters from theaws-startandStop instancessteps. [1] [2].github/workflows/gpu-runner.yaml: Updated the action used for starting and stopping instances toomsf/start-aws-gha-runner@v1.0.0andomsf/stop-aws-gha-runner@v1.0.0, respectively. Removed theprovider,action, andaws_region_nameparameters from theaws-startandStop instancessteps. [1] [2]