summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Aruga <jaruga@redhat.com>2023-10-27 20:35:25 +0200
committerJun Aruga <junaruga@users.noreply.github.com>2023-10-27 21:56:31 +0200
commit49d442116470ca5e1fcc9eb198411640fbbe446a (patch)
tree8c3edd87cbe4ebb2a286c3db3d1bbba86ebce43e
parentddf5a33c4cff25aa1d76a29ce480383f816fd930 (diff)
.travis.yml: Disable allow_failures for arm32.
I want to disable allow_failures if possible to avoid unintentional new failures. It seems that the arm32 case is stable. Feel free to enable allow_failures again when you see the case is unstable.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a0eee6628c..c532eee28a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -110,7 +110,7 @@ matrix:
# - <<: *s390x-linux
allow_failures:
# Allow failures for the unstable jobs.
- - name: arm32-linux
+ # - name: arm32-linux
# - name: arm64-linux
- name: ppc64le-linux
- name: s390x-linux