mirror of
https://github.com/ostreedev/ostree.git
synced 2025-02-08 09:57:52 +03:00
ci/papr: Fix artifacts
Of course we only notice these things are broken when the CI breaks. Also add some comments and flip flatpak to `required: true` since it should be now. Closes: #1507 Approved by: jlebon
This commit is contained in:
parent
22cd178aa6
commit
e08b38072f
@ -40,7 +40,13 @@ tests:
|
|||||||
- ci/build-check.sh
|
- ci/build-check.sh
|
||||||
- ci/ci-release-build.sh
|
- ci/ci-release-build.sh
|
||||||
|
|
||||||
|
artifacts:
|
||||||
|
- test-suite.log
|
||||||
|
- config.log
|
||||||
|
- gdtr-results
|
||||||
|
|
||||||
---
|
---
|
||||||
|
# And now the contexts below here are variant container builds
|
||||||
|
|
||||||
context: f27-rust
|
context: f27-rust
|
||||||
inherit: true
|
inherit: true
|
||||||
@ -123,6 +129,7 @@ tests:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# Reset inheritance for non-variant builds
|
||||||
inherit: false
|
inherit: false
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
@ -130,7 +137,7 @@ branches:
|
|||||||
- try
|
- try
|
||||||
|
|
||||||
context: f27-flatpak
|
context: f27-flatpak
|
||||||
required: false
|
required: true
|
||||||
|
|
||||||
# This test case wants an "unprivileged container with bubblewrap",
|
# This test case wants an "unprivileged container with bubblewrap",
|
||||||
# which we don't have right now; so just provision a VM and do a
|
# which we don't have right now; so just provision a VM and do a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user