Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Tag & Release
'on':
push:
branches:
- stackhpc/yoga
permissions:
actions: read
contents: write
jobs:
tag-and-release:
uses: stackhpc/.github/.github/workflows/tag-and-release.yml@main
7 changes: 7 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Tox Continuous Integration
'on':
pull_request:
jobs:
tox:
uses: stackhpc/.github/.github/workflows/tox.yml@main
7 changes: 5 additions & 2 deletions bindep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ libvirt-dev [platform:dpkg devstack]
libvirt-devel [platform:rpm devstack]
qemu [platform:dpkg devstack build-image-dib]
qemu-kvm [platform:dpkg devstack]
qemu-utils [platform:dpkg devstack build-image-dib]
# NOTE(Alex-Welsh): added test
qemu-utils [platform:dpkg devstack build-image-dib test]
qemu-system-data [platform:dpkg devstack]
sgabios [platform:rpm devstack]
ipxe-qemu [platform:dpkg devstack]
Expand All @@ -46,7 +47,9 @@ iptables [devstack]
net-tools [platform:rpm devstack]

# these are needed to compile Python dependencies from sources
python-dev [platform:dpkg test]
# NOTE(Alex-Welsh): Package python-dev is not available, python-dev-is-python3 replaces it
#python-dev [platform:dpkg test]
python-dev-is-python3 [platform:dpkg test]
python3-all-dev [platform:dpkg !platform:ubuntu-precise test]
python3-devel [platform:rpm test]
build-essential [platform:dpkg test]
Expand Down