ci: Mark insttests as not required
authorColin Walters <walters@verbum.org>
Fri, 20 Jul 2018 18:13:02 +0000 (14:13 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 20 Jul 2018 18:55:48 +0000 (18:55 +0000)
The reliablity has just not been what we need, and they haven't
yet caught any real bugs.  Until I can carve off some time to
truly make this reliable let's just mark it as not required.
I'd like to gather more statistics on the failure scenarios.

Closes: #1686
Approved by: jlebon

.papr-ex.yaml
.papr.yml

index 4b12f7d3dd1cf6f2bc04600ec69d6cbce2d0ef06..8cba2ca39e7135263497a68d25ce0bd8b93daaf6 100644 (file)
@@ -5,7 +5,7 @@ branches:
     - try
 
 context: FAH28-insttests
-required: true
+required: false
 
 container:
   image: registry.fedoraproject.org/fedora:28
index ab2479d2920e7149ee142d7016c33f4a958273b0..885d6a5126e99bae85d522f8612c4c8366197a47 100644 (file)
--- a/.papr.yml
+++ b/.papr.yml
@@ -5,7 +5,7 @@ branches:
     - try
 
 context: FAH28-insttests
-required: true
+required: false
 
 # FIXME; temporary workaround
 # https://github.com/ostreedev/ostree/pull/1513#issuecomment-378784162