From: Colin Walters Date: Wed, 21 Mar 2018 20:42:07 +0000 (-0400) Subject: ci/papr: Fix artifacts X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~25^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e08b38072f493d769f259868b5b17dc292f20c2e;p=ostree.git 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 --- diff --git a/.papr.yml b/.papr.yml index da06fa95..bdb74ec9 100644 --- a/.papr.yml +++ b/.papr.yml @@ -40,7 +40,13 @@ tests: - ci/build-check.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 inherit: true @@ -123,6 +129,7 @@ tests: --- +# Reset inheritance for non-variant builds inherit: false branches: - master @@ -130,7 +137,7 @@ branches: - try context: f27-flatpak -required: false +required: true # This test case wants an "unprivileged container with bubblewrap", # which we don't have right now; so just provision a VM and do a