https://github.com/stackhpc/stackhpc-openstack-gh-workflows
Reusable GitHub workflows and actions for StackHPC OpenStack
https://github.com/stackhpc/stackhpc-openstack-gh-workflows
Last synced: 14 days ago
JSON representation
Reusable GitHub workflows and actions for StackHPC OpenStack
- Host: GitHub
- URL: https://github.com/stackhpc/stackhpc-openstack-gh-workflows
- Owner: stackhpc
- License: apache-2.0
- Created: 2024-07-25T10:45:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-05-22T09:18:40.000Z (22 days ago)
- Last Synced: 2026-05-22T15:52:24.854Z (22 days ago)
- Language: Python
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# StackHPC OpenStack GitHub Workflows
Reusable GitHub workflows and actions for StackHPC OpenStack.
## Workflows
The following reusable workflows are provided in the `.github/workflows/`
directory.
### `multinode.yml`
The `multinode.yml` workflow can be used to create a multinode test cluster and
run tests and/or operations against it.
Features:
* Inject an SSH key to access the cluster
* Break (pause) the workflow on failure
* Upgrade from one OpenStack release to another
## Actions
The following actions are provided in the top-level directory.
### `sanitise-artifact-filenames`
Sanitise filenames for GitHub Actions artifacts.