CI: Add needs section
parent
3787bc27a2
commit
008a0e4057
|
|
@ -319,6 +319,7 @@ unit_test linux/fedora/39/amd64/clang:
|
||||||
- /opt/libvirt-driver/run.sh
|
- /opt/libvirt-driver/run.sh
|
||||||
after_script:
|
after_script:
|
||||||
- /opt/libvirt-driver/cleanup.sh
|
- /opt/libvirt-driver/cleanup.sh
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
.fedora38_needs: &fedora38_needs
|
.fedora38_needs: &fedora38_needs
|
||||||
needs:
|
needs:
|
||||||
|
|
@ -508,3 +509,8 @@ deploy python/pypi:
|
||||||
- build python/linux/arm64
|
- build python/linux/arm64
|
||||||
- build python/macos
|
- build python/macos
|
||||||
- build python/windows
|
- build python/windows
|
||||||
|
needs:
|
||||||
|
- build python/linux/amd64
|
||||||
|
- build python/linux/arm64
|
||||||
|
- build python/macos
|
||||||
|
- build python/windows
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue